FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Playlist editing?
- This topic has 7 replies, 3 voices, and was last updated 17 years, 6 months ago by rpedde.
-
AuthorPosts
-
26/05/2007 at 4:20 PM #1428BinarybobParticipant
Is there the ability to create playlists from the web interface?
I’ve got NSLU2 + uNSLUng + Firefly 1498. I use a Roku Soundbridge plus WinAMP.. I can do dynamic… but I’d like to create manual ones… any ideas?
26/05/2007 at 8:34 PM #10912rpeddeParticipant@Binarybob wrote:
Is there the ability to create playlists from the web interface?
I’ve got NSLU2 + uNSLUng + Firefly 1498. I use a Roku Soundbridge plus WinAMP.. I can do dynamic… but I’d like to create manual ones… any ideas?
Nope. There is the start of one at /playlist.html, but it isn’t done yet.
— Ron
27/05/2007 at 11:39 AM #10913uncleremusParticipantThis is my last “bastion”, or whatever it is called. How can I manually create playlist, say a partylist for at party where people love everything from Stravinsky to Public Enemy (that is not exceptional with my friends 😀 ).
I have a server in the basement, gentoo running mt-daapd with a flac-only music collection, played on a Roku Soundbridge. My dream would be to be able to create playlists as easy as on can do on a local mp3-collection with iTunes. Currently, I haven’t figured out how yet. I’ve tried rhythmbox, but it is not really to my liking.
Maybe export the music directory with samba and run Mediamonkey on it (as iTunes is not able to handle flac)?
27/05/2007 at 7:29 PM #10914uncleremusParticipantThe thing with samba + MediaMonkey went fine, however I cannot get mt-daapd to recognize my .m3u playlists. I’ll post some relevant info here and maybe you can tell me whether it should work:
localhost / # cat /etc/mt-daapd.conf |egrep -v "^#" |egrep -v "^$"
[general]
web_root = /usr/share/mt-daapd/admin-root
port = 3689
admin_pw = mt-daapd
db_type = sqlite3
db_parms = /var/cache/mt-daapd
mp3_dir = /mnt/onetouch500GB/share/hdd/data/public/music/yes
servername = PENT
runas = root
playlist = /etc/mt-daapd.playlist
extensions = .flac,.mp3,.m4a,.m4p,.ogg
ssc_codectypes = ogg,flac,alac
ssc_prog = /usr/bin/mt-daapd-ssc.sh
logfile = /var/log/mt-daapd.log
process_m3u = 1
[plugins]
plugin_dir = /usr/share/mt-daapd/plugins/
localhost yes # pwd
/mnt/onetouch500GB/share/hdd/data/public/music/yes
localhost yes # ls -las
total 56
4 drwxrwxrwx 9 1000 users 4096 May 27 21:27 .
12 drwxrwxrwx 459 root root 12288 May 27 21:00 ..
4 -rwxrwxrwx 1 1000 users 90 May 27 21:03 Grym_Fusion.m3u
4 -rwxr-xr-x 1 root root 36 May 27 21:17 Grym_Fusion_2.m3u
4 drwxrwxrwx 2 1000 users 4096 Mar 17 18:20 big_generator
4 drwxrwxrwx 2 1000 users 4096 Mar 17 17:44 close_to_the_edge
4 drwxrwxrwx 2 1000 users 4096 Mar 17 18:23 drama
4 drwxrwxrwx 2 1000 users 4096 Mar 17 18:10 fragile
4 drwxrwxrwx 2 1000 users 4096 Mar 17 17:31 going_for_the_one
4 drwxrwxrwx 2 1000 users 4096 Mar 17 17:44 relayer
4 -rwxrwxrwx 1 root root 37 May 27 21:27 test.m3u
4 drwxrwxrwx 2 1000 users 4096 Mar 17 18:11 the_yes_album
localhost yes # cat Grym_Fusion_2.m3u
big_generator/almost_like_love.flac
localhost yes #
localhost yes # ls -las big_generator/
total 279660
4 drwxrwxrwx 2 1000 users 4096 Mar 17 18:20 .
4 drwxrwxrwx 9 1000 users 4096 May 27 21:27 ..
34468 -rwxrwxrwx 1 1000 users 35253754 Mar 17 18:19 almost_like_love.flac
29508 -rwxrwxrwx 1 1000 users 30175563 Mar 17 18:17 big_generator.flac
40824 -rwxrwxrwx 1 1000 users 41755763 Mar 17 18:19 final_eyes.flac
19864 -rwxrwxrwx 1 1000 users 20315464 Mar 17 18:20 holy_lamb_song_for_harmonic_convergence.flac
48004 -rwxrwxrwx 1 1000 users 49102500 Mar 17 18:20 im_running.flac
32696 -rwxrwxrwx 1 1000 users 33441366 Mar 17 18:19 love_will_find_a_way.flac
30612 -rwxrwxrwx 1 1000 users 31307545 Mar 17 18:17 rhythm_of_love.flac
43676 -rwxrwxrwx 1 1000 users 44671811 Mar 17 18:18 shoot_high_aim_low.flac
localhost yes # file big_generator/almost_like_love.flac
big_generator/almost_like_love.flac: FLAC audio bitstream data, 16 bit, stereo, 44.1 kHz, 13141800 samples
localhost yes #
localhost yes # cat Grym_Fusion.m3u
#EXTM3U
#EXTINF:389,Various Artists - Back Seat Betty
big_generator/almost_like_love.flac
So, as you can see, I have two .m3u’s in my music dir. None are recognized and this is what I get in the log:
2007-05-27 21:29:39 (b74ae6b0): Got shutdown signal.
2007-05-27 21:29:39 (b74ae6b0): Stopping gracefully
2007-05-27 21:29:39 (b74ae6b0): Stopping rendezvous daemon
2007-05-27 21:29:39 (b74ae6b0): Closing database
2007-05-27 21:29:39 (b74ae6b0): Done!
2007-05-27 21:29:39 (b7465b90): Rendezvous socket closed (daap server crashed?) Aborting.
2007-05-27 21:29:39: Aborting
2007-05-27 21:29:39 (b74aa6b0): Firefly Version svn-1549: Starting with debuglevel 2
2007-05-27 21:29:39 (b74aa6b0): Plugin loaded: daap/svn-1549
2007-05-27 21:29:39 (b74aa6b0): Plugin loaded: ssc-script/svn-1549
2007-05-27 21:29:39 (b74aa6b0): Plugin loaded: rsp/svn-1549
2007-05-27 21:29:39 (b74aa6b0): Plugin loaded: ssc-ffmpeg/svn-1549
2007-05-27 21:29:39 (b74aa6b0): Starting rendezvous daemon
2007-05-27 21:29:39 (b74aa6b0): Starting signal handler
2007-05-27 21:29:39 (b74aa6b0): Error: enum_begin failed (error 1): Misc SQL Error: no such table: config
2007-05-27 21:29:39 (b74aa6b0): Can't get db version. New database?
2007-05-27 21:29:39 (b74aa6b0): Initializing database
2007-05-27 21:29:39 (b74aa6b0): Error: enum_begin failed (error 1): ?
2007-05-27 21:29:39 (b74aa6b0): Error: enum_begin failed (error 1): ?
2007-05-27 21:29:39 (b74aa6b0): Full reload...
2007-05-27 21:29:40 (b74aa6b0): Starting mp3 scan
2007-05-27 21:29:40 (b74aa6b0): Starting playlist scan
2007-05-27 21:29:40 (b74aa6b0): Updating playlists
2007-05-27 21:29:40 (b74aa6b0): Scanned 69 songs in 0 seconds
2007-05-27 21:29:40 (b74aa6b0): Starting web server from /usr/share/mt-daapd/admin-root on port 3689
2007-05-27 21:29:40 (b74aa6b0): Registering rendezvous names
2007-05-27 21:29:40 (b74aa6b0): Serving 69 songs. Startup complete in 0 seconds
I’ve really tried, but to no avail. I can’t find out what’s wrong.
27/05/2007 at 8:07 PM #10915uncleremusParticipantI realized I could run with -d9 option, then I got this in the log-file:
2007-05-28 00:01:40 (b74db6b0): Processing playlists
2007-05-28 00:01:40 (b74db6b0): Starting playlist scan
2007-05-28 00:01:40 (b74db6b0): About to scan /mnt/onetouch500GB/share/hdd/data/public/music/yes/test.m3u
2007-05-28 00:01:40 (b74db6b0): About to scan /mnt/onetouch500GB/share/hdd/data/public/music/yes/Grym_Fusion_2.m3u
2007-05-28 00:01:40 (b74db6b0): About to scan /mnt/onetouch500GB/share/hdd/data/public/music/yes/Grym_Fusion.m3u
2007-05-28 00:01:40 (b74db6b0): Finished playlist loop
Earlier it says
2007-05-28 00:01:40 (b74db6b0): Found /mnt/onetouch500GB/share/hdd/data/public/music/yes/Grym_Fusion.m3u
2007-05-28 00:01:40 (b74db6b0): Adding /mnt/onetouch500GB/share/hdd/data/public/music/yes/Grym_Fusion.m3u for deferred proces
sing.
2007-05-28 00:01:40 (b74db6b0): Found /mnt/onetouch500GB/share/hdd/data/public/music/yes/Grym_Fusion_2.m3u
2007-05-28 00:01:40 (b74db6b0): Adding /mnt/onetouch500GB/share/hdd/data/public/music/yes/Grym_Fusion_2.m3u for deferred proc
essing.
2007-05-28 00:01:40 (b74db6b0): Found /mnt/onetouch500GB/share/hdd/data/public/music/yes/test.m3u
2007-05-28 00:01:40 (b74db6b0): Adding /mnt/onetouch500GB/share/hdd/data/public/music/yes/test.m3u for deferred processing.
2007-05-28 00:01:40 (b74db6b0): Ending song scan
Maybe this could shed some further light to what is happening to you guys?
27/05/2007 at 11:48 PM #10916rpeddeParticipant@uncleremus wrote:
Maybe this could shed some further light to what is happening to you guys?
Check your web config — make sure you have scanning/process_m3u set to yes. Looks like it’s set to “no”. Otherwise, you would see:
About to scan
Scanning
About to scan
Scanningetc.
— Ron
28/05/2007 at 10:35 AM #10917uncleremusParticipantWonderful, thanks a lot, now it worked directly.
(But, I thought that the
process_m3u = 1
would enable this, isn’t that correct?)
29/05/2007 at 3:29 AM #10918rpeddeParticipant@uncleremus wrote:
Wonderful, thanks a lot, now it worked directly.
(But, I thought that the
process_m3u = 1
would enable this, isn’t that correct?)
Used to, but that also controlled the processing of the iTunes stuff, so I split it out into process_playlists, process_m3u, and process_itunes. I’ll eventually add process_wml or whatever the windows media player playlist file is.
It was a long standing annoyance that was well past time to fix.
— Ron
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.