Search found 60 matches

by dokuro
17 Feb 2026, 22:47
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Masterful, this works like a charm. Thank you yet again.
by dokuro
17 Feb 2026, 17:56
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Another question if that is okay. I've generated nfos for my movies, tv shows and episodes. I've a pretty big library Movies - 4,727, Shows - 1,206 and Episodes - 43,395 and the script worked really well. I've been doing some checking to ensure everything has been generated and was going a simple ...
by dokuro
12 Feb 2026, 16:13
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

This Personally, I'd add the season title to the episode-level NFO certainly seems reasonable. Next time I test the plex build out I'll add this to my tests.
by dokuro
12 Feb 2026, 15:02
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Okay, thank you. Didn't want to assume in case it effected other users of this nfo export script. BTW, Has season level nfo ever come up before (season.nfo)? Plex seem to have this under the season folder https://forums.plex.tv/t/plex-nfo-agent-forum-preview/936104. Shows like https://www.themoviedb ...
by dokuro
12 Feb 2026, 14:19
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

FYI... if you take a look at this comment https://forums.plex.tv/t/plex-nfo-agent-forum-preview/936104/83 and the three comments afterwards you will see that plex has hardcoded the series level nfo to be called tvshow.nfo . Within https://github.com/filebot/scripts/blob ...
by dokuro
12 Feb 2026, 08:04
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Again thanks for your help. I don't understand why This is intended behaviour, so you always get the same NFO files regardless of your Episode Order preferences that you have originally used would be intentional, however I'm very grateful for you implementing https://github.com/filebot/scripts ...
by dokuro
11 Feb 2026, 19:12
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

This is actually worse than I initially thought. Looking at Star Wars: Clone Wars - S02E01-E05.nfo I can see <uniqueid type='tvdb' default='true'>79070</uniqueid> <title>Chapter XXI</title> <showtitle>Star Wars: Clone Wars</showtitle> <season>3</season> <episode>1</episode> <aired>2005-03-21</aired ...
by dokuro
11 Feb 2026, 18:51
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

You used TheMovieDB ? They only have 10 episodes in the first season https://www.themoviedb.org/tv/3122-star-wars-clone-wars/season/1 and 10 for season 2, no idea why you would get 20 listed for the 1st season, seems like some hack to me :-) I might just manually generate this nfo file myself, seems ...
by dokuro
11 Feb 2026, 18:06
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

I'm sorry, I'm not entirely getting your meaning. Do you mean that its pulling the default order of the episodes and as that's 1-10 and then 2-10 being 20 episodes in total and not 1-20 as per the DVD order which I used ? If so then how did you get it in your output ? For you in the nfo file you ...
by dokuro
11 Feb 2026, 17:49
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

That's very strange, this is what I get ... <episodedetails> <id>79050</id> <title>Chapter I</title> <showtitle>Star Wars: Clone Wars</showtitle> <season>1</season> <episode>1</episode> <aired>2003-11-07</aired> <premiered>2003-11-07</premiered> <plot>Like fire across the galaxy, the Clone Wars ...
by dokuro
11 Feb 2026, 16:22
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Again, thanks for all your help with this. Things are going very well with your updates. I do however have one oddity. I have a episode called Star Wars: Clone Wars - S01E01-E20.mp4 which is a single file with episodes 1-20 from season 1. The file is named using the tvdb dvd ordering https://www ...
by dokuro
10 Feb 2026, 10:37
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Thanks again for the update. You may or may not have seen my updates on the plex forum thread. The plex developer has confirmed <uniqueid> requires default='true' to be present so the plex parser can match the id. So, <uniqueid type='tmdb' default='true'>858024</uniqueid> as an example. Is this ...
by dokuro
08 Feb 2026, 15:32
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Super, thanks. I'll have most of tuesday morning free so I plan on taking the plex alpha build again for a more detailed look and will check the updated nfo script.
by dokuro
08 Feb 2026, 12:51
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

I used viewtopic.php?t=13560 to generate the nfo. Is...

Shell: Select all

filebot -script fn:nfo /input
... not recommended or does that groovy script just need to be updated ?

Maybe...

Shell: Select all

