Search found 21 matches

by Deadmano
18 Oct 2015, 18:25
Forum: Help and Support
Topic: Movie Format
Replies: 3
Views: 2583

Re: Movie Format

IMDB is not supported. Though, OMDB should have similar data, so this is the closest you can get with the latest version: {omdb.genres[0]}/{n.replace(":", " -")} ({y}) I'd use the default genre binding though: {genre}/{n.replace(":", " -")} ({y}) Thanks for y...
by Deadmano
17 Oct 2015, 17:56
Forum: Help and Support
Topic: Movie Format
Replies: 3
Views: 2583

Movie Format

Hey Reinhard, Been a very long time since I've posted here, and so pleased to see FileBot is doing better than ever and I can only hope the same goes for you!! :D I have a quick question, since I haven't updated FileBot in AGES a lot has changed and some of my formats have become obsolete, in a sens...
by Deadmano
20 Jun 2014, 20:47
Forum: Scripting and Automation
Topic: [HELP] Excluding All Non-Media Files In CLI
Replies: 4
Views: 3693

Re: [HELP] Excluding All Non-Media Files In CLI

Windows or Linux? Method 1 or 2? Here's Method 1 since it works for both. Method 1: Create new .groovy file, and paste: rename(file: args.getFiles{ it.isVideo() }, db:'IMDb', format: '''H:/Movies/{imdb.genres.take(1).join(' ')}/{n.replaceAll(':', ' -')} ({y})''') Run script with filebot: filebot -s...
by Deadmano
16 Jun 2014, 16:45
Forum: Scripting and Automation
Topic: [HELP] Excluding All Non-Media Files In CLI
Replies: 4
Views: 3693

Re: [HELP] Excluding All Non-Media Files In CLI

1. You could do that with a Groovy script one-liner. So you would just do filebot -script and then the rest is in your groovy script. So you have to "port" your command-line to Groovy syntax. 2. On Unix you can easily use find | xargs to run your filebot command on a specific set of files...
by Deadmano
15 Jun 2014, 21:30
Forum: Scripting and Automation
Topic: [HELP] Excluding All Non-Media Files In CLI
Replies: 4
Views: 3693

[HELP] Excluding All Non-Media Files In CLI

Hey Noah! It's been a while since I've posted on your forums, and I must say I'm loving the new change, especially the new updates to FileBot!! :mrgreen: Recently I've decided to give full reins to FileBot, and start with the CLI, however I'm having a slight issue... Before I was used to dragging in...
by Deadmano
28 Mar 2013, 17:56
Forum: Feature Requests and Bug Reports
Topic: Deadmano's Bug Finds
Replies: 12
Views: 6667

Re: Deadmano's Bug Finds

Sent you a PM. :)
by Deadmano
27 Mar 2013, 21:58
Forum: Feature Requests and Bug Reports
Topic: Deadmano's Bug Finds
Replies: 12
Views: 6667

Re: Deadmano's Bug Finds

Hi there Reinhard! I've encountered a very unusual bug, and I do believe FileBot is hating on my movie collection. :( I was doing my usual bout of renaming when I came across a file "Trailer Park Boys.avi" and I noticed FileBot simply excluded it, so then I relaunched FileBot and tried to ...
by Deadmano
27 Mar 2013, 21:39
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79154

Re: Wishlist for New Features and Scripts

Point taken! But when it comes to a variety of movie file types, such as .avi, .mp4, .mkv etc, it tends to get slightly repetitive, but yet again much easier than not using Filebot at all! I just thought there was a way to automate the process, like when batch renaming hundreds of files and not havi...
by Deadmano
25 Mar 2013, 19:08
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79154

Re: Wishlist for New Features and Scripts

Dunno if this has been suggest or is in the works, but I see Filebot automatically excludes (grays out) files with the .txt extension when present in a folder with the video file you wish to rename... However when there is a .nfo file Filebot will treat it as an actual video file and try to rename i...
by Deadmano
18 Feb 2013, 16:16
Forum: Feature Requests and Bug Reports
Topic: Deadmano's Bug Finds
Replies: 12
Views: 6667

Re: Deadmano's Bug Finds

Not really. That way you can use moviedb for search and imdb rating for the filename. Basically it's about minimizig reliance on IMDb as far as possible. Because IMDb doesn't allow people to steal their data and therefore also doesn't have an API for programs. Only the website for humans. Of course...
by Deadmano
18 Feb 2013, 12:10
Forum: Feature Requests and Bug Reports
Topic: Deadmano's Bug Finds
Replies: 12
Views: 6667

Re: Deadmano's Bug Finds

Doesn't matter what datasource you select to search for movies, the format engine will still retrieve metadata from themoviedb. Alternatively you can try using {imdb.genres} that'll pull data from OMDb but may work less well. Ah, I understand now, thanks! :) Was it not practical to simply have the ...
by Deadmano
17 Feb 2013, 19:53
Forum: Feature Requests and Bug Reports
Topic: Deadmano's Bug Finds
Replies: 12
Views: 6667

Re: Deadmano's Bug Finds

Currently there is no genres entered. You're welcome to add missing information to TheMovieDB: http://www.themoviedb.org/movie/134597-the-collection Hi there, I was using the IMDB however... http://www.imdb.com/title/tt1748227 and as you can see it does have the genres... So what seems to be the pr...
by Deadmano
17 Feb 2013, 18:18
Forum: Feature Requests and Bug Reports
Topic: Deadmano's Bug Finds
Replies: 12
Views: 6667

Re: Deadmano's Bug Finds

Hi there Reinhard, I hope you're having a good weekend. :) I'm having a slight issue with a few rare movie titles I come across, regarding the Genre naming of folders with files... I have a movie called the.collection.2012.bdrip.xvid.avi and when I run it through IMDB, it renames the movie, however ...
by Deadmano
14 Feb 2013, 18:59
Forum: Feature Requests and Bug Reports
Topic: Rename Movies And Sort To Genre Folder
Replies: 7
Views: 19480

Re: Rename Movies And Sort To Genre Folder

No, you don't understand. This use-case is fully and completely supported in all ways concievable. Has been for years. Use this format: X:/Movies/{genres[0]}/{n} ({y})/{n} ({y}){" CD$pi"} And it'll move files into new folders like this: genres-format.png That is awesome! Hahaha, wow, I fe...
by Deadmano
14 Feb 2013, 18:55
Forum: Feature Requests and Bug Reports
Topic: Deadmano's Bug Finds
Replies: 12
Views: 6667

Deadmano's Bug Finds

Since I won't make a new topic for each bug I may come across, I thought I'd just list them all here in this thread for convenience sake. I'll update this post as often as I can, for changes that have been fixed, etc, or you could simply mark them as fixed on this post if you like, Reinhard. There s...
by Deadmano
14 Feb 2013, 18:29
Forum: Feature Requests and Bug Reports
Topic: Rename Movies And Sort To Genre Folder
Replies: 7
Views: 19480

Re: Rename Movies And Sort To Genre Folder

You mean using {genres} binding to define sub folders in the format? X:/Movies/{genres[0]}/{n} ({y}) I'm not quite following. Basically, let me simplify... When I add a bunch of movies to FileBot to have them renamed, I'd like the option to have FileBot not only rename them, but put the movies into...
by Deadmano
14 Feb 2013, 16:56
Forum: Feature Requests and Bug Reports
Topic: Rename Movies And Sort To Genre Folder
Replies: 7
Views: 19480

Rename Movies And Sort To Genre Folder

Hi there Reinhard, I hope that you're doing well! I've been thoroughly enjoying the new updates you've brought out, Filebot is simply amazing as usual! :) I just have a quick one for you, not sure if this was asked before, but I would like if possible for Filebot to when it searches IMDB and renames...
by Deadmano
25 Jan 2013, 00:32
Forum: Feature Requests and Bug Reports
Topic: FileBot V3.3 Music Renamer
Replies: 4
Views: 7491

Re: FileBot V3.3 Music Renamer

That's just the format editor. Set up a file for the test environment to work with via the (x)= button and it'll work. If the format is applied to real File<->AudioTrack matches it'll work. I guess all the MusicBrainz stuff is pretty good: http://musicbrainz.org/doc/MusicBrainz_Picard Thanks once a...
by Deadmano
25 Jan 2013, 00:29
Forum: Feature Requests and Bug Reports
Topic: New version breaks date matching
Replies: 12
Views: 7538

Re: New version breaks date matching

Aha, that was the problem. I have a script running that monitors a folder and then runs filebot, but if there's a new episode, it won't find it unless I clear the cache every time? Hey mate, minding sharing this script with me? :) Could prove very valuable, if my guesses as to what it does prove co...
by Deadmano
21 Jan 2013, 17:59
Forum: Feature Requests and Bug Reports
Topic: FileBot V3.3 Music Renamer
Replies: 4
Views: 7491

Re: FileBot V3.3 Music Renamer

Hi there RedNoah, thanks for the reply! :) Some of the tracks, well, to be honest more like 60% of them, do not actually have much in the form of ID3 tags... So it looks like I might have to do that manually, unless you perhaps know of any tool that fills out ID3 tags or could help me speed up the p...
by Deadmano
20 Jan 2013, 21:27
Forum: Feature Requests and Bug Reports
Topic: FileBot V3.3 Music Renamer
Replies: 4
Views: 7491

FileBot V3.3 Music Renamer

Hi there, Rednoah! Firstly I just wish to thank you for literally saving years off of my life! I started collecting movies well over 5 years ago, and have been doing so at a steady rate, however since I have OCD I've had to rename all of them manually, using IMDB or other sources as references. I ha...