Page 2 of 2

Re: 01x35-01x36 Multi-Episode Naming

Posted: 17 Nov 2018, 17:54
by rednoah
kim wrote: 17 Nov 2018, 17:28 Maybe a poll:

Do you want all episode numbers in the filename ?
e.g. 1x02-03-04
or
keep it like it is now and only show from-to e.g. 1x02-04
I actually implemented {kodi} with SxE style numbers (great mind think alike :P) instead of S00E00 style numbers to differentiate it more from the {plex} binding. In accordance the Kodi docs, the corresponding multi-episode formatting will be 1x02x03x04.

Re: 01x35-01x36 Multi-Episode Naming

Posted: 17 Nov 2018, 17:57
by rednoah
in10se wrote: 17 Nov 2018, 17:42 Dont know why it doesnt work with my filebot
Try with a few individual files, and not all your files at once, for testing. Maybe you can narrow down why it doesn't work for you.


:idea: Press F5 twice to print FileBot version information.

:idea: Press F7 to copy file / episode match model debug information.

Re: 01x35-01x36 Multi-Episode Naming

Posted: 17 Nov 2018, 18:32
by in10se
Ok, will do, thanks rednoah. So I recreated the problem with Kodi.

Kodi 17.6
filebot 4.8.4

TEST: 1x22x23x24 e.g.

I tested it only with 5 episodes, names like this:

https://ibb.co/cxBGaL

Media Companion realizes it as multi:

https://ibb.co/cGYJpf

writes it in the info:

Code: Select all

 
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<multiepisodenfo>
    <episodedetails>
        <fileinfo>
            <streamdetails>
                <video>
                    <width>512</width>
                    <height>384</height>
                    <aspect>1,33</aspect>
                    <codec>xvid</codec>
                    <format>MPEG-4 Visual</format>
                    <durationinseconds>1285</durationinseconds>
                    <bitrate>1 002 kb/s</bitrate>
                    <container>.avi</container>
                    <scantype>Progressive</scantype>
                    <NumVideoBits>8</NumVideoBits>
                </video>
                <audio>
                    <codec>MP3</codec>
                    <channels>2</channels>
                    <bitrate>128 kb/s</bitrate>
                </audio>
            </streamdetails>
        </fileinfo>
        <title>Gator, Baiter</title>
        <season>1</season>
        <episode>22</episode>
        <aired>1990-10-27</aired>
        <plot>A wrestling gator is fed up with being humiliated by other wrestlers that break the rules. He leaves his career and then he encounters Tom and Jerry.</plot>
        <playcount>0</playcount>
        <director>
        </director>
        <credits>Patrick A. Ventura</credits>
        <ratings>
            <rating name="tvdb" max="10">
                <value>8.5</value>
                <votes>2</votes>
            </rating>
        </ratings>
        <rating>8.5</rating>
        <votes>2</votes>
        <uniqueid type="tvdb" default="true">266705</uniqueid>
        <runtime>21 min</runtime>
        <showid>77973</showid>
        <imdbid>
        </imdbid>
        <tmdbid>
        </tmdbid>
        <displayseason>
        </displayseason>
        <displayepisode>
        </displayepisode>
        <displayafterseason>
        </displayafterseason>
        <runtime>21 min</runtime>
        <epbookmark>
        </epbookmark>
        <videosource>
        </videosource>
        <userrating>0</userrating>
        <dvdepnumber>
        </dvdepnumber>
        <actor>
            <name>Frank Welker</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Charlie Adler</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Don Messick</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Danny Cooksey</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Dick Gautier</name>
            <role>
            </role>
        </actor>
    </episodedetails>
    <episodedetails>
        <fileinfo>
            <streamdetails>
                <video>
                    <width>512</width>
                    <height>384</height>
                    <aspect>1,33</aspect>
                    <codec>xvid</codec>
                    <format>MPEG-4 Visual</format>
                    <durationinseconds>1285</durationinseconds>
                    <bitrate>1 002 kb/s</bitrate>
                    <container>.avi</container>
                    <scantype>Progressive</scantype>
                    <NumVideoBits>8</NumVideoBits>
                </video>
                <audio>
                    <codec>MP3</codec>
                    <channels>2</channels>
                    <bitrate>128 kb/s</bitrate>
                </audio>
            </streamdetails>
        </fileinfo>
        <title>Hoodwinked Cat</title>
        <season>1</season>
        <episode>23</episode>
        <aired>1990-10-27</aired>
        <plot>In a homage to Little Red Riding Hood, Spike sends Tyke out to deliver a canary to his grandmother as Kyle has other plans for the bird.</plot>
        <playcount>0</playcount>
        <director>
        </director>
        <credits>Patrick A. Ventura</credits>
        <ratings>
            <rating name="tvdb" max="10">
                <value>8.5</value>
                <votes>2</votes>
            </rating>
        </ratings>
        <rating>8.5</rating>
        <votes>2</votes>
        <uniqueid type="tvdb" default="true">266706</uniqueid>
        <runtime>21 min</runtime>
        <showid>77973</showid>
        <imdbid>
        </imdbid>
        <tmdbid>
        </tmdbid>
        <displayseason>
        </displayseason>
        <displayepisode>
        </displayepisode>
        <displayafterseason>
        </displayafterseason>
        <runtime>21 min</runtime>
        <epbookmark>
        </epbookmark>
        <videosource>
        </videosource>
        <userrating>0</userrating>
        <dvdepnumber>
        </dvdepnumber>
        <actor>
            <name>Frank Welker</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Charlie Adler</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Don Messick</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Danny Cooksey</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Dick Gautier</name>
            <role>
            </role>
        </actor>
    </episodedetails>
    <episodedetails>
        <fileinfo>
            <streamdetails>
                <video>
                    <width>512</width>
                    <height>384</height>
                    <aspect>1,33</aspect>
                    <codec>xvid</codec>
                    <format>MPEG-4 Visual</format>
                    <durationinseconds>1285</durationinseconds>
                    <bitrate>1 002 kb/s</bitrate>
                    <container>.avi</container>
                    <scantype>Progressive</scantype>
                    <NumVideoBits>8</NumVideoBits>
                </video>
                <audio>
                    <codec>MP3</codec>
                    <channels>2</channels>
                    <bitrate>128 kb/s</bitrate>
                </audio>
            </streamdetails>
        </fileinfo>
        <title>Medieval Mouse</title>
        <season>1</season>
        <episode>24</episode>
        <aired>1990-10-27</aired>
        <plot>Squire Tom is told to clean a knight's castle and get rid of Jerry.</plot>
        <playcount>0</playcount>
        <director>
        </director>
        <credits>Sandy Fries</credits>
        <ratings>
            <rating name="tvdb" max="10">
                <value>8.5</value>
                <votes>2</votes>
            </rating>
        </ratings>
        <rating>8.5</rating>
        <votes>2</votes>
        <uniqueid type="tvdb" default="true">266707</uniqueid>
        <runtime>21 min</runtime>
        <showid>77973</showid>
        <imdbid>
        </imdbid>
        <tmdbid>
        </tmdbid>
        <displayseason>
        </displayseason>
        <displayepisode>
        </displayepisode>
        <displayafterseason>
        </displayafterseason>
        <runtime>21 min</runtime>
        <epbookmark>
        </epbookmark>
        <videosource>
        </videosource>
        <userrating>0</userrating>
        <dvdepnumber>
        </dvdepnumber>
        <actor>
            <name>Frank Welker</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Charlie Adler</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Don Messick</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Danny Cooksey</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Dick Gautier</name>
            <role>
            </role>
        </actor>
    </episodedetails>
