<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, May 21, 2014 at 5:56 PM, Jean-Yves Avenard <span dir="ltr"><<a href="mailto:jyavenard@gmail.com" target="_blank">jyavenard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I use the following recommended directory structure:<br>
Show Name/Season XX/showname.SXXEYY<br>
<br>
Files are *always* appearing in the order of episode #.<br>
<br>
Even if we had a split between TV and Movie dedicated grabber (like<br>
XBMC does), it wouldn't find for /01-01 - View from the Villa.mpg<br>
<br>
The directory name the file is found has no bearing on the grabber.<br>
01-01 - View from the Villa.mpg<br>
<br>
doesn't contain the show name, how is it supposed to find it and guess<br>
where it's coming from?<br>
<br>
Just follow the wiki, it's all there</blockquote><div><br></div><div>Forgive me, but the method you suggest seems to be a waste of filename space. You already have the name of the show in the path. Why does it also need to be in the filename too? This is something I go through with music as well:</div>
<div><br></div><div>/tank/music/music/Album Artist/ReleaseDate - Album Name/Track# - Artist Name - Title.ext</div><div>/tank/music/Christmas/Album Artist/ReleaseDate - Album Name/Track# - Artist Name - Title.ext<br></div>
<div><br></div><div>There is a justifiable duplication here. Sometimes the track artist is different than the album artist. Lots of times, that's not the case. However, in this example:</div><div><br></div><div>/tank/videos/TV Shows/Battlestar Galactica (2003)/Season 01/01x01 - 33.mkv</div>
<div><br></div><div>The only duplication here is the Season 01/01. This duplication is necessary due to how most grabbers interpret SeasonxEpisode. Most grabbers will interpret the entire path to get the correct series name. What's the need to have an additional:</div>
<div><br></div><div>/tank/videos/TV Shows/Battlestar Galactica (2003)/Season 01/Battlestar Galactica.01x01 - 33.mkv<br></div><div><br></div><div>That's just extra, unnecessary characters in an already very long file name. Heck, it could be easier since there's already a Season 01 to make the filename:</div>
<div><br></div><div>/tank/videos/TV Shows/Battlestar Galactica (2003)/Season 01/01 - 33.mkv</div><div><br></div><div>These are just some ideas.</div></div></div></div>