Search found 18 matches

by in10se
26 May 2019, 11:46
Forum: Windows
Topic: Extend tags of {tags}
Replies: 2
Views: 2310

Re: Extend tags of {tags}

Thanks for your quick reply. I am an absolute newbie in coding. What shall I do with those to codes, shall I implement them? This is how my Code looks like (actually you did this one day :) ): //q:/FHD /{n} ({y}) ({vf}) {tags} /{n} ({y}) {tags} {imdbid}.{tmdbid}.{ac}.{vf}.{aco}.{af}.Bluray{'.'+lang}...
by in10se
26 May 2019, 08:40
Forum: Windows
Topic: Extend tags of {tags}
Replies: 2
Views: 2310

Extend tags of {tags}

Hey guys, I am using {tags} for my movies. It works perfectly with "Extended" or "Director's Cut". Some movies have special tags like "Rogue Cut", "Special Extend Edition" or "15th anniversary edition". Is there a way that the {tags} recognizes them ...
by in10se
18 Nov 2018, 07:00
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

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 differe...
by in10se
17 Nov 2018, 19:49
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

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 s...
by in10se
17 Nov 2018, 18:47
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

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
by in10se
17 Nov 2018, 18:32
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

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: <?xml version="1.0" e...
by in10se
17 Nov 2018, 17:42
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

I used your Code from "Kodi" Kim, and I get same probems: https://ibb.co/c9TZUf something on my system or with my app doesnt work correctly. How can I check which version of filebot I have? In the picture they are named exactly the same way and still some it recognized and some not. But Me...
by in10se
17 Nov 2018, 17:37
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

Hi Kim, Ok, I will check what you wrote. Still dont understand it totally, but hopefully will see through it some day. But for me, KODI only shows all episodes if I name it exactly like that: S01E02-S01E03-S01E04 if I name it S01E01-E02-E03 "media Companion" gets it right, writes it correc...
by in10se
17 Nov 2018, 11:01
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

One problem I have with the code. It works for multi-episodes, but only for Season 1, With other seasons it has problems, as you can see here:

https://ibb.co/crafjf
by in10se
17 Nov 2018, 10:22
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

Damn, this code is sexy. I know its weird to say it, but It looks perfect! Thank you so much for your help. I would like to donate a bit for your helpful explanations. Now I understood the codes! Do you still have a donation link? I already purchased my life-time, but want to give you a bit out of r...
by in10se
17 Nov 2018, 08:14
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

Hey my friend. Easier said than done for me :(. I am trying now since an hour. This is my code: //q:/Renaming and Tagging/C-S/ENG/{n}/Season {s.pad(2)} (Eng)/{n} - {episodes.collect{ [it.season, it.episode]*.pad(2).join('e') .replaceAll("null", {episode.special ? '00'+special.pad(2):''})}....
by in10se
16 Nov 2018, 20:31
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

thank you for your help rednoah, I will try it out, still running into a lot of problems with it. I am just not experienced in it. I will read a bit into it and report again if I cant solve it.

Thank you so much!
by in10se
16 Nov 2018, 08:56
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

Also, how can I make, if the episode is a special, that it names it to this format:

Code: Select all

\Season 00\Hey Arnold! - 00x04 - Titlenameoftheepisode.avi
by in10se
16 Nov 2018, 08:50
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

this code {n.replaceAll(/:/, " -").replaceAll(/ü/, "ue").replaceAll(/Ö/, "Oe").replaceAll(/Ü/, "Ue").replaceAll(/Ä/, "Ae").replaceAll(/ä/, "ae").replaceAll(/ö/, "oe").replaceAll(/[`´‘’ʻ]/, "'").replaceAll(/[!?.]+$/, &quo...
by in10se
16 Nov 2018, 08:25
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

ok, thanks, thats a nice tipp! will check for it
by in10se
16 Nov 2018, 08:17
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

I tried to replace it or implement it, but it says "syntax error". i know the problem sits in front of the pc, but I am so unfamiliar with those codes. How can I implement your code into mine above?
by in10se
16 Nov 2018, 08:13
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

Re: 01x35-01x36 Multi-Episode Naming

thank you so much rednoah for your answer! Shall I put this code at the beginning or at the end, or do I need to replace it with one part?
by in10se
16 Nov 2018, 07:57
Forum: Episode / Movie Naming Scheme
Topic: 01x35-01x36 Multi-Episode Naming
Replies: 35
Views: 14484

01x35-01x36 Multi-Episode Naming

hey guys, I am a proud paying member of Filebot! i love this tool and use it for years now. Thank you guys so much for your effort and work! this is my code for episodes: //q:/Renaming and Tagging/C-S/ENG/{n.replaceAll(/:/, " -").replaceAll(/ü/, "ue").replaceAll(/Ö/, "Oe&quo...