ServiiGo (Android 3G/4G/Wifi Playback App)
It is plain text as I've never seen anything else. I assume you are editing a .nfo file, <br/> might work.
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
yes.. some kind of...
anyway: just tried <br /> and I only get it shown as it is in display page...
still no solution found.. do you want me to send you one of my .nfo files?
regards
anyway: just tried <br /> and I only get it shown as it is in display page...
still no solution found.. do you want me to send you one of my .nfo files?
regards
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
I've been working on fixing audio playback of uncached files for certain devices (slight stutter during playback when the Media Player thinks the file has eneded when it hasn't). I think I have come up with a reasonable solution to this however, a side effect is that for now (I may be able to work around it in the future) I have to disable seeking while the file is being downloaded. Once it has been fully downloaded you can seek as normal, and as the download doesn't usually take very long (<5 seconds on WiFi, <30 seconds on reasonable 3G), I think its an OK trade off. Any thoughts on this?
Later this week I will want people to test the new implementation, epsecially if you listen to audio files that aren't mp3s, so please let me know. However, at the moment it isn't ready as I've had to rip apart the whole backed in order to insert a local webserver proxy between the native Media Player and the partially downloaded files on the SD card.
@mbil74, Thanks, I'll have a look at that file later this week.
Later this week I will want people to test the new implementation, epsecially if you listen to audio files that aren't mp3s, so please let me know. However, at the moment it isn't ready as I've had to rip apart the whole backed in order to insert a local webserver proxy between the native Media Player and the partially downloaded files on the SD card.
@mbil74, Thanks, I'll have a look at that file later this week.
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
Will multiple servers be implemented at any point?
I have a nat loopback disabled router so cannot access my Serviio server when on the home WiFi using the DynamicDNS address - i have to use the local IP.
It would be handy to be able to setup two so I can login at home or away without typing in the name each time - easier to setup for the kids too.
I have a nat loopback disabled router so cannot access my Serviio server when on the home WiFi using the DynamicDNS address - i have to use the local IP.
It would be handy to be able to setup two so I can login at home or away without typing in the name each time - easier to setup for the kids too.
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
I wasn't planning on it as I think you are the first person who has asked for it, can you not enable loopback on your router?
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
Not all routers can be setup for this - and unfortunately mine cannot.
I asked as on Page 1 you mentioned it:
viewtopic.php?p=49013#p49013
Just wondered if it was still on the roadmap - there is this function in ServiiDroid.
I asked as on Page 1 you mentioned it:
viewtopic.php?p=49013#p49013
Just wondered if it was still on the roadmap - there is this function in ServiiDroid.
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
Ah so someone did, that was a long time ago without any prompting... As a general rule of thumb I measure new features on how many times I'm asked/reminded.
I'm heavily focusing on Audio improvements atm, once that is done i'll look to do it.
I'm heavily focusing on Audio improvements atm, once that is done i'll look to do it.
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
Can't ask for more than that...thanks
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
ServiiGo 2.2 Beta 1 is now ready for download : https://bitbucket.org/willlunniss/servi ... -Beta1.apk
This has a range of fixes in it with the main one being a re-worked Music Player (completely ripped apart and hopefully put back together again properly...) that should work around the stuttering that some users have experienced when playing back partially downloaded files. This is due to the media player ending even when more of the file is availble. The fix was to insert a local web server to proxy requests to the file system
One side effect is I've had to disable seeking of files while they are being downloaded, is this a big problem for you, or are you OK with that restriction? Once the file has been downloaded seeking is enabled (seekbar goes blue).
Anyway, please test it, with both mp3s and non-mp3s, over WiFi and 3G/2G. If everything goes well I'll continue to add some more features and get 2.2 out by the end of the month.
This has a range of fixes in it with the main one being a re-worked Music Player (completely ripped apart and hopefully put back together again properly...) that should work around the stuttering that some users have experienced when playing back partially downloaded files. This is due to the media player ending even when more of the file is availble. The fix was to insert a local web server to proxy requests to the file system
One side effect is I've had to disable seeking of files while they are being downloaded, is this a big problem for you, or are you OK with that restriction? Once the file has been downloaded seeking is enabled (seekbar goes blue).
Anyway, please test it, with both mp3s and non-mp3s, over WiFi and 3G/2G. If everything goes well I'll continue to add some more features and get 2.2 out by the end of the month.
Re: ServiiGo (Android 3G/4G/Wifi Playback App)
mbil74 wrote:Hi.
How is plot rendered on details page?
Is that html or plain text? (I need to have some new line shown here and there but "\n" doesn't work... how about <br /> or else?)
Thanks!
Can you try with \n but without the <