Search found 10 matches
- 05 Oct 2014, 01:50
- Forum: Feature Requests and Bug Reports
- Topic: Music Mode AKA Processing Music files via AcoustID
- Replies: 29
- Views: 45905
Re: Music Mode AKA Processing Music files via AcoustID
Can music videos be found using the AMC script?
- 30 Mar 2013, 22:40
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
Re: 3D Movie Files and folders
I have a question Would it be possible to Send the Movies to one network locations and 3d movies to another I have been playing around with a few lines and cannot figure out how I would do this.
- 27 Mar 2013, 15:26
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
Re: 3D Movie Files and folders
Sorry that was an old log here is the correct one Parameter: movieFormat = {fn =~ /3D/ ? '3D Movies' : 'Movies'}/{n} ({y}){fn =~ /3D/ ? ' [3D] [H-SBS]' : ''}/{n} ({y}) ({vf}){fn =~ /3D/ ? ' H-SBS' : ''}{' CD'+pi} Parameter: musicFormat = U:\MusicDownloads\{album}\{pi}-{n}-{fn} Parameter: music = y ...
- 27 Mar 2013, 13:54
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
Re: 3D Movie Files and folders
So I did a little more digging into the music problem and I tried it with a diffrent album this time 5 of ludicris albums which did have some dublicates and diffrent errors just wanted to see how it would process compared to mp3 tagger. Here are the resultes I got from filebot Parameter: movieFormat ...
- 25 Mar 2013, 17:30
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
Re: 3D Movie Files and folders
The strange thing its not just happening with user its happening with alot of music I am going to download some test albumes and try to figer it out but should there be any problem with this working from the utorrent command line? filebot -script "fn:amc" --output "\\plexmediaserver\Media2\Torrents ...
- 13 Mar 2013, 14:40
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
Re: 3D Movie Files and folders
Your right I looked at that I don't know how many times and still missed it ok I got the code to work now I am going to figure out how to add the [3D] to the folder name and I should be set. I will play with it I did notice that it had some problems pulling one music album information. Parameter ...
- 13 Mar 2013, 13:35
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
Re: 3D Movie Files and folders
So could this code X:/Movies/{"$collection/"}{n} ({y}){" [$source]"}/{n} ({y}) [{"${fn.match(/3D/)}, "}{vf}, {ac}, {af}] be appended to the utorrent intergration code if so where in the code would I place it I tried this filebot -script "fn:amc" "E:\Torrents\Fixed_Media" --output "E:\Torrents ...
- 12 Mar 2013, 18:29
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
Re: 3D Movie Files and folders
Maybe I am not explaining my self to clearly because I am still not sure of your solution I have Utorrent downloading all of my media using your Fully Automated Media Center I would like it to go through my Movies / 3D Movies / TV shows / and Music I see it already works with all but the 3D movies ...
- 12 Mar 2013, 17:10
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
Re: 3D Movie Files and folders
Could you give me a sample on how to tell filebot if it sees [3D] in a folder name to rename it to "Movie name (year) [3D] [H-SBS]"
- 12 Mar 2013, 15:03
- Forum: Scripting and Automation
- Topic: 3D Movie Files and folders
- Replies: 22
- Views: 18245
3D Movie Files and folders
I am looking for any help on renaming 3D Movie files after being downloaded. After everything is complete the folder of the movie needs to look like "Abraham Lincoln Vampire Hunter (2012) [3D] [H-SBS]" while the file should look like "Abraham Lincoln Vampire Hunter (2012) (1080p) H-SBS.mp4" is there ...