project-owner / Peppy

Peppy Player Repository
GNU General Public License v3.0
72 stars 14 forks source link

Playback from a Collection 2 #33

Closed Ravens62 closed 1 year ago

Ravens62 commented 1 year ago

Hi, I have to bother you again. I can play whole albums, but if I try to play just one song from an album the player screen freezes. I don't know if there is some connection with the data loading, because the file info is blank but the data in the db is there. After selecting a song it shows me which album it is in, but then it freezes and it only goes to reboot from the WebUI.

The tags are written in the format ID3v2.3 UTF 16 are not visible in the info FLAC ones are visible but both cause the screen to freeze, the music continues to play the one that was previously selected by selecting that song. Info 2

Info Info db

project-owner commented 1 year ago

Hi, I need more info to reproduce the issue on my side. Can you play those files without collection? Does it happen with any file or just particular files? What do you select on the Collection screen? Title or File? Do you see any error in the log file? Thanks!

Ravens62 commented 1 year ago

Hi, I can play individual files through Audio files in menu. Audio

This happens with any file selected via Title. Titul

In the screenshot, the screen is already frozen. I have to reboot via WebUI. And there is nothing in the log, just Debug, no error.

I hope I'm writing clearly, I'm trying another translator instead of google :-)

project-owner commented 1 year ago

OK, it looks like the issue was caused by my previous change in the collection code. It should be fixed now. Get the fix this way:

cd Peppy
git fetch
git checkout origin/master -- ui/screen/topicdetail.py

Thank you!

Ravens62 commented 1 year ago

Hi, Yeah, it works. It plays the selected song and then continues playing the album from that song. Nice work.