peeboo / open-media-library

Automatically exported from code.google.com/p/open-media-library
1 stars 0 forks source link

St Sana not creating episodes properly #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
issue that I have notice with the drag and drop, maybe you already know
about it. I have been a little sloppy with couple of my season
organization. I have csi - season 1/2 and the rest are just in the main
title folder. When dragging the folder over, it does not bring the non
folder season and place them into the main folder it just brings over the
seasons and its files. ( maybe this is a good thing and get me going to
start organizing the rest?). Well thats what I have notice for the few
minutes that i have. but i plan to do more testing on this.

Original issue reported on code.google.com by mikem...@googlemail.com on 2 Sep 2009 at 4:50

GoogleCodeExporter commented 8 years ago
are you saying the files not in a season folder dont get loaded? or that they 
get 
loaded into a season subfolder even when they are not physically inside one?

Original comment by DJShultz@gmail.com on 4 Sep 2009 at 8:40

GoogleCodeExporter commented 8 years ago
I just dumped this issue straight out of someones forum post so we don't 
overlook it.
I have not had chance to verify it yet - I'll try to test it today.

Original comment by mikem...@googlemail.com on 5 Sep 2009 at 7:37

GoogleCodeExporter commented 8 years ago
The report of this bug is here-
http://www.ornskov.dk/forum/index.php?topic=1423.msg10883#msg10883

I've had a look at what it is doing, I created a show folder structure of-

Phoenix Nights
    |-- Season 1
    |       |-- 01E01 - Phoenix Nights.avi
    |       |-- 01E02 - Phoenix Nights.avi
    |       |-- 01E03 - Phoenix Nights.avi
    |       |-- 01E04 - Phoenix Nights.avi
    |       |-- 01E05 - Phoenix Nights.avi
    |       |-- 01E06 - Phoenix Nights.avi
    |       |-- Test Season1.avi
    |-- 02E01 - Phoenix Nights.avi
    |-- 02E02 - Phoenix Nights.avi
    |-- 02E03 - Phoenix Nights.avi
    |-- 02E04 - Phoenix Nights.avi
    |-- 02E05 - Phoenix Nights.avi
    |-- 02E06 - Phoenix Nights.avi
    |-- Test Root.avi

St Sana correctly creates a 'TV_SHOW' entity containing 'Season 1' with 01E01 to
01E06. It also creates a 'Season 2' in this entity with 02E01 to 02E06, 
eventhough
they are not in a folder Season 2 - Clever stuff. All good so far apart from 
'Test
Season1.avi' not being there.

It then goes and creates another entity of type 'MOVIE' with a single video with
multiple files - 'Test Season1.avi' and duplicating 01E01 to 01E06. I guess 
because
'Test Season1.avi' does match a tv episode naming pattern it creates it as a 
movie
adding all the other files in that folder.

Finally it creates another entity of type 'MOVIE'with one file 'Test Root.avi'.

Original comment by mikem...@googlemail.com on 5 Sep 2009 at 1:26

GoogleCodeExporter commented 8 years ago
Not really an OML problem or a St Sana problem. It is possible to trip the 
import up
with poorly organised folder structures.

Original comment by mikem...@googlemail.com on 5 Sep 2009 at 1:36