Since you can reproduce at will, it would be better to find the reason.
If it is not sorted out - it will reappear and take time getting back to same stage. I was involved in the last issue with a WAVE/cue files and I am wondering whether the solution was 100% (e.g. you have Flac/cue) or some side effect has happened.
Results 21 to 30 of 99
-
2020-11-28, 06:04 #21
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 19,956
-
2020-11-28, 06:50 #22
I would agree with getting to the bottom of this. You could try the PCP7 beta. That would for sure have the latest of everything.
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2020-11-28, 07:00 #23
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 19,956
-
2020-11-28, 08:18 #24
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 19,956
I think I have reproduced the problem. I think it is not due to 6.0 vs 6.1. 6.0 player h/w does not require resampling but 6.1 does require resampling.
My 8.0.0 was a little old but transcoding/resampling worked OK. I updated to latest and it is now broken. So issues looks like not 6.0 - 6.1 but LMS 8.0 update
-
2020-11-28, 10:20 #25
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 19,956
A 1-Nov-2020 LMS 8.0 change to convert.conf to support streaming Tidal Flac seems to have broken Flac/Cue file transcoding with resampling. AFAICT nothing to do with PCP 6.0 vs 6.1.
The change is https://github.com/Logitech/slimserv...07949b9be5c527
The change make flac input to come from stdin rather than the file.
Broken
Code:"/home/lms/Bin/x86_64-linux/flac" -dcs --skip=13:32.22 --until=18:06.76 -- - | "/home/lms/Bin/x86_64-linux/sox" -q -t wav - -t flac -C 0 -r 48000 -
Code:"/home/lms/Bin/x86_64-linux/flac" -dcs --skip=6:07.16 --until=10:08.86 -- "/home/albums/Rock/Silver_and_Gold-Hi-Flac/Silver_and_Gold-hiflc.flc" | "/home/lms/Bin/x86_64-linux/sox" -q -t wav - -t flac -C 0 -r 48000 - & |
-
2020-11-28, 17:02 #26
- Join Date
- Apr 2007
- Posts
- 247
-
2020-11-28, 17:03 #27
- Join Date
- Apr 2007
- Posts
- 247
-
2020-11-28, 17:06 #28
- Join Date
- Apr 2007
- Posts
- 247
-
2020-11-28, 17:08 #29
- Join Date
- Apr 2007
- Posts
- 247
-
2020-11-28, 17:16 #30
You could override the rule by using a custom-convert file.
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer