2016-03-06, 18:54
Hello folks,
like the kodi stuff alot.
lately i began to use kodi as an upnp client / renderer as explained here for listening to music: http://kodi.wiki/view/UPnP/Client
upnp server: subsonic (www.subsonic.org)
upnp controller dsub on android https://play.google.com/store/apps/detai...dsub&hl=en
upnp renderer: kodi
problem i have: replaygain is not working via this setup. if i play a file without upnp the tags are detected and applied correctly:
if i play the same song via upnp setup the tags are detected as well, but not applied:
error seems weird as the tags were already read by ffmpeg. how to fix ?
full log here: http://goo.gl/mEpA9U
like the kodi stuff alot.
lately i began to use kodi as an upnp client / renderer as explained here for listening to music: http://kodi.wiki/view/UPnP/Client
upnp server: subsonic (www.subsonic.org)
upnp controller dsub on android https://play.google.com/store/apps/detai...dsub&hl=en
upnp renderer: kodi
problem i have: replaygain is not working via this setup. if i play a file without upnp the tags are detected and applied correctly:
Code:
17:19:04 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain_album_gain: -7.59 dB
17:19:04 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain_album_peak: 1.589859
17:19:04 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain_track_gain: -10.93 dB
17:19:04 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain_track_peak: 1.203960
17:19:04 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain: track gain - -10.930000, track peak - 0.000028, album gain - -7.590000, album peak - 0.000037,
17:19:04 T:140066776447104 DEBUG: AudioDecoder::GetReplayGain - Final Replaygain applied: 0.417350, Track/Album Gain 81.410004, Peak 1.589859
if i play the same song via upnp setup the tags are detected as well, but not applied:
Code:
17:18:30 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain_album_gain: -7.59 dB
17:18:30 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain_album_peak: 1.589859
17:18:30 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain_track_gain: -10.93 dB
17:18:30 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain_track_peak: 1.203960
17:18:30 T:140066776447104 INFO: ffmpeg[7F63D6747880]: replaygain: track gain - -10.930000, track peak - 0.000028, album gain - -7.590000, album peak - 0.000037,
17:18:30 T:140066776447104 DEBUG: file http://nasir:4040/rest/stream.view?u=tobias&p=enc:6d7573696361&v=1.2.0&c=DSubCC&id=18279&format=raw could not be opened for tag reading
17:18:30 T:140066776447104 DEBUG: AudioDecoder::GetReplayGain - Final Replaygain applied: 1.000000, Track/Album Gain 89.000000, Peak 0.000000
error seems weird as the tags were already read by ffmpeg. how to fix ?
full log here: http://goo.gl/mEpA9U