filebot -find /path/to/input --apply nfo
... is the better method to do this ?
by dokuro
08 Feb 2026, 12:23
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Understood. For now I can for certainly say based on the testing I have so far ... <premiered> - is missing - plex confirmed they are using this <uniqueid> - is missing - plex confirmed they are using this - filebot seems to have <id> <actor> - is missing <thumb>, <profile> and <tmdbid> Lets see ...
by dokuro
08 Feb 2026, 10:35
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

Note that I'm a bit pedantic about the details because the code that the Plex folks are writing is going to be very pedantic about those details. We can easily make any changes once we know what needs to be changed. The next FileBot release is going to be 4-8 months out, so no rush there. We can ...
by dokuro
08 Feb 2026, 10:26
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

No ideal. I'm only a user or your software and also the plex's software. Go ask the plex developer in the thread I linked you in on the plex forum.
by dokuro
08 Feb 2026, 09:44
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

When I looked at https://kodi.wiki/view/NFO_files/Templates and expanded the SAMPLE - Movie nfo file there appears to be a lot more information in that example than is generated by filebot. Also, in the post I linked https://forums.plex.tv/t/plex-nfo-agent-forum-preview/936104/21 above has at least ...
by dokuro
07 Feb 2026, 15:53
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Re: Ability to Configure NFO Output

I'll ask about what spec/standards they are using, I'll mention you on the thread over at the plex forum.

In the interim I'll take a look at the custom nfo script and see if I can figure it out. Thanks.
by dokuro
07 Feb 2026, 13:31
Forum: Help and Support
Topic: Ability to Configure NFO Output
Replies: 35
Views: 5358

Ability to Configure NFO Output

Plex is adding the ability to use nfo, you can see this thread over at plex if you want to take a look -> https://forums.plex.tv/t/plex-nfo-agent-forum-preview/936104. I was evaluating and testing this and while doing so the plex developer reported https://forums.plex.tv/t/plex-nfo-agent-forum ...
by dokuro
18 Mar 2025, 19:37
Forum: Feature Requests and Bug Reports
Topic: Always Launch FileBot Centered on Desktop
Replies: 10
Views: 35072

Re: Always Launch FileBot Centered on Desktop

Regarding the top menu, I had considered that but I tested using the extension dash-to-panel which removes the top menu altogether and it made no different. I hadn't considered different resolutions, I'll try that tomorrow as I need to step away from my PC this evening and let you know if it has any ...
by dokuro
18 Mar 2025, 19:13
Forum: Feature Requests and Bug Reports
Topic: Always Launch FileBot Centered on Desktop
Replies: 10
Views: 35072

Re: Always Launch FileBot Centered on Desktop

Let me share what I found. BTW... I'm a NOT developer but do have some good linux skills. So, using xwininfo I can get the window information from an application. Within the FileBot config I've set ... <entry key="window.position" value="{&quot;@type&quot;:&quot;Rectangle&quot;,&quot;x&quot;:2005 ...
by dokuro
18 Mar 2025, 15:37
Forum: Feature Requests and Bug Reports
Topic: Always Launch FileBot Centered on Desktop
Replies: 10
Views: 35072

Re: Always Launch FileBot Centered on Desktop

Additional Info: I have installed vanilla fedora 41 in a VM, done a dnf upgrade after install, rebooted and then did nothing else but install FileBot. This shows the exact same behaviour I outlined above . I suspect this bug has been around for a long time (if not forever) as its always happened ...
by dokuro
18 Mar 2025, 12:50
Forum: Feature Requests and Bug Reports
Topic: Always Launch FileBot Centered on Desktop
Replies: 10
Views: 35072

Re: Always Launch FileBot Centered on Desktop

Thanks, the custom script will likely work, I'll probably just do that or just live with this oddity. BTW... I ran three tests, opening FileBot, closing and taking note of the window size/position and here are the results: <entry key="window.position" value="{&quot;@type&quot;:&quot;Rectangle&quot ...
by dokuro
18 Mar 2025, 09:22
Forum: Feature Requests and Bug Reports
Topic: Always Launch FileBot Centered on Desktop
Replies: 10
Views: 35072

Re: Always Launch FileBot Centered on Desktop

Thank you for your response. Below is the output from the FileNet preferences (I removed some file & folder paths). <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE preferences SYSTEM "http://java.sun.com/dtd/preferences.dtd"> <preferences EXTERNAL_XML_VERSION="1.0"> <root type="user ...