Firefly Not showing Playlists

Viewing 10 posts - 1 through 10 (of 14 total)
  • Author
    Posts
  • #799
    wiredhernandez
    Participant

    Very basic I am sure. I am running latest win32 version of Firefly on XP. I can create smart playlists and they work just fine. I have also tried to create .pls and .m3u in winamp and saved in d:mp3My Playlists .. The files do not appear at all under playlists but the smart ones configured on server do. I know im missing somethin Mg simple. Client is Roku M2000. Any help appreciated. -Adam

    #7384
    S80_UK
    Participant

    Assuming that the D: drive you mention is on the same machine, is the playlist folder and the folder for the files that they point to set up in the Firefly configuration options? Is the switch for processing .m3u files as playlists set to yes? And is Firefly scanning so that it picks up new files? Once every 10 minutes or so works well for me. Basic questions, but I know from my experience with Firefly that these are easy to miss when trying out new ideas.

    #7385
    bboons
    Guest

    I’m having similar problems. I’m running svn-1417 on Ubuntu Dapper. The only play lists that I can get to on the SB are the ones I create with the wizard. All other playlists including smart playlists in the .playlist file are not picked up. I don’t understand why even the smart playlists are not working, I double checked the playlist file location and the corresponding “playlist = ” specification in the .conf file.
    I don’t see any errors logged with debug flag on.
    BTW, when I unpacked the svn-1417 tar file I noticed that the sample .playlist file was missing and so I just copied one from the svn-1359 release and modified it to fit my directory structure. Why was this file removed from the tar package ?. Is it not supported ?.

    #7386
    rpedde
    Participant

    @bboons wrote:

    I’m having similar problems. I’m running svn-1417 on Ubuntu Dapper. The only play lists that I can get to on the SB are the ones I create with the wizard. All other playlists including smart playlists in the .playlist file are not picked up. I don’t understand why even the smart playlists are not working, I double checked the playlist file location and the corresponding “playlist = ” specification in the .conf file.
    I don’t see any errors logged with debug flag on.
    BTW, when I unpacked the svn-1417 tar file I noticed that the sample .playlist file was missing and so I just copied one from the svn-1359 release and modified it to fit my directory structure. Why was this file removed from the tar package ?. Is it not supported ?.

    Correct… it doesn’t parse the file based playlist anymore — they got moved into the database. Generally, though, the ones in the database are like the ones in the file, except parsed and available immediately rather than having to start and stop the server.

    I left the .playlist directive in there, because I’m going to make the server backup the playlists to the .playlist file on startup and shutdown, so that way you have a backup of the playlists. It won’t be user editable, though.

    — Ron

    #7387
    bboons
    Guest

    @rpedde wrote:

    Correct… it doesn’t parse the file based playlist anymore — they got moved into the database. Generally, though, the ones in the database are like the ones in the file, except parsed and available immediately rather than having to start and stop the server.

    I left the .playlist directive in there, because I’m going to make the server backup the playlists to the .playlist file on startup and shutdown, so that way you have a backup of the playlists. It won’t be user editable, though.

    — Ron

    Ok, that makes sense. But, I am trying to create a smart playlist along the lines of “path includes dirname”. I could not find a way to do that with the wizard, the “path” option used to be available as a directive in the .playlist file. Is there an equivalent that I can use ?.

    #7388
    rpedde
    Participant

    @bboons wrote:

    Ok, that makes sense. But, I am trying to create a smart playlist along the lines of “path includes dirname”. I could not find a way to do that with the wizard, the “path” option used to be available as a directive in the .playlist file. Is there an equivalent that I can use ?.

    Yup:

    path includes “dirname”

    Just don’t use the wizard. Dump it right into the text box. The wizard just show simple examples, it’s not required to build the playlist.

    Remember that you must escape quotes and backslashes with backslashes:

    artist is “”Weird Al” Yankovic”

    path includes “\incoming”

    — Ron

    #7389
    bboons
    Guest

    Thanks for the tips. I got my playlist problems resolved.

    #7390
    bboons
    Guest

    Now that I have smart playlist working next I tried a .pls playlist for radio stations and it is not working. Here’s the content of the playlit file:
    [playlist]
    numberofentries=1
    File1=http://scfire-ntc0l-1.stream.aol.com:80/stream/1074
    Title1=(#1 – 298/3384) .977 The Hitz Channel
    Length1=-1
    Version=2

    I put this .pls file in the same directory as my other music files (these files are playable on my soundbridge client).
    I also killed and restarted mt-daapd daemon -svn1417 (BTW, is there a better way to restart this service other than kill/start?).

    I was expecting to see something under the “playlist” section of soundbridge for this particular file but all I see are the smart playlists.

    What am I missing?

    #7391
    rpedde
    Participant

    @bboons wrote:

    Now that I have smart playlist working next I tried a .pls playlist for radio stations and it is not working. Here’s the content of the playlit file:
    [playlist]
    numberofentries=1
    File1=http://scfire-ntc0l-1.stream.aol.com:80/stream/1074
    Title1=(#1 – 298/3384) .977 The Hitz Channel
    Length1=-1
    Version=2

    I put this .pls file in the same directory as my other music files (these files are playable on my soundbridge client).
    I also killed and restarted mt-daapd daemon -svn1417 (BTW, is there a better way to restart this service other than kill/start?).

    I was expecting to see something under the “playlist” section of soundbridge for this particular file but all I see are the smart playlists.

    What am I missing?

    try http://wiki.mt-daapd.org/wiki/Streaming_Audio.

    You can rescan by going to the web interface (http://localhost:port). On the status page you can make it rescan. You can also change the config there to add (for example) an admin password, then you can access the web configurator from anywhere.

    — Ron

    #7392
    bboons
    Guest

    @rpedde wrote:

    try http://wiki.mt-daapd.org/wiki/Streaming_Audio.

    You can rescan by going to the web interface (http://localhost:port). On the status page you can make it rescan. You can also change the config there to add (for example) an admin password, then you can access the web configurator from anywhere.

    Sorry, I shoud have mentioned that I already tried the wiki instructions as well (every step of it).
    1. I created the .url file in the specified format.
    2. added a .m3u playlist with the .url file
    3. edited .conf to enable processing of .m3u and .url
    4. restarted server
    5. started full rescan.

    I also tried to create a smart playlist with the type includes “URL” specification and that did not work either. I’m guessing that if the smart playlist does not work then I should not even bother trying a static playlist.

Viewing 10 posts - 1 through 10 (of 14 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.