I've been hunting around the web for a good .nfo file creator for my media files.
So far I haven't been able to track one down that does what I want. Most of them seem to be full out media managers.
I keep my media on an external drive and don't want the .nfo generating program to worry about keeping track of anything because I don't actually use this machine for viewing any of the media.
My ideal program would:
- Allow me to choose a file/folder containing specific types of media files (music, tv shows, movies)
- Match the files online with a scraper using the standard sources (tvdb, etc.)
- Rename files using the scraped data
- Generate .nfo files using the scraped data
FileBot has been an excellent tool for doing steps 1-3, what would be really nice is if there was a plugin for it to generate the .nfo files. (I haven't been able to find one yet)
Anywho. My question is. Does anyone know of a good piece of existing software for doing this?
I lost track of this account, I just logged in and saw that this question has received a fair number of views.
I've since been using TinyMediaManager for handling TV Shows and Movies.
Hints for TMM:
MusicBrainz Picard for music. This program can be somewhat painful and it took a significant amount of time for me to update the metadata on my music library.
Hints for MBP:
The initial process of updating my music library was very painful, I did it occasionally over several months, a few dozen or so albums at a time. After getting through that, updating meta on new music as I add it is fairly quick and easy.
Neither of these programs are perfect but after some getting used to, they get the job done.
Note: both of these programs would normally be used to keep track of your entire library. I use them just for getting meta/renaming before I move the file into my library. I keep a directory for media that is to be updated and one for files that have just been updated (with sub-folders for TV/Movies/Music). I load media into the programs from the to be updated and use their renamers to have the files transferred into the updated directory. After which I will check to make sure nothing went wrong (only happens if I've made a mistake) in the renaming and use an rsync script to move the files into their final destinations.
XBMC can do 1, 2, and 4. Just add the files to an XBMC library and then export the library to "separate files". see more here. This will create .nfo files based on the data that XBMC scraped.
From there you could write a script that renames the media files (and .nfo files) based on the information contained in the .nfo files.