Search found 164 matches

by DevXen
01 Feb 2015, 19:48
Forum: Episode / Movie Naming Scheme
Topic: Using the GUI, can i save the movie title to a csv file?
Replies: 4
Views: 4063

Re: Using the GUI, can i save the movie title to a csv file?

And possibly improve upon it to create a whole database of my media. but that would be more later. haha.
by DevXen
01 Feb 2015, 19:18
Forum: Episode / Movie Naming Scheme
Topic: Rename absolute episode number files to s00e00?
Replies: 9
Views: 8383

Re: Rename absolute episode number files to s00e00?

then be sure to check out the list of examples, you can easily find one there for what you want, from simple, to more advanced like the one i have posted in there.
by DevXen
01 Feb 2015, 02:19
Forum: Episode / Movie Naming Scheme
Topic: Rename absolute episode number files to s00e00?
Replies: 9
Views: 8383

Re: Rename absolute episode number files to s00e00?

The Easiest way would be with a simple file renamer program. then just replace: "dmt-" with "dmt-s01e" You can do it with FileBot though. just off the top of my head, you'd need filebot to identify the show. and season. But as long as the show name and season is in the folder. or...
by DevXen
26 Jan 2015, 20:55
Forum: Episode / Movie Naming Scheme
Topic: Using the GUI, can i save the movie title to a csv file?
Replies: 4
Views: 4063

Using the GUI, can i save the movie title to a csv file?

I would like to make a list of my 3D movies, and add to it, as new ones are created.

I saw there is a script, similar to doing that using the CLI. but is there a way to add each movie to a new line
in a csv file by using the GUI?
by DevXen
25 Jan 2015, 14:01
Forum: Episode / Movie Naming Scheme
Topic: Can you run Multiple Replaces on the same part of the name?
Replies: 5
Views: 4178

Re: Can you run Multiple Replaces on the same part of the na

Thank you, I got it to work with:
{" ["+any{(csv('C:/FileBot Settings/Movie/MovieSources.csv').get(source))}{(source)}{'Unknown Source'}+"]"}

then it'll tell me when there is no source available. yey.
by DevXen
25 Jan 2015, 13:58
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 8235

Re: Specific Genre naming based on several genres.

I was able to get it working with: {any{if (imdb.genres.join(', ').matchAll(/^(?=.*Drama)(?=.*Biography|History)/)){'[Docudrama]'}}{imdb.genres.take(1)}} I couldn't think of a way to use the csv file, that would make it easier to add too. but this works. i can just keep adding to it, if i need to ad...
by DevXen
25 Jan 2015, 13:55
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 8235

Re: Specific Genre naming based on several genres.

I was able to get that to work with some RegEx, thank you. and why would ya remove the imdb? I only used imdb.genres instead of genres. as the 'genres' for the ones i tested on, only showed 1 genre, and randomly it would show 2. and they were completely different than the imdb ones and I wanted to k...
by DevXen
24 Jan 2015, 11:27
Forum: Episode / Movie Naming Scheme
Topic: Can you run Multiple Replaces on the same part of the name?
Replies: 5
Views: 4178

Re: Can you run Multiple Replaces on the same part of the na

So. Part of the issue i've found, is BrRip is in the file or foldername. i've used: .replaceAll('BrRip','BDRip'). but then after that i use $source and it's still pulling up BrRip. i've also tried: $source.replaceAll('BrRip','BDRip') ... but that hasn't worked. is there a way to remap parts of the $...
by DevXen
24 Jan 2015, 10:59
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 8235

Re: Specific Genre naming based on several genres.

So in theory, Could'nt I do something like: {(imdb.genres.contains('Drama') && imdb.genres.contains('Biography')) ? {csv('mygenres.csv').get(genre) ?: Drama-Biography} : imdb.genres.take(1)} {(imdb.genres.contains('Drama') && imdb.genres.contains('History')) ? {csv('mygenres.csv').ge...
by DevXen
24 Jan 2015, 10:57
Forum: Episode / Movie Naming Scheme
Topic: Numbering Collections?
Replies: 2
Views: 2977

Re: Numbering Collections?

Ok, thank you, when you get back if you want to take a crack at it. that'd be great. if i get it figured out by then, I'll post in here, with the solution so you know, and anyone else can use it as well.
by DevXen
24 Jan 2015, 10:44
Forum: Episode / Movie Naming Scheme
Topic: Can you run Multiple Replaces on the same part of the name?
Replies: 5
Views: 4178

Re: Can you run Multiple Replaces on the same part of the na

Yes, almost Exactly like that, I wonder why I couldn't get that to work. i'll work on it as well. thank you.
by DevXen
24 Jan 2015, 10:43
Forum: Episode / Movie Naming Scheme
Topic: Get info either from Filename or Foldername or Both?
Replies: 2
Views: 2886

Re: Get info either from Filename or Foldername or Both?

Perfect, i did'nt know there was a file.path.match, i'll mess with that and see if I can get it working. thank you.
by DevXen
24 Jan 2015, 10:41
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 8235

Re: Specific Genre naming based on several genres.

Yeah, I did that with my TV Show naming. but with the movies, in this example it's a little more complicated.
I want to separate into a new folder, but only if multiple genres exist.
Drama + Biography or History. and with a csv file, that's not possible, is it?
by DevXen
24 Jan 2015, 03:57
Forum: Episode / Movie Naming Scheme
Topic: Can you run Multiple Replaces on the same part of the name?
Replies: 5
Views: 4178

Can you run Multiple Replaces on the same part of the name?

So I have several filename that has "Blueray" in it. instead of BDRip, as i'd prefer. So i would like to .replace('blueray','bdrip') in the script. that way when it gets to the part later that looks for bdrip, it'll convert it to (BDRip) and add that to the renamed, file. I had tried but w...
by DevXen
24 Jan 2015, 03:53
Forum: Episode / Movie Naming Scheme
Topic: Numbering Collections?
Replies: 2
Views: 2977

Numbering Collections?

I am going to be sorting my movies, by collection, if they are in one. is there a way to add the 'movie name' and the number of that movie to the filename? Here's an Example: Mad Max (1979) Mad Max 2 - The Road Warrior (1981) Mad Max - Beyond The Thunderdome (1985) when like in the example above it ...
by DevXen
24 Jan 2015, 03:48
Forum: Episode / Movie Naming Scheme
Topic: Get info either from Filename or Foldername or Both?
Replies: 2
Views: 2886

Get info either from Filename or Foldername or Both?

So My movies some have the info in the filename, and some in the foldername and some have the info in both. how would I pull movie from the foldername, if it's not there pull it from the filename. but not pull it twice if it's in both? I know: {folder.name} {fn.contains('x')} to access them. but if ...
by DevXen
24 Jan 2015, 03:40
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 8235

Specific Genre naming based on several genres.

So i've looked through the forum, and kinda found info on this. but i'm having an issue. I want to define my own custom genres. based on the genres the movie has. For example, I want movies that have Documentary|History|Biography & Drama To be sorted into: Docudrama I have: {(imdb.genres.contain...
by DevXen
28 Nov 2014, 17:41
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 536012

Re: POSTBUCKET - where random posts in unrelated topics go

I love the ideas behind you naming scheme, just wondering how to do a couple things: 1. How would I add the show name to the actual filename? PLEX needs the file named that way. 2. How do I get the .csv files you are using? Thanks again. Thank you. I spent a lot of time on it. It does put the show ...
by DevXen
23 Oct 2014, 12:33
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 494900

DevXen's Enhanced TV SHOW Perfection Naming Scheme

DevXen's Enhanced TV SHOW Perfection Naming Scheme ---Last Updated: 10.25.2018--- Here is my naming scheme For TV Shows that I've worked on for the last couple weeks on. The goal was to make it as automated as possible by anticipating every scenario I could think of. If I have missed anything, or t...
by DevXen
22 Oct 2014, 22:26
Forum: Feature Requests and Bug Reports
Topic: Sort into Complete/Incomplete folders?
Replies: 12
Views: 7097

Re: Sort into Complete/Incomplete folders?

I've been working with this: {episodelist.findAll{it.season == s && it.episode && it.title}} Now it's pulling the episodes from the 2nd season in. so it doesn't match. Brooklyn Nine-Nine, ends at episode 22. - in the pic you can see it goes beyond that, and it's matching the episodes...
by DevXen
22 Oct 2014, 12:55
Forum: Feature Requests and Bug Reports
Topic: Sort into Complete/Incomplete folders?
Replies: 12
Views: 7097

Re: Sort into Complete/Incomplete folders?

Yeah, it's working with About a boy for me now too. as i Explained, the only difference, was my PC froze, when i got it back up it was working on that one. One it's still not working on though, is Brooklyn Nine-Nine, and that's cause the: {episodelist.findAll{it.season == s}} is showing a special ep...
by DevXen
22 Oct 2014, 12:52
Forum: Episode / Movie Naming Scheme
Topic: Multtiple Source(s) in the season folder?
Replies: 6
Views: 5410

Re: Multtiple Source(s) in the season folder?

Aww. okay. that makes sense. I don't plan on consistently running it, and my files mostly stay where they are, unless i change how i want them organized. but that last change was like 2 years ago.. So as I get files, they go into a folder, until the season is complete. once it's complete, then i mov...
by DevXen
22 Oct 2014, 12:50
Forum: Feature Requests and Bug Reports
Topic: Sort into Complete/Incomplete folders?
Replies: 12
Views: 7097

Re: Sort into Complete/Incomplete folders?

So. My computer just Froze and now it seems to be working. So I apologize, I guess it could of been an issue with my own computer. I did try both: {model.episode}, and {episodelist.findAll{it.season == s}} Separately/On their own. To understand them. and they both displayed the same result. But as I...
by DevXen
22 Oct 2014, 11:18
Forum: Feature Requests and Bug Reports
Topic: Sort into Complete/Incomplete folders?
Replies: 12
Views: 7097

Re: Sort into Complete/Incomplete folders?

Ok. Trying just this, and nothing else: {n}/Season {s} {model.episode.containsAll(episodelist.findAll{it.season == s}) ? 'COMPLETE' : 'INCOMPLETE'}/{episode} It's not matching complete/Incomplete seasons correctly. it did on one show I tested the first 3 seasons on. But every other full season from ...
by DevXen
22 Oct 2014, 10:25
Forum: Episode / Movie Naming Scheme
Topic: Multtiple Source(s) in the season folder?
Replies: 6
Views: 5410

Re: Multtiple Source(s) in the season folder?

I did use plex a few years ago, That's actually when I first found FB, to name files correctly for it. but it's constant monitoring each of the folders for changes, killed my 3TB Drive, it wasn't even a year old. amd under warranty, so that sucked. Part of the problem, is I have many Specials, and D...