Search found 164 matches

by DevXen
29 Nov 2019, 17:12
Forum: Windows
Topic: Issues with TV show rating?
Replies: 2
Views: 2000

Issues with TV show rating?

my TV script previously had $rating and that worked pretty well. I'm guessing there was a change since the api 3.0. But {$rating} no longer works. says the expression yields empty value. ok. so i tried {rating} and that pulls up 0.0 as a result. Actually i just looked. did thetvdb stop letting peopl...
by DevXen
12 Nov 2019, 17:27
Forum: Windows
Topic: Is there a way to add to bindings? (i.e. normalized {source} values)
Replies: 21
Views: 10790

Re: Is there a way to add to bindings?

That solution probably won't work for me directly. But I think I can work with it to figure something out. Make it so if it has 'web' in the filename. And has no {source} defined. That may be a valid solution for my use. I'll work on it when I get home and see what I can do. Thank you.
by DevXen
12 Nov 2019, 00:49
Forum: Windows
Topic: Is there a way to add to bindings? (i.e. normalized {source} values)
Replies: 21
Views: 10790

Is there a way to add to bindings? (i.e. normalized {source} values)

Several of my shows just have 'web' in the filename. not web-dl or webrip. and i noticed that web isn't in the {model.source}. i did setup a replaceALL(/.web./, "WEB-DL") which works for some of it. but not the part of my script that checks the source of each file in the season. if a file ...
by DevXen
20 Oct 2019, 02:44
Forum: Feature Requests and Bug Reports
Topic: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.
Replies: 10
Views: 5283

Re: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.

Awesome I'll mess with that tomorrow. See what I can do. I appreciate all your help.
by DevXen
20 Oct 2019, 02:33
Forum: Feature Requests and Bug Reports
Topic: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.
Replies: 10
Views: 5283

Re: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.

I didn't know there was a format format length.
Groovy is sounding better. So in theory I should be able to copy my format to. Groovy file. And fix the csv paths and it should work either with the gui or the cli in unraid? Or would that be just for the cli?
by DevXen
20 Oct 2019, 02:22
Forum: Feature Requests and Bug Reports
Topic: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.
Replies: 10
Views: 5283

Re: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.

Oh my csv files are all in the same place. So changing the relative path for Linux shouldn't be a problem. I was thinking there were other os specific issues I'll try it again and see exactly what it does when I can. Also didn't know I could put the csv data in a groovy file. Though that might make ...
by DevXen
20 Oct 2019, 01:46
Forum: Feature Requests and Bug Reports
Topic: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.
Replies: 10
Views: 5283

Re: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.

I think the problem with the Linux was the format of the expression since I use many csv files for checks and changes. I would assume they paths of those were an issue but I'm not sure. I just know when I tried to paste it as a cki it didn't like it.
by DevXen
20 Oct 2019, 01:36
Forum: Feature Requests and Bug Reports
Topic: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.
Replies: 10
Views: 5283

Re: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.

I meant format expressions. I haven't tried to do it in a while but when I took my format expressions and moved it to the filebot docker on unRAID it had several errors so I actually installed a windows 10 VM on it just to use filebot cause of that issue. And presets? What? How did I not know that w...
by DevXen
19 Oct 2019, 21:18
Forum: Feature Requests and Bug Reports
Topic: Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.
Replies: 10
Views: 5283

Feature Request: Script Converter between GUI/CLI and Windows/Linux versions.

Maybe an option or a separate mini program to convert my GUI script to a CLI Script. also maybe allow it to switch between Windows CLI and Linux CLI. I just recently installed unraid and i get the feeling a CLI version of my scripts would be much more useful. but my scripts haven't very easily trans...
by DevXen
08 Jul 2019, 05:00
Forum: Windows
Topic: can filebot ignore Metadata in videos?
Replies: 5
Views: 2954

Re: can filebot ignore Metadata in videos?

Oooh. Thats gonna come in real handy. i'll see what i can find out. if i have any more questions i'll reply with them.

Thank you.
by DevXen
08 Jul 2019, 04:46
Forum: Windows
Topic: can filebot ignore Metadata in videos?
Replies: 5
Views: 2954

Re: can filebot ignore Metadata in videos?

Here's a pic of the preview. it identified the last file correctly but not the previous ones in the season.

Image


Link to full size pic: https://i.imgur.com/RJwf0rH.png
by DevXen
08 Jul 2019, 04:35
Forum: Windows
Topic: can filebot ignore Metadata in videos?
Replies: 5
Views: 2954

Re: can filebot ignore Metadata in videos?

oh sorry, its actually always in: S01E01 format.

Output console? how do i access that?
by DevXen
08 Jul 2019, 03:43
Forum: Windows
Topic: can filebot ignore Metadata in videos?
Replies: 5
Views: 2954

can filebot ignore Metadata in videos?

So I'm renaming my media. and the files are named correctly - Series - SXXE00 - Title. however random files are identified wrong. either the wrong series or the wrong season. and all i can figure is that it's reading metadata in the file. i saw a few posts on how to strip that metadata which seems t...
by DevXen
29 Jun 2019, 12:56
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 179904

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

