-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling of playlists #126
Comments
Hi @gusmax777 |
Sure, Thanks for the hint. Do I need a fresh install, or can I let it run "over" it? Cheers, Thomas |
Hi Micz, I do still have no luck with the playlist. My plan was to have one playlist with all MP3 Files to shuffle thru it. I could already produce the file via: find /home/pi/RPi-Jukebox-RFID/shared/audiofolders/* -iname *.mp3 -type f | shuf | head -n 200 > /home/pi/RPi-Jukebox-RFID/shared/audiofolders/playlist/mp3_shuffle.m3u But if I place the file into a singe directory it does not play. Even the file holds complete path information like: /home/pi/RPi-Jukebox-RFID/shared/audiofolders/Conni 13 - und der Liebesbrief/._Das geheimnisvolle Liebestreffen.mp3 Do you have an idea to get this going? Cheers, Thomas |
Hi @gusmax777 first question: does the Phoniebox play files which you have placed in folders which are inside the audiofolders directory If so...
produce (amongst other outputs) this line:
If so... you need relative paths in your playlist. Not
But
(from the top of my head, I am not sure about whitespaces in file names. But that should not be an issue)
Then try playing it:
Does that work? |
What also works is full path with file:// in front of it (yes, three slashes):
|
I have no luck with it. No matter how I try to put the entries in the playlist it will not load. MPC just says: I have also copied it into the /tmp directory. Cheers, Thomas |
Hi @gusmax777 |
Hi @gusmax777
This should return something like this:
Note: the * must be in front of pr80...
Which should upate the code base to the latest version. |
I am closing this ticket, because of the launch of version 1.0 on master. If you have any issues, please try first if they are still happening on the latest version 1.0. If so, open another ticket, please.
The version 1.0 has not been tested on
Version 1.0 is a major improvement (which will be full of bugs, for sure :) and I want to thank all the contributors and Phoniebox lovers with their input, pictures, bug fixes and suggestions. |
Hi,
First of all: Great project!!! I am working on a xmas present to my 4 year old with it :-)
The whole setup works really well, the only thing I am missing is a way to play playlists within the interface. On the command line with VLC they are working. Why do I need this:
I got a directory with many subdirectorys. Each sub hold a few MP3 files that belong to the same topic and are just another part. I have produced a playlist that holds all the single files. But I am unable to get in running in the web-interface?
I have to explain that I have not received the RFID reader and the cards. So web-gui and cmd are the only way to get in working at the moment.
Cheers, Thomas
The text was updated successfully, but these errors were encountered: