Search found 10 matches

by Connor
04 May 2019, 09:51
Forum: Episode / Movie Naming Scheme
Topic: Need a naming scheme like this
Replies: 3
Views: 4162

Re: Need a naming scheme like this

rednoah wrote: 03 May 2019, 10:30 Maybe like this:

Code: Select all

{ny} - {tags} [{source}-{vf}][{ac} {channels}][{vc}]-{group}
https://www.filebot.net/naming.html
That seems to do the trick, thank you. I still have a few issues with the "tags", but it works good enough for now!
by Connor
03 May 2019, 09:09
Forum: Episode / Movie Naming Scheme
Topic: Need a naming scheme like this
Replies: 3
Views: 4162

Need a naming scheme like this

Hello,

Sorry for asking but I've kept trying for some time, with no luck. Is something like this possible? (Copying from another program)

{Movie Title} ({Release Year}) - {[EDITION TAGS]}{[QUALITY FULL]}{[MEDIAINFO AUDIOCODEC}{ MEDIAINFO AUDIOCHANNELS]}{[MEDIAINFO VIDEOCODEC]}{-RELEASE GROUP ...
by Connor
23 Nov 2018, 23:07
Forum: Scripting and Automation
Topic: Sabnzb script
Replies: 5
Views: 3205

Re: Sabnzb script

Thanks for your help!

so

Code: Select all

filebot -script fn:amc --output "\\10.0.0.112\Media\Filmer\{plex.tail}" --action move
would give eg:

Code: Select all

"\\10.0.0.112\Media\Filmer\Scyscraper (2018)\Scyscraper (2018).mkv"
by Connor
23 Nov 2018, 16:53
Forum: Scripting and Automation
Topic: Sabnzb script
Replies: 5
Views: 3205

Re: Sabnzb script


Just do something like this:
--output "\\10.0.0.112\Media"

If you already know that it's only gonna be movies, then setting --def ut_label is recommended:
--def "ut_label=Movie"


Wont this create a folder in:

"\\10.0.0.112\Media" called movies?

The problem is that my full path is ...
by Connor
23 Nov 2018, 15:22
Forum: Feature Requests and Bug Reports
Topic: Adding More Subtitle Providers
Replies: 4
Views: 4583

Re: Adding More Subtitle Providers

Hello,

Just responding to this thread as OpenSubtitles is banned in my country for the connection to Popcorntime if I remember correctly.

As you were not aware of any major subtitle providers I thought I could post this:

http://thesubdb.com/

It's free and has public API, at least I think it does ...
by Connor
23 Nov 2018, 15:17
Forum: Scripting and Automation
Topic: Sabnzb script
Replies: 5
Views: 3205

Sabnzb script

Hello,

I've searched around for a while but can't seem to figure out how to fix my problem. I'm using a script i found on this forum and it works nicely:

SET NZB_OUTPUT_FOLDER=%1
SET NZB_JOB_NAME=%3
SET NZB_CATEGORY=%5

filebot -script fn:amc --output "\\10.0.0.112\Media\Filmer" --action move ...
by Connor
18 Dec 2017, 13:55
Forum: Windows
Topic: Problem with subtiltes
Replies: 6
Views: 4510

Re: Problem with subtiltes

Great stuff - thanks for the help.
by Connor
18 Dec 2017, 13:13
Forum: Windows
Topic: Problem with subtiltes
Replies: 6
Views: 4510

Re: Problem with subtiltes

Maybe I'll create a custom python script for subtitles down the road. But thanks for the information.

Yes it does, but the folders are not named "TV Shows" and "Movies" - I use my native language for naming those directories, so it'll create a separate "Movies" and "TV shows" folders. Maybe I'll ...
by Connor
18 Dec 2017, 12:47
Forum: Windows
Topic: Problem with subtiltes
Replies: 6
Views: 4510

Re: Problem with subtiltes

Thanks.

1)
I fear you'd say that. Seems a bit overkill to use a VPN or Proxy on my internet connection just because opensubtitles won't load. I'll figure out a workaround if I ever need it - I've managed without subtitles for a few months now so guess i'll continue without.

2)
And you are ...
by Connor
18 Dec 2017, 11:53
Forum: Windows
Topic: Problem with subtiltes
Replies: 6
Views: 4510

Problem with subtiltes

Hello,

Just bought this program and love it. I'm sorry if this has been asked before but I could not find any relevant information in my searches.

I have two problems:

1) OpenSubtiltes is not available in my country (It's blocked) - Is it possible to use another service to download subtitles ...