I'd also be interested in a lifetime license. Since I just got my unraid server setup. And I still have a Windows 7 PC running Plex as well. And to copyballv my media to my windows ten pc to name it then copy it back just isn't realistic. Haha.
by DevXen
24 Jun 2019, 04:27
Forum: Windows
Topic: I'm having issues with Matching 2 groups of words
Replies: 7
Views: 3648

Re: I'm having issues with Matching 2 groups of words

So.. it appears I did it. Wahoo! .matchAll(/((unrated|extended)+(.version|.edition|.edit|.cut)?)/) ] Though. if the file has a period in it between the two names. the only way I could find to remove it. was to do a replace before the regex. My actual testing code: {"["+"unrated.extend...
by DevXen
24 Jun 2019, 03:14
Forum: Windows
Topic: I'm having issues with Matching 2 groups of words
Replies: 7
Views: 3648

Re: I'm having issues with Matching 2 groups of words

its to add extra info to the file. stuff like Lifetime, Rifftrax, as well as stuff like director's cut. and widescreen, and the examples above like Unrated Cut|Edition|Edit| I actually have a lot I've added to both groups over the last couple years. Though I suppose I could just make 2 different mat...
by DevXen
24 Jun 2019, 02:55
Forum: Windows
Topic: I'm having issues with Matching 2 groups of words
Replies: 7
Views: 3648

Re: I'm having issues with Matching 2 groups of words

I was actually reading that. But the problem I had is I need it to return just the result from group one. If it matches with no result from group 2 as well.

Also I did use an online regex checker and it returned the matches as I expected. So it was strange. Haha
by DevXen
24 Jun 2019, 00:01
Forum: Windows
Topic: I'm having issues with Matching 2 groups of words
Replies: 7
Views: 3648

I'm having issues with Matching 2 groups of words

So This used to work. i'm not sure when it stopped working as I've been pretty busy working. and dealing with my broken elbow. I'm not sure if it was changed in an update, or what. but it apparently hasn't been working in awhile. The idea is to match a single word from group one. and add that to the...
by DevXen
08 Jun 2019, 16:51
Forum: Windows
Topic: Can you remove the country code from: info.network?
Replies: 2
Views: 2101

Can you remove the country code from: info.network?

Hey! Is there an easy way to remove the Country code from: info.network? Ideally, i'd like to move the country code from that section and put it in it's own, if it's not US. [ABC (AU)] - Remove (AU) and add it maybe just after that section [ABC] (AU) [CBC (CA)] - Remove (CA) and add it maybe just af...
by DevXen
03 Jan 2019, 07:33
Forum: Windows
Topic: Is there a way to handle split episodes?
Replies: 3
Views: 3459

Re: Is there a way to handle split episodes?

Yeah I have an exmaple, Though this isn't the two episodes in one I have a few. just need to remember what ones. haha: Rick Moranis in Gravedale High\Gravedale High Episode 1 Long Day's Gurney Into Night Part 2.mp4 Rick Moranis in Gravedale High\Gravedale High Episode 1 Long Day's Gurney Into Night ...
by DevXen
03 Jan 2019, 01:22
Forum: Windows
Topic: Is there a way to handle split episodes?
Replies: 3
Views: 3459

Is there a way to handle split episodes?

Some TV shows air 2 episodes combined into one. SpongeBob, world of gumball, etc. Sometimes you get the episodes combined and sometimes they are seperated. But when on my hdd it's seperated and the online source has them combined. Is there a way to detect and account for that? - when the online sour...
by DevXen
15 Oct 2018, 04:24
Forum: Windows
Topic: Did Episode.Special Change?
Replies: 12
Views: 5737

Re: Did Episode.Special Change?

Aww.. Thank you. what would it take to get model documentation? I don't have a lot of free time but i might be able to try to help.. I didn't realize model.source had a list of string objects. I thought it would just pull the current source from the file name. not all of them for the whole list that...
by DevXen
14 Oct 2018, 20:21
Forum: Windows
Topic: Did Episode.Special Change?
Replies: 12
Views: 5737

Re: Did Episode.Special Change?

{model} is the entire rename model, and not somehow filtered by series, season, parent folder, etc of the episode object currently being formatted. That's up to you format code. e.g. take the model and find all model entries where the series / season is the same as the series / season of the episod...
by DevXen
13 Oct 2018, 22:01
Forum: Windows
Topic: Did Episode.Special Change?
Replies: 12
Views: 5737

Re: Did Episode.Special Change?

2. The {model} binding might help with your off-topic requirement: https://www.filebot.net/forums/viewtopic.php?t=5690#p32388 e.g. {model.source} {def sources = model.source.minus(null).unique(); sources.size() == 1 ? sources : 'Mixed'} Hey, I just now found an issue. if there are mutiple seasons/s...
by DevXen
06 Oct 2018, 04:53
Forum: Help and Support
Topic: Is there way to identify Double episodes?
Replies: 5
Views: 2825

Re: Is there way to identify Double episodes?

Oops. it was my bad. I had model.episode.flatten() not model.episdoes.flatten() .. my bad for not copy/pasting. pesky S.

Thank you again for your help!