Search found 8 matches

by Larsenv
16 Oct 2023, 19:55
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 15
Views: 3039

Re: Rename episodes with multiple segments if there aren't airdates which match

This works ok for some shows, but is it possible to change a span of dates where it can search matches?
by Larsenv
24 Sep 2023, 19:59
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 15
Views: 3039

Re: Rename episodes with multiple segments if there aren't airdates which match

FileBot was on an older version and I updated that now. Still doesn't rename properly with all episodes. Take a look. filebot -rename Max*.mp4 --format '{plex.name}' --db TheTVDB -non-strict --mapper 'any{ if (regular) episode.number(null).map(episodelist.findAll{ airdate == it.airdate && !i...
by Larsenv
24 Sep 2023, 17:40
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 15
Views: 3039

Re: Rename episodes with multiple segments if there aren't airdates which match

Max and Ruby still doesn't properly get renamed. filebot -rename *.mp4 --format "{plex.name}" --db TheTVDB -non-strict --mapper "any{ episode.number(null).map(episodelist.findAll{ airdate == it.airdate }.episode).reverse() }{ episode.number(null) }" --action TEST --log INFO --q &...
by Larsenv
24 Sep 2023, 17:34
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 15
Views: 3039

Re: Rename episodes with multiple segments if there aren't airdates which match

Closer, but I tried it on SpongeBob and it doesn't select each episode. Your help's appreciated. Thank you. filebot -rename *.mp4 --format "{plex.name}" --db TheTVDB -non-strict --mapper "any{ episode.number(null).map(episodelist.findAll{ airdate == it.airdate }.episode).reverse() }{ ...
by Larsenv
24 Sep 2023, 15:11
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 15
Views: 3039

Re: Rename episodes with multiple segments if there aren't airdates which match

I have lots of different shows I wanna rename, but some of them need matching for the multiple episodes because they're listed separately. For example SpongeBob is one. How can I do that?
by Larsenv
23 Sep 2023, 17:40
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 15
Views: 3039

Re: Rename episodes with multiple segments if there aren't airdates which match

I tried another show and it didn't work very nicely. filebot -rename *.mp4 --format "{n.space('zyxzyx').replaceAll(/\W/, '').replaceAll('zyxzyx', '.')}.{s00e00}.{t.space('zyxzyx').replaceAll(/\W/, '').replaceAll('zyxzyx', '.')}.{vf}.AMZN.WEB-DL.AAC2.0.{vc}" --db TheTVDB -non-strict --mappe...
by Larsenv
22 Sep 2023, 02:37
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 15
Views: 3039

Re: Rename episodes with multiple segments if there aren't airdates which match

Could I match the episode by name? That correctly works if you're using 1-episode files, not working on 2-episode files.
by Larsenv
18 Sep 2023, 17:14
Forum: Ubuntu & Desktop Linux
Topic: Rename episodes with multiple segments if there aren't airdates which match
Replies: 15
Views: 3039

Rename episodes with multiple segments if there aren't airdates which match

I wanna rename episodes that have multiple segments. Here's the output of my sysinfo. FileBot 5.0.3 (r9760) JNA Native: 6.1.4 MediaInfo: 22.12 7-Zip-JBinding: 16.02 Tools: fpcalc/1.5.0 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2023-09-10 (r939) Groovy: 4.0.11 JRE: OpenJDK Runtime...