Page 1 of 1
Songs Not Downloading Completely
Posted:
Thu Sep 10, 2015 5:57 pm
by jeffgt14
This actually started even before the latest update but I seem to have a problem with songs not downloading completely but showing that they are. The song will play for a certain length and then just skip completely to the next song. I have to delete the cache and redownload the song every time this happens (which is a lot). Usually happens to about 1 song every album. Not sure what the problem is since DSub is showing the song as downloaded completely.
Re: Songs Not Downloading Completely
Posted:
Fri Sep 11, 2015 5:01 pm
by daneren2005
What are transcoding from and to? (ie: Flac -> 192 kpbs). You might need to make me a temp username/password so I can test it myself.
Re: Songs Not Downloading Completely
Posted:
Fri Sep 11, 2015 6:00 pm
by jeffgt14
FLAC to OGG
ffmpeg -v 0 -i %s -f ogg -vn -acodec libvorbis -ar 44100 -aq 8 -ac 2 -
I never had any issues until maybe about a month or 2 ago.
Re: Songs Not Downloading Completely
Posted:
Sun Sep 13, 2015 12:36 am
by daneren2005
Honestly, your issue is probably system specific. Android by default does not support OGG and individual manufacturers implement it differently. Did your problem by chance start around when a new system update happened?
Re: Songs Not Downloading Completely
Posted:
Mon Sep 14, 2015 1:35 pm
by jeffgt14
It started after one of the incremental 4.7(?) updates of DSub. There may have been a contextual services update or something on my phone as well that screwed it up. I just don’t understand why it downloads fully 90% of the time and not 100% like it used to.
Re: Songs Not Downloading Completely
Posted:
Mon Sep 14, 2015 2:15 pm
by daneren2005
I'll need you to pm me a temp username password and an example song to look at
Re: Songs Not Downloading Completely
Posted:
Fri Sep 25, 2015 1:13 pm
by jeffgt14
I've noticed this is the error I get when a song doesn't finish downloading. Is this something server side I assume?
[9/25/15 7:50:34 AM CDT] INFO TranscodeInputStream Starting transcoder: [/var/subsonic/transcode/ffmpeg] [-v] [0] [-i] [/Music/Ghost/Ghost - Infestissumam - Vinyl - [FLAC 96-24]/06 - Year Zero.flac] [-f] [ogg] [-vn] [-acodec] [libvorbis] [-ar] [44100] [-aq] [8] [-ac] [2] [-]
[9/25/15 7:50:35 AM CDT] WARN RESTFilter Error in REST API: EofException
[9/25/15 7:50:35 AM CDT] ERROR JAXBWriter Failed to marshal JAXB
[9/25/15 7:50:35 AM CDT] ERROR RESTFilter Failed to write error response.
[9/25/15 7:51:02 AM CDT] WARN RESTFilter Error in REST API: Closed
[9/25/15 7:51:02 AM CDT] ERROR JAXBWriter Failed to marshal JAXB
[9/25/15 7:51:02 AM CDT] ERROR RESTFilter Failed to write error response
Re: Songs Not Downloading Completely
Posted:
Fri Sep 25, 2015 4:14 pm
by daneren2005
It's very possible. Though if it was something server side I'm not sure why the problem would be so sporadic. I probably need to revisit the resuming logic. Most of it was coded assuming mp3s so one of the assumptions I make in determining whether the song had finished or not is probably wrong with ogg.
Re: Songs Not Downloading Completely
Posted:
Mon Sep 28, 2015 1:22 pm
by jeffgt14
I added -map 0:0 to my transcode and it hasn't happened since then. Maybe that fixed it for now I don’t know.
Re: Songs Not Downloading Completely
Posted:
Mon Sep 28, 2015 4:33 pm
by jeffgt14
Spoke too soon… Still getting the error.
Re: Songs Not Downloading Completely
Posted:
Tue Dec 08, 2015 4:32 am
by jowtron
I'm using:
ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f ogg -
No transcoding issues with the latest version of Vortexbox running subsonic 5.3