2019-04-27, 15:05
Hello,
I have many TV series (about 200) with this folder structure:
\SerieTV\S01E01 - Title.avi
I would like not to change this structure used in many years, because I risk losing the list of files already seen, saved on the mysql database.
I tried to configure the advancedsettings.xml file with the following configuration:
<tvshowmatching action="append">
<regexp>[Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)([^\\/]*)$</regexp>
</tvshowmatching>
as a result it recognizes the poster and the plot of the series but not the list of files.
Could you give me a suggestion?
Thanks
I have many TV series (about 200) with this folder structure:
\SerieTV\S01E01 - Title.avi
I would like not to change this structure used in many years, because I risk losing the list of files already seen, saved on the mysql database.
I tried to configure the advancedsettings.xml file with the following configuration:
<tvshowmatching action="append">
<regexp>[Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)([^\\/]*)$</regexp>
</tvshowmatching>
as a result it recognizes the poster and the plot of the series but not the list of files.
Could you give me a suggestion?
Thanks