FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › mt-daapd Playlist options in webadmin panel not showing up?
- This topic has 13 replies, 3 voices, and was last updated 18 years ago by rpedde.
-
AuthorPosts
-
24/09/2006 at 1:01 AM #623coolbeansdude51Participant
Hello,
First off HOLY COW what an amazing piece of software. I am truely impressed. I am in love with it already.
To my question. I can’t seem to find the playlist section in my webadmin control panel.
I am running
mt-daapd — 0.2.4
Linux FC 5 i686-pc-linux-gnuEverything else works perfectly. Just this small issue.
Thanks,
coolbeansdude51
25/09/2006 at 2:18 AM #6544rpeddeParticipant@coolbeansdude51 wrote:
To my question. I can’t seem to find the playlist section in my webadmin control panel.
To edit smart playlists, it’s on the tab marked “smart” on the web admin.
25/09/2006 at 5:05 AM #6545coolbeansdude51ParticipantI don’t have that option on my web admin.
26/09/2006 at 4:07 AM #6546rpeddeParticipant@coolbeansdude51 wrote:
I don’t have that option on my web admin.
Aah, sorry… didn’t read your post well. The playlists on 0.2.4 are edited in the playlist file. There is a sample playlist in the distribution under contrib called mt-daapd.playlist (which your package probably put in /etc).
So basically, copy the contrib/mt-daapd.playlist to the /etc directory (if it isn’t already there) and make sure you have a line in your config file like:
playlist /etc/mt-daapd.playlist
You can look at the playlist file for examples of playlists and syntax and stuff.
The web based editing is only on the nightlies (http://nightlies.mt-daapd.org).
— Ron
26/09/2006 at 5:53 AM #6547coolbeansdude51ParticipantAHh thank you so much for your help! My dorm thanks you too! 😆
20/11/2006 at 3:07 PM #6548frank1980GuestHi
I am new with mt-daapd, it’s work fine with amarok, thanks a lot
But, I viewed the posts, still no idea of playlistI am sure there is mt-daapd.playlist in /etc, and I did not edit any more
I am still sure “playlist /etc/mt-daapd.playlist” in /etc/mt-daapd.conf, and did some editsIs the playlist would be in webadmin? Now I can not find any playlist
Thanks a again.
21/11/2006 at 4:41 AM #6549rpeddeParticipant@frank1980 wrote:
Hi
I am new with mt-daapd, it’s work fine with amarok, thanks a lot
But, I viewed the posts, still no idea of playlistI am sure there is mt-daapd.playlist in /etc, and I did not edit any more
I am still sure “playlist /etc/mt-daapd.playlist” in /etc/mt-daapd.conf, and did some editsIf this is version 0.2.4, then the /etc/mt-daapd.playlist is the file to edit. You will have to stop and start the server for the playlist to take effect.
Is the playlist would be in webadmin? Now I can not find any playlist
Thanks a again.
The playlist is only in the webadmin if you are running a newer version that 0.2.4. Either from the nightlies page or from a debian or gentoo package that is newer than 0.2.4.
— Ron
21/11/2006 at 9:47 AM #6550frank1980GuestThanks for you reply
You mean, I have to edit /etc/mt-daapd.playlist? Is there any example?BTW: Could I use mt-daapd to share my music to remote user for downloading?
21/11/2006 at 10:14 AM #6551frank1980GuestI copied a playlist file from here http://wiki.sblug.org/Setup_iTunes_server_in_linux
but still not take effect
what’s up?version:0.2.4 gentoo-2006.1 kde-3.5.5
I can login webadmin from konq via zeroconf and IP address, still noneweb_root /usr/share/mt-daapd/admin-root
port 4662
admin_pw mt-daapd
db_dir /var/cache/mt-daapd
mp3_dir /home/frank/music
servername frank-share
runas nobody
playlist /etc/mt-daapd.playlist
#password mp3
extensions .mp3,.m4a,.m4p,.url,m3u
process_m3u 121/11/2006 at 6:10 PM #6552rpeddeParticipant@frank1980 wrote:
I copied a playlist file from here http://wiki.sblug.org/Setup_iTunes_server_in_linux
but still not take effect
what’s up?You have to stop and start the server for it to take effect.
Also, you are running the server as “nobody”, but serving files from your home directory. Unless your home directory is world readable, the “nobody” user won’t be able to read any files.
Might either move the music files out of your home directory, or run your music server as your user.
– Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.