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

    Library management for crippled players

    Scheduled Pinned Locked Moved
    Technical Help
    2
    2
    260
    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.
    • I
      iranzo
      last edited by

      Hi,
      My car audio system tends to reboot when there are lot of folders with songs in a usb drive.
      In the end, using mediamonkey I was able to find a schema that works most of the times:

      /artist first letter/artist first TWO letters/artist/song # - song name.mp3

      Seems that strawberry has something similar with the 'move to collection' by using something like:

      %artistinitial/%albumartist/{%track}-%title.%extension

      But I do miss two things here, so wanted to check if there's a way to do it:

      • get the first two initials of name, let's say the artist is 'tina', it should return 'ti' so that it could ressemble the approach that proved to work with car audio
      • how to store that schema as default for each strawberry execution as my preferred one

      Thanks in advance!
      Pablo

      1 Reply Last reply Reply Quote 0
      • jonasJ
        jonas
        last edited by

        It's not possible with Strawberry. But should be pretty easy to script using bash, just an find command with mv and some regex.
        If you don't know find and regex, you can try a program called KRename: https://userbase.kde.org/KRename

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors