I want to read tags in MP3 files to reorganize my music files. The general order to do this is

If MP3Tag(album) is "Top 1000" and current directory is NOT /home/rgammon51/Temp/Music/Various THEN move file to /home/rgammon51/Temp/Music/Various/Top1000.

Its the MP3Tag thing that I search for. General web searches do not turn up anything useful.

I am fairly certain that I can do the rest of the file processing. I want to make this general so that "Top 1000" is passed as a parameter to the program.

The issue is that most music managers INSIST that a single artist appears on an Album. Movie Soundtracks are just one example of where that is simply NOT true.

Google Music ruined the organization that I want for my music files, on Google and on my computer due to this INSISTENCE on a single artist per album.

In reply to Read MP3 tags by rgammon51

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.