Songs from subsonic getting garbled with other songs.

Problem Description: I recently moved from a Galaxy S3 to a Galaxy S5. I got my subsonic up and running on it and it sees my server without issue. I had noticed nothing wrong since I got the new phone a few days ago. This morning I tried to 'Pin' 3 songs and then set out to drive. In the middle of the first song, the song turned into a different song and then a few seconds later it was back again. When I say this, I dont mean that subsonic switched the song. I mean that the song that subsonic downloaded somehow had the music from other files in it. As if it misread the song on the server midway through attached another song to it and then switched back.
Troubleshooting Steps: I tried deleting and re-pinning the songs. The outcome changed but only in that the song got mixed up with other songs. It changed every time I tried to re-download.
Playback Application and version: Subsonic app for Android
Subsonic Version: 5.2.1 (build 4428) – March 4, 2015
Server Version: jetty-6.1.x, java 1.7.0_71, Windows 8 (59.2 MB / 122.7 MB)
Hardware Platform: Windows 8.1 64bit
Java Memory Limit: 500MB
Problem Filename: it affects all files downloaded now.
Output from ffmpeg -i: Was this to point to an mp3 that exhibited the symptom? I did that. The song itself is fine when played from my computer its only how subsonic is downloading it.
Last ten log file lines:
So has anyone ever experienced symptoms of this before?
Troubleshooting Steps: I tried deleting and re-pinning the songs. The outcome changed but only in that the song got mixed up with other songs. It changed every time I tried to re-download.
Playback Application and version: Subsonic app for Android
Subsonic Version: 5.2.1 (build 4428) – March 4, 2015
Server Version: jetty-6.1.x, java 1.7.0_71, Windows 8 (59.2 MB / 122.7 MB)
Hardware Platform: Windows 8.1 64bit
Java Memory Limit: 500MB
Problem Filename: it affects all files downloaded now.
Output from ffmpeg -i: Was this to point to an mp3 that exhibited the symptom? I did that. The song itself is fine when played from my computer its only how subsonic is downloading it.
- Code: Select all
C:\subsonic\transcode>ffmpeg.exe -i C:\Music\Coil\1991_The_Snow\01_Driftmix.mp3
ffmpeg version N-61599-gce9d3da Copyright (c) 2000-2014 the FFmpeg developers
built on Mar 18 2014 22:01:44 with gcc 4.8.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena
ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aa
cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavp
ack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable
-zlib
libavutil 52. 67.100 / 52. 67.100
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 34.101 / 55. 34.101
libavdevice 55. 11.100 / 55. 11.100
libavfilter 4. 3.100 / 4. 3.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100
Input #0, mp3, from 'C:\Music\Coil\1991_The_Snow\01_Driftmix.mp3':
Metadata:
title : Driftmix
artist : Coil
album : The Snow
track : 01/06
date : 1991
Duration: 00:02:37.44, start: 0.025057, bitrate: 320 kb/s
Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 320 kb/s
At least one output file must be specified
Last ten log file lines:
- Code: Select all
[5/22/15 1:40:16 PM MDT] INFO PlayQueueInputStream Mobile listening to "1999_Monsters & Robots\01-10- Stun Operator.mp3"
[5/22/15 1:40:21 PM MDT] INFO PlayQueueInputStream Mobile listening to "1999_Monsters & Robots\01-11- Scapula.mp3"
[5/22/15 1:40:26 PM MDT] INFO PlayQueueInputStream Mobile listening to "1999_Monsters & Robots\01-12- Nun Chuka Kata.mp3"
[5/22/15 1:41:07 PM MDT] INFO PodcastService Starting scheduled Podcast refresh.
[5/22/15 1:41:07 PM MDT] INFO PodcastService Completed scheduled Podcast refresh.
[5/22/15 2:36:18 PM MDT] WARN NetworkService Failed to create port forwarding.
[5/22/15 2:55:38 PM MDT] INFO PlayQueueInputStream Mobile listening to "1991_The Snow\01_Driftmix.mp3"
[5/22/15 2:55:43 PM MDT] INFO PlayQueueInputStream Mobile listening to "1991_The Snow\02_Answers Come In Dreams I.mp3"
[5/22/15 2:55:58 PM MDT] INFO PlayQueueInputStream Mobile listening to "1991_The Snow\03_Out In The Cold.mp3"
[5/22/15 2:56:28 PM MDT] INFO PlayQueueInputStream Mobile listening to "1991_The Snow\04_As Pure As .mp3"
[5/22/15 2:57:08 PM MDT] INFO PlayQueueInputStream Mobile listening to "1991_The Snow\05_Answers Come In Dreams II.mp3"
[5/22/15 2:57:48 PM MDT] INFO PlayQueueInputStream Mobile listening to "1991_The Snow\06_The Snow.mp3"
So has anyone ever experienced symptoms of this before?