• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Search (find) playlists for song title/artist/album

    Scheduled Pinned Locked Moved
    Feature Suggestions
    2
    2
    38
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kus
      last edited by

      I have a lot of playlists. Part of the reason is that I create new ones when I cannot seem to find one that I thought I had already created. As a result the list tends to grow.

      It would be nice if I could search for a song (any part of the song title, artist, album, etc.) and get some listing or indication (popup, separate window, playlists highlighted, or whatever) that identifies playlists where I might find a match.

      Being able to use a regular expression would be a bonus, but a simple substring would be a huge gain already.

      1 Reply Last reply Reply Quote 0
      • Sharky-PIS
        Sharky-PI
        last edited by

        non-strawberry solution: if your playlists are in a central location (e.g. /Music/playlists/) then you could 'search within files / search file contents' using whatever OS-default search tool you have handy?

        Now if you were feeling INCREDIBLY saucy, you could setup a cron job to

        1. scan all your playlists
        2. create a database of songs [track URL] (rows) & playlists (columns), with cells filled by the playlist name; have a final column which concatenates all nonblank playlist columns, separated by semicolon
        3. Write that final column to the Performer tag of those files
        4. [manually/auto rescan collection in Strawberry then) search "performer:MyPlaylist" if you want the contents of the playlist in whichever Collection grouping scheme you've chosen (potentially useful/interesting), or (your main objective)
        5. search for the song and look in the tags for the performer, or display the performer tag as a column.
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors