2009-07-24, 17:43
whitedwarf88 Wrote:Just curious, how are you re-tagging all your files? I'd imagine you're not doing it manually, is there a program that can batch add a bunch of genres?
for each anime series, i have a 'tvshow.nfo' file. for example:
Code:
<tvshow>
<title>Cowboy Bebop</title>
<genre>Anime</genre>
</tvshow>
http://thetvdb.com/index.php?tab=series&id=76885
for anime movies, i make the entire nfos:
tvshow.nfo
Code:
<tvshow>
<title>Appleseed</title>
<genre>Anime</genre>
<plot>In a utopian society created at the end of the third world war, a female warrior who has been plucked from the badlands begins to see cracks in this new facade. And what does this community have planned for the rest of humankind?</plot>
<studio>Toho</studio>
</tvshow>
Appleseed - 01.01 - Movie (2004).nfo
Code:
<episodedetails>
<title>Appleseed</title>
<season>1</season>
<episode>1</episode>
<plot>In a utopian society created at the end of the third world war, a female warrior who has been plucked from the badlands begins to see cracks in this new facade. And what does this community have planned for the rest of humankind?</plot>
<credits>Masamune Shirow, Haruka Handa, Tsutomu Kamishiro</credits>
<director>Shinji Aramaki</director>
</episodedetails>
and for series not on thetvdb.com, i add them to thetvdb.com
it's not easy or fast, but it is effective