</multiepisodenfo>
 
Kodi shows following:

Season -1
No episodes shown (pictures will follow if uploaded.

Filebot does this with the files:

https://ibb.co/naOwaL

It works with them. If I take eisodes from Season 02 or Season 04 it doesnt work with filebot. Somehow there is a connection with numbers and series (with some series it works).


_____________________________________________________________________________________


New test, sytem Kodi and filebot are the same

Filenamestyle: S01E01-S01E02-S01E03

seen here:

https://ibb.co/ivRk20

media companion recognized it as multi episodes:

https://ibb.co/nGUipf

wrote in into nfo:

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<multiepisodenfo>
    <episodedetails>
        <fileinfo>
            <streamdetails>
                <video>
                    <width>512</width>
                    <height>384</height>
                    <aspect>1,33</aspect>
                    <codec>xvid</codec>
                    <format>MPEG-4 Visual</format>
                    <durationinseconds>1285</durationinseconds>
                    <bitrate>1 002 kb/s</bitrate>
                    <container>.avi</container>
                    <scantype>Progressive</scantype>
                    <NumVideoBits>8</NumVideoBits>
                </video>
                <audio>
                    <codec>MP3</codec>
                    <channels>2</channels>
                    <bitrate>128 kb/s</bitrate>
                </audio>
            </streamdetails>
        </fileinfo>
        <title>Gator, Baiter</title>
        <season>1</season>
        <episode>22</episode>
        <aired>1990-10-27</aired>
        <plot>A wrestling gator is fed up with being humiliated by other wrestlers that break the rules. He leaves his career and then he encounters Tom and Jerry.</plot>
        <playcount>0</playcount>
        <director>
        </director>
        <credits>Patrick A. Ventura</credits>
        <ratings>
            <rating name="tvdb" max="10">
                <value>8.5</value>
                <votes>2</votes>
            </rating>
        </ratings>
        <rating>8.5</rating>
        <votes>2</votes>
        <uniqueid type="tvdb" default="true">266705</uniqueid>
        <runtime>21 min</runtime>
        <showid>77973</showid>
        <imdbid>
        </imdbid>
        <tmdbid>
        </tmdbid>
        <displayseason>
        </displayseason>
        <displayepisode>
        </displayepisode>
        <displayafterseason>
        </displayafterseason>
        <runtime>21 min</runtime>
        <epbookmark>
        </epbookmark>
        <videosource>
        </videosource>
        <userrating>0</userrating>
        <dvdepnumber>
        </dvdepnumber>
        <actor>
            <name>Frank Welker</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Charlie Adler</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Don Messick</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Danny Cooksey</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Dick Gautier</name>
            <role>
            </role>
        </actor>
    </episodedetails>
    <episodedetails>
        <fileinfo>
            <streamdetails>
                <video>
                    <width>512</width>
                    <height>384</height>
                    <aspect>1,33</aspect>
                    <codec>xvid</codec>
                    <format>MPEG-4 Visual</format>
                    <durationinseconds>1285</durationinseconds>
                    <bitrate>1 002 kb/s</bitrate>
                    <container>.avi</container>
                    <scantype>Progressive</scantype>
                    <NumVideoBits>8</NumVideoBits>
                </video>
                <audio>
                    <codec>MP3</codec>
                    <channels>2</channels>
                    <bitrate>128 kb/s</bitrate>
                </audio>
            </streamdetails>
        </fileinfo>
        <title>Hoodwinked Cat</title>
        <season>1</season>
        <episode>23</episode>
        <aired>1990-10-27</aired>
        <plot>In a homage to Little Red Riding Hood, Spike sends Tyke out to deliver a canary to his grandmother as Kyle has other plans for the bird.</plot>
        <playcount>0</playcount>
        <director>
        </director>
        <credits>Patrick A. Ventura</credits>
        <ratings>
            <rating name="tvdb" max="10">
                <value>8.5</value>
                <votes>2</votes>
            </rating>
        </ratings>
        <rating>8.5</rating>
        <votes>2</votes>
        <uniqueid type="tvdb" default="true">266706</uniqueid>
        <runtime>21 min</runtime>
        <showid>77973</showid>
        <imdbid>
        </imdbid>
        <tmdbid>
        </tmdbid>
        <displayseason>
        </displayseason>
        <displayepisode>
        </displayepisode>
        <displayafterseason>
        </displayafterseason>
        <runtime>21 min</runtime>
        <epbookmark>
        </epbookmark>
        <videosource>
        </videosource>
        <userrating>0</userrating>
        <dvdepnumber>
        </dvdepnumber>
        <actor>
            <name>Frank Welker</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Charlie Adler</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Don Messick</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Danny Cooksey</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Dick Gautier</name>
            <role>
            </role>
        </actor>
    </episodedetails>
    <episodedetails>
        <fileinfo>
            <streamdetails>
                <video>
                    <width>512</width>
                    <height>384</height>
                    <aspect>1,33</aspect>
                    <codec>xvid</codec>
                    <format>MPEG-4 Visual</format>
                    <durationinseconds>1285</durationinseconds>
                    <bitrate>1 002 kb/s</bitrate>
                    <container>.avi</container>
                    <scantype>Progressive</scantype>
                    <NumVideoBits>8</NumVideoBits>
                </video>
                <audio>
                    <codec>MP3</codec>
                    <channels>2</channels>
                    <bitrate>128 kb/s</bitrate>
                </audio>
            </streamdetails>
        </fileinfo>
        <title>Medieval Mouse</title>
        <season>1</season>
        <episode>24</episode>
        <aired>1990-10-27</aired>
        <plot>Squire Tom is told to clean a knight's castle and get rid of Jerry.</plot>
        <playcount>0</playcount>
        <director>
        </director>
        <credits>Sandy Fries</credits>
        <ratings>
            <rating name="tvdb" max="10">
                <value>8.5</value>
                <votes>2</votes>
            </rating>
        </ratings>
        <rating>8.5</rating>
        <votes>2</votes>
        <uniqueid type="tvdb" default="true">266707</uniqueid>
        <runtime>21 min</runtime>
        <showid>77973</showid>
        <imdbid>
        </imdbid>
        <tmdbid>
        </tmdbid>
        <displayseason>
        </displayseason>
        <displayepisode>
        </displayepisode>
        <displayafterseason>
        </displayafterseason>
        <runtime>21 min</runtime>
        <epbookmark>
        </epbookmark>
        <videosource>
        </videosource>
        <userrating>0</userrating>
        <dvdepnumber>
        </dvdepnumber>
        <actor>
            <name>Frank Welker</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Charlie Adler</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Don Messick</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Danny Cooksey</name>
            <role>
            </role>
        </actor>
        <actor>
            <name>Dick Gautier</name>
            <role>
            </role>
        </actor>
    </episodedetails>
</multiepisodenfo>
kodi shows:

shows all episodes correctly, "Season 01" and all Episodes (78 Episodes of whole season).


I don't know guys, the rule of Kodi doesnt work. I need to name it S01E01-S01E02... The 1x01x02x03 or the 01xE01xE02... doesnt work. Any other of the wiki of kodi doesnt work neither. Only the S01E01-S01E02...

The problem with filebot not recognizing multi is only starting at Season 02 of any series and it is connected to special numbers. as shown in the pictures above on page one of this topic... Maybe one day will figure out why it is like that, but the problem is, I cant change any format. The format which works with every episode on filebot is: 01x02-03-04... But Kodi will not regognize it as correct format. So I need to stick with the format which Kodi recognized at the end and that means I need to rename my files (if multi episodes) "manually" with total commander tool.

Re: 01x35-01x36 Multi-Episode Naming

Posted: 17 Nov 2018, 18:47
by in10se
Here the uploaded pictures how it looked in kodi with other file namings (1x01x02x03.. 01x01-02-03...):

https://ibb.co/dW4DN0
https://ibb.co/hhRhFL

and here how it looks in kodi with naming S01E01-S01-E02....:

https://ibb.co/dzAOpf

Re: 01x35-01x36 Multi-Episode Naming

Posted: 17 Nov 2018, 19:02
by kim
Check if your filenames is correct if you use thetvdb:
there is NO "Season 1" BUT it's ="Season 1940"
https://www.thetvdb.com/series/tom-and-jerry

1x01x02x03 = wrong
1940x01x02x03 = OK

"Season 1" = OK
https://www.thetvdb.com/series/tom-and-jerry-kids-show

Re: 01x35-01x36 Multi-Episode Naming

Posted: 17 Nov 2018, 19:09
by kim
rednoah wrote: 17 Nov 2018, 17:54 I actually implemented {kodi} with SxE style numbers (great mind think alike :P) instead of S00E00 style numbers to differentiate it more from the {plex} binding. In accordance the Kodi docs, the corresponding multi-episode formatting will be 1x02x03x04.
Is it possible extract only the {SxE} part from {kodi} or {plex} ?
(other then using e.g. replaceAll or match to just remove all other stuff)

Re: 01x35-01x36 Multi-Episode Naming

Posted: 17 Nov 2018, 19:49
by in10se
Hi Kim,

show ID from nfo: <showid>77973</showid>

= https://www.thetvdb.com/series/tom-and-jerry-kids-show

you are confusing it with: https://www.thetvdb.com/series/tom-and-jerry

The ID and the show and the episodes are correct, it is correctly tagged in media companion.

I also tried with following shows:

garfield and friends
Rugrats
Hey Arnold

and many more shows. The only format which works is S01E01-S01E02...

Re: 01x35-01x36 Multi-Episode Naming

Posted: 17 Nov 2018, 22:33
by kim
I cant replicate your problem...
When Kodi is not showing something it's properly because more then 1 file has same info
e.g. season and episode in nfo

Give only 1 filename that Filebot has a problem with ?

Re: 01x35-01x36 Multi-Episode Naming

Posted: 18 Nov 2018, 07:00
by in10se
It is ok Kim. No need to replicate it. As said, I have my workaround.

All I wanted is, to show you guys that the format is not correct for every Kodi station. If you read my post before and compare both nfo files you will see, that the process from both times where exactly the same. The only difference was the naming format 1x01x02x03 VS S01E01-S01E02-S01E03. One time Kodi has a problem with it, one time (with S01E01...) not.

The series and seasons Filebot has a problem with are all with format S01E01-S01E02... starting from Season 2 (e.g. Garfield and Friends) as seen in screenshots on first page of this topic.

But red already said he doesnt have those problems, so it must be something with my system especially or with my filebot version.

Re: 01x35-01x36 Multi-Episode Naming

Posted: 26 Nov 2018, 22:58
by Wolfie
I'm curious, why do you want to use SxE-SxE-SxE vs s00e00-e00 as the format?

Re: 01x35-01x36 Multi-Episode Naming

Posted: 04 Jul 2023, 05:24
by rednoah