Torrent Invites! Buy, Trade, Sell Or Find Free Invites, For EVERY Private Tracker! HDBits.org, BTN, PTP, MTV, Empornium, Orpheus, Bibliotik, RED, IPT, TL, PHD etc!



Results 1 to 1 of 1
Like Tree4Likes
  • 4 Post By Blindman

Thread: Fiebot, rename movies and tvshows to the correct format ex. (family guy 1x12 - epnme)

  1. #1
    Donor
    Blindman's Avatar
    Reputation Points
    5000
    Reputation Power
    81
    Join Date
    Mar 2016
    Posts
    173
    Time Online
    3 d 1 h 36 m
    Avg. Time Online
    1 m
    Mentioned
    62 Post(s)
    Quoted
    34 Post(s)
    Liked
    49 times
    Feedbacks
    5 (100%)

    Fiebot, rename movies and tvshows to the correct format ex. (family guy 1x12 - epnme)

    Hi there!

    There's setup instructions for µTorrent, qBittorrent, rTorrent, Deluge, Transmission, Vuze and JDownloader since filebot is really just a command-line tool you can probably make it work with any software that can run external programs, or just call it every once in a while with scheduler or cron.

    Setup Instructions for µTorrent:
    1. Setup µTorrent directories. Setup Location of Downloaded Files and make sure the path does not end with backslash.

    2. Setup µTorrent to run FileBot. Paste the following command into µTorrent Run Program settings.

    µTorrent ► Run Program ► Run this program when torrent finishes:

    Code:
    filebot -script fn:amc --output "X:/Media" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"


    3. Change --output to where you want to copy/organize your files. Input is provided by µTorrent variables.

    4. Done! Setting this up will take less than a minute. Now wait and enjoy how things will be organized fully automatically.

    5. Restart! If you have just installed FileBot or Java you may need to restart your computer to avoid PATH issues.

    http://torrentinvites.org/attachment...tid=4609&stc=1
    µTorrent / Preferences / Directories

    http://torrentinvites.org/attachment...tid=4610&stc=1
    µTorrent / Preferences / Run Program / Run this program when torrent finishes

    Options:
    --def music=y Process music files as well. Disabled by default.
    --conflict skip Never override existing files if the same media is downloaded multiple times
    --conflict auto Override existing media only if new media is better
    --def subtitles=en,de,fr Download subtitles for the given languages
    --def artwork=y Fetch artwork/nfo
    --def extras=y Generate *.url files and fetch all available backdrops
    --def kodi=host Tell the given Kodi/XBMC instance to rescan it's library
    --def plex=host:token Tell the given Plex instance to rescan it's library. Plex Home instances require an authentication token.
    --def emby=host:apikey Tell the given Emby instance to rescan it's library.
    --def pushover=userkey[:apikey] Send update notifications to your devices via Pushover. It is recommended that you create your own API key.
    --def pushbullet=apikey Send full reports to all your PushBullet devices
    --def gmail=username:password Use the following gmail account to send and receive full reports. You must use an App Password for security reasons.
    --def mail=host:port:from Send email via private mail server
    --def mailto=email Send report to the given email address (optional, email to yourself if not set)
    --def reportError=y Report errors via email
    --def storeReport=y Save reports to local filesystem
    --def skipExtract=y Do not extract archives
    --def deleteAfterExtract=y Delete archives after extraction
    --def clean=y Automatically remove empty folders and clutter files that may be left behind after moving the video files, or temporary extracted files after copying
    --def exec="echo '{file}'" Run program on newly processed files
    --def unsorted=y Move media files that cannot be identified to a separate folder
    --def ignore=regex Ignore filepaths that match the given regular expression
    --def minFileSize=0 Only process video files larger than the given number (in bytes). Defaults to 50 MB.
    --def minLengthMS=0 Only process videos longer than the given number (in milliseconds). Defaults to 10 minutes.
    --def excludeList=amc.txt Keep a list of previously processed files to be ignored in future runs (if you run this script on the same files repeatedly you must enable this option)


    Change how files will be organized and renamed:
    This script uses multiple format expressions, so the simple --format option is not supported. You can override the default naming schemes via --defseriesFormat, animeFormat or movieFormat. Relative paths will be resolved against --output and you can use absolute paths if you want to use multiple drives.

    Code:
    --def "seriesFormat=S:/TV/{n}/{'S'+s}/{fn}" "animeFormat=T:/Anime/{n}/{fn}" "movieFormat=M:/Movies/{ny}/{fn}" "musicFormat=N:/Music/{n}/{fn}"


    Hope it helps

    mvh Blindman
    Attached Images Attached Images
    Last edited by ; 04-10-2016 at 04:59 PM.
    masonos, DGM, Laxus and 1 others like this.


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •