Search found 7 matches
- 20 Nov 2015, 12:31
- Forum: Scripting and Automation
- Topic: [AMC] Wrong movie detection
- Replies: 4
- Views: 4546
Re: [AMC] Wrong movie detection
Great. Now it's OK.
- 17 Nov 2015, 19:00
- Forum: Scripting and Automation
- Topic: [AMC] Wrong movie detection
- Replies: 4
- Views: 4546
Re: [AMC] Wrong movie detection
I'd start by putting those "movies" into a folder that doesn't indicate another movie. ;)
I suspect that this is the best solution, but files are downloaded by torrent client and amc is executed automatically.
I've no problems with tv series, but movies... Maybe it is possible to postpone unclear ...
I suspect that this is the best solution, but files are downloaded by torrent client and amc is executed automatically.
I've no problems with tv series, but movies... Maybe it is possible to postpone unclear ...
- 17 Nov 2015, 13:21
- Forum: Scripting and Automation
- Topic: [AMC] Wrong movie detection
- Replies: 4
- Views: 4546
[AMC] Wrong movie detection
Greetings. I've downloaded cartoon with some shorts movies (not extras, trailers or something else). Folder structure is:
Despicable.Me.2010/
Shorts/
Banana.mkv
Home Makeover.mkv
Orientation Day.mkv
Despicable.Me.2010.1080p.mkv
AMC script renames:
Despicable.Me.2010.1080p.mkv ...
Despicable.Me.2010/
Shorts/
Banana.mkv
Home Makeover.mkv
Orientation Day.mkv
Despicable.Me.2010.1080p.mkv
AMC script renames:
Despicable.Me.2010.1080p.mkv ...
- 17 Jan 2014, 07:39
- Forum: Scripting and Automation
- Topic: AMC uTorrent keeplink solution
- Replies: 1
- Views: 3205
AMC uTorrent keeplink solution
I've found some solution how to use keeplink mode with uTorrent. I'm not good with Groovy, so maybe someone can optimize my code.
The solution is based on uTorrent API, so first you need to enable WebUI in uTorrent.
class to work with uTorrent API
// uTorrent class
class Utorrent {
def host ...
The solution is based on uTorrent API, so first you need to enable WebUI in uTorrent.
class to work with uTorrent API
// uTorrent class
class Utorrent {
def host ...
- 13 Jan 2014, 07:17
- Forum: Episode / Movie Naming Scheme
- Topic: A-Z folders using Collection/Movie name
- Replies: 8
- Views: 11875
Re: A-Z folders using Collection/Movie name
Thanks! Works perfectly
- 13 Jan 2014, 07:03
- Forum: Episode / Movie Naming Scheme
- Topic: A-Z folders using Collection/Movie name
- Replies: 8
- Views: 11875
Re: A-Z folders using Collection/Movie name
Where can i download 4.0_RC1? On SF i found only 3.8
- 13 Jan 2014, 06:47
- Forum: Episode / Movie Naming Scheme
- Topic: A-Z folders using Collection/Movie name
- Replies: 8
- Views: 11875
A-Z folders using Collection/Movie name
Greetings to all.
Need help with "[SNIPPET] Sort into A-Z folders". How can i check that movie has collection?
I want to use first letter of movie name, if there is no collection. And first letter of collection, if it exists.
Something like this
{def ln;}{ln = n}{ln = collection}{ln =~ /^(?i)[a-z ...
Need help with "[SNIPPET] Sort into A-Z folders". How can i check that movie has collection?
I want to use first letter of movie name, if there is no collection. And first letter of collection, if it exists.
Something like this
{def ln;}{ln = n}{ln = collection}{ln =~ /^(?i)[a-z ...