Magnum, P.I. and Magnum PI
-
- Posts: 4
- Joined: 26 Sep 2018, 02:57
Magnum, P.I. and Magnum PI
The reboot of Magnum PI has started. I keep getting matches for the original series and not the new one. Using TheTVDB, I've not been able to match things correctly so I'm getting the old episode names.
What I would like to do:
1) Get the new TV show episode titles and not the old 80's episode titles
2) Place the new TV show episodes in a folder that says "Magnum P.I. (2018)"
I'm running the GUI version of FileBot on Windows 10. I have no idea how to use the CLI version and to be honest, when I've tried to look at how-to items that deal with the CLI, I get cross-eyed.
The old episodes are "Magnum, P.I." and the listing is at https://www.thetvdb.com/series/magnum-pi
The NEW episodes are "Magnum P.I." (no comma) and the listing is at https://www.thetvdb.com/series/magnum-pi-2018
I use PLEX, and unless I have a year in the folder name, the old and new series get mixed up. That's why having FileBot name the folder as "Magnum P.I. (2018)" is important (just like "The Flash" and "The Flash (2014)" - two different shows, same name)
Thanks!
What I would like to do:
1) Get the new TV show episode titles and not the old 80's episode titles
2) Place the new TV show episodes in a folder that says "Magnum P.I. (2018)"
I'm running the GUI version of FileBot on Windows 10. I have no idea how to use the CLI version and to be honest, when I've tried to look at how-to items that deal with the CLI, I get cross-eyed.
The old episodes are "Magnum, P.I." and the listing is at https://www.thetvdb.com/series/magnum-pi
The NEW episodes are "Magnum P.I." (no comma) and the listing is at https://www.thetvdb.com/series/magnum-pi-2018
I use PLEX, and unless I have a year in the folder name, the old and new series get mixed up. That's why having FileBot name the folder as "Magnum P.I. (2018)" is important (just like "The Flash" and "The Flash (2014)" - two different shows, same name)
Thanks!
Re: Magnum, P.I. and Magnum PI
GUI:
Please read FAQ #2: viewtopic.php?f=3&t=7
https://www.youtube.com/watch?v=btNSv7A ... OpS7FfALnd

CLI:
Read Advanced Fine-Tuning for more information on the age filter technique:
viewtopic.php?f=4&t=215
e.g.
You may use --filter to specifically exclude the older incarnation of that show:
viewtopic.php?f=3&t=2127
e.g.
or

Force manual query and enter "Magnum PI 2018" as search query. Alternatively, you may also fetch episode info via the Episodes panel and then pass episode information to the Rename panel. You will find video tutorials for both cases in our YouTube video tutorial series.rednoah wrote:Q: How do I fix misidentified files?
If the series / movie is not auto-detected correctly you can SHIFT-CLICKthe database to force manual input and selection of the series or movie. As a last resort you can always grab the episode list in in the Episodes panel and then drag-and-drop or selectively copy-and-paste the episode data you want over into the Rename panel. Click Match
to automatically align files with episodes or use drag-n-drop to realign
files and episode data. There's video tutorials here and here that'll show you how it works.


CLI:
Read Advanced Fine-Tuning for more information on the age filter technique:
viewtopic.php?f=4&t=215
e.g.
Code: Select all
--filter "age < 7 || 7 < model.age.min()"
You may use --filter to specifically exclude the older incarnation of that show:
viewtopic.php?f=3&t=2127
e.g.
Code: Select all
--filter "id != 74380"
Code: Select all
--filter "n != /Magnum, P.I./"
-
- Posts: 4
- Joined: 26 Sep 2018, 02:57
Re: Magnum, P.I. and Magnum PI
How can I force the folder name to be "Magnum P.I. (2018)"?
Re: Magnum, P.I. and Magnum PI
using TVDB:
BUT
First Aired = Blank
https://www.thetvdb.com/series/magnum-pi-2018
viewtopic.php?f=8&t=6138&p=35418&hilit= ... red#p35418
or
output

EDIT:
I think this will work next year
Code: Select all
{n} {id == 350068 ? y : ''}/ {n} - {s00e00} - {t}
First Aired = Blank
https://www.thetvdb.com/series/magnum-pi-2018
viewtopic.php?f=8&t=6138&p=35418&hilit= ... red#p35418
Binding "y": java.lang.NullPointerException
for now:Binding "ny": java.lang.NullPointerException
Code: Select all
{n} {id == 350068 ? '('+sy.join()+')' : ''}/{n} - {s00e00} - {t}
Code: Select all
{n} {id == 350068 ? '('+d.year+')' : ''}/ {n} - {s00e00} - {t}
BUT then, what about next yearMagnum P.I. (2018)/Magnum P.I. - S01E01 - I Saw the Sun Rise

EDIT:
I think this will work next year

Code: Select all
{n} {id == 350068 ? '('+episodelist.airdate.year.first()+')' : ''}/ {n} - {s00e00} - {t}
Re: Magnum, P.I. and Magnum PI
BTW:
https://forums.thetvdb.com/viewtopic.php?f=7&t=48542Since the last update of the site it's not possibile anymore for normal users to add first aired date, and days & time of airing.
Here are some series that need information to be filled in.
Re: Magnum, P.I. and Magnum PI

If it's really just about a specific special case, such as Magnum P.I. (2018), then I'd go with a simple replacement solution.
e.g.
Code: Select all
n.replace('Magnum P.I.', 'Magnum P.I. (2018)')
-
- Posts: 4
- Joined: 26 Sep 2018, 02:57
Re: Magnum, P.I. and Magnum PI
Ok. So.... do I do this every time I get a new episode that needs to be renamed? Or can I make a change somewhere so this is entered once and done? Either way, how the heck do I enter this?
Re: Magnum, P.I. and Magnum PI
Presets
viewtopic.php?f=3&t=3228
try
viewtopic.php?f=3&t=3228
try
Code: Select all
{plex.toString().replaceAll('Magnum P.I.', 'Magnum P.I. (2018)/')}
orTV Shows/Magnum P.I. (2018)Season 01/Magnum P.I. (2018) - S01E01 - I Saw the Sun Rise
Code: Select all
{plex.toString().replaceFirst('Magnum P.I.', 'Magnum P.I. (2018)/')}
TV Shows/Magnum P.I. (2018)Season 01/Magnum P.I. - S01E01 - I Saw the Sun Rise
-
- Posts: 4
- Joined: 26 Sep 2018, 02:57
Re: Magnum, P.I. and Magnum PI
Thank you! Your answer helped!
Now I just need to figure out how to have "Season 1" and not "Season 01"
Now I just need to figure out how to have "Season 1" and not "Season 01"