Results 1 to 6 of 6

Thread: M3u's in Rhythmbox/Meta data program

  1. #1
    Join Date
    Sep 2013
    Beans
    138

    M3u's in Rhythmbox/Meta data program

    I have about 50 gbs of horrifically unorganized music. The only sorting done has been through m3u's created in Windows. What I'm looking for is a program that can either; Correct the m3u files by changing the C:\\ part in the filepath or; a program that scans each mp3 and sets the meta data accordingly.
    Either of these exist?

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: M3u's in Rhythmbox/Meta data program

    easytag can fix ID3 tags. With clever use, you can auto-fill ID3 tags based on filenames. Otherwise, you would need to write a script to read the m3u files and then use command-line ID3 tools to update the track information.

    Many music players can fix ID3 tags as well. Load a directory of tracks into rhythmbox and try fixing from within rhythmbox.

    Open a terminal:

    Code:
    apt-cache search ID3
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Jun 2007
    Beans
    14,789

    Re: M3u's in Rhythmbox/Meta data program

    I think what you want is to use sed command to replace one string with another.
    sed syntax always drove me crazy, so hopefully, someone else can give you the exact command if you can't figure it out.

  4. #4
    Join Date
    Sep 2013
    Beans
    138

    Re: M3u's in Rhythmbox/Meta data program

    You misunderstand, these files are not organized at all including filenames. I'd need a program that scans the audio and compares it do a database, similar to how many phones can now.

    I don't know how sed works either o:

  5. #5
    Join Date
    Jun 2007
    Beans
    14,789

    Re: M3u's in Rhythmbox/Meta data program

    Quote Originally Posted by cranerja View Post
    You misunderstand, these files are not organized at all including filenames. I'd need a program that scans the audio and compares it do a database, similar to how many phones can now.
    I thought you wanted to replace C:\WindowsMusicPath\filename with /home/whatever/filename in the m3u file? sed would do that.

  6. #6
    Join Date
    Sep 2013
    Beans
    138

    Re: M3u's in Rhythmbox/Meta data program

    I know, that part was to the other response. I haven't figured out how to separate responses. I'll look into sed, just haven't heard of it

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •