Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all 376 articles
Browse latest View live

qBittorrent plugin does not work

$
0
0

@junpan wrote:

Hello,
i am using flexget 3.0.12 with RSS as input and qBittorrent-nox 4.2.0 on Ubuntu-Server. Flexget accepts entries from RSS and -L debug shows

DEBUG    qbittorrent   Series          Successfully connected to qBittorrent
DEBUG    qbittorrent   Series          Added url  magnet:?link

but still nothings appers in qBittorrent Web UI.

Posts: 2

Participants: 2

Read full topic


Move-plugin - include folder name for lookup?

Unhandled error in deluge Keyerror: 'file'

$
0
0

@joneso87 wrote:

Having an issue with my deluge config, anyone provide any insight? Was completely functional about 5 days ago. Here' the error.

2019-12-12 11:54 CRITICAL task          movies          BUG: Unhandled error in plugin deluge: 'file'
Traceback (most recent call last):
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/task.py", line 520, in __run_plugin
    result = method(*args, **kwargs)
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/event.py", line 20, in __call__
    return self.func(*args, **kwargs)
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/plugins/clients/deluge.py", line 413, in on_task_output
    if not os.path.exists(entry['file']):
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/utils/lazy_dict.py", line 69, in __getitem__
    item = self.store[key]
KeyError: 'file'

Here is a relevant bit from my config, but the error happens anywhere deluge is used.

  watchlist:
    priority: 8
    trakt_list:
      username: 
      account: 
      list: Movies
      type: movies
    seen: local
    accept_all: yes
    list_add:
      - movie_list: movieslist

  movies:
    priority: 9
    parsing:
      movie: guessit
    discover:
      release_estimations: loose
      interval: 4 hours
      what:
        - movie_list: movieslist
      from:
        - rarbg:
            category: [44, 45, 17, 51, 46, 42]
        - piratebay:
            category: all
        - 1337x: yes
        - limetorrents:
            category: movies
    sort_by:
      field: torrent_availability
      reverse: yes
    tmdb_lookup: yes
    magnets: yes
    quality: 
      - 720p-2160p dd+5.1|dts|dtshd|truehd|dd5.1|flac
      - remux+
    list_match:
      from:
        - movie_list: movieslist
    sort_by:
      field: torrent_seeds
      reverse: yes
    content_size:
      min: 7000
      max: 35000
    interval: 1 hour
    deluge:
      username: localclient
      password: deluge
      magnetization_timeout: 45
      main_file_only: yes
      content_filename: "{{tmdb_name|replace(':',' ')}} ({{tmdb_year}})/{{tmdb_name|replace(':',' ')}}-{{tmdb_year}}"
      move_completed_path: /media/odroid/WD/Media/Movies/
    cfscraper: yes

Any ideas what's causing the failure and whether I can fix it?

Posts: 1

Participants: 1

Read full topic

Evenly distribute files accross multiple drives?

$
0
0

@Amishman wrote:

I currently use Filebot to rename and move my files after they have been downloaded. My Filebot script will check to see if the folder exits first and then if it doesn't, will place the file on the drive with the most amount of space. It also will place it in a collection of one exists.

For example, for a TV show, it will check all of my drives (10 drives) and see if "TV\Big Bang Theory, The" exists. If it does, the file will be placed in the correct season. If it does not, Filebot checks to see which drive has the most space and creates Big Bang Theory, The\Season 1\episode.

For movies it will check to see if movie belongs to a collection. If it does, then it will place the movie there. Otherwise it will check to see which drive has the most space and place it there.

Is something like this possible with Flexget? If it is, where and how would I go about doing it?

Posts: 2

Participants: 2

Read full topic

Can someone use the yts plugin?

Transmission not cleaning torrents

$
0
0

@marine88 wrote:

Hi there I did upgrade my config to clean torrents and stop working on last versions it gives me undecided before it worked good!

  clean-transmission:
    priority: 47
    disable: [seen, seen_info_hash]
    from_transmission:
      <<: *transmission-settings
      only_complete: yes
    regexp:
      reject:
        - Btnext|Scene-rush:
            from: transmission_trackers
    transmission:
      <<: *transmission-settings
      action: remove

Posts: 2

Participants: 2

Read full topic

Evenly distribute files accross multiple drives?

$
0
0

@Amishman wrote:

I currently use Filebot to rename and move my files after they have been downloaded. My Filebot script will check to see if the folder exits first and then if it doesn't, will place the file on the drive with the most amount of space. It also will place it in a collection of one exists.

For example, for a TV show, it will check all of my drives (10 drives) and see if "TV\Big Bang Theory, The" exists. If it does, the file will be placed in the correct season. If it does not, Filebot checks to see which drive has the most space and creates Big Bang Theory, The\Season 1\episode.

For movies it will check to see if movie belongs to a collection. If it does, then it will place the movie there. Otherwise it will check to see which drive has the most space and place it there.

Is something like this possible with Flexget? If it is, where and how would I go about doing it?

Posts: 2

Participants: 2

Read full topic

Getting epsiode names from TheTVDB

$
0
0

@softair wrote:

My config used to work quite happily and downloaded my tvdb favourites quite happily, and the downloads were renamed to include the episode name where available. Then there was a glitch during December when TheTVDB changed it's account identifiers, lost favourites and required you to request permission to use their API. I resolved this somehow without changing my config (maybe just changed user id - can't remember).

But since then, I never get an episode name (or maybe a blank one) even though many of my series use them and they appear in the TheTVDB web site. The downloads still get the correct series name and series/episode ID, so it's no a big deal - the downloads still keep on coming OK.

But it would be nice to get the episode names back! Any clues?

TIA

Posts: 1

Participants: 1

Read full topic


Execute line after download complete in deluge

$
0
0

@amanmore wrote:

Is there any way I can have flexget run a plugin whenever it finishs downloading files from a certain RSS Feed?

To explain the situation: I have an RSS feed to download certain shows. When they are downloaded and moved to the correct "main" folder, I have a python script to rename them into a format that TVDB recognizes.

So far, I have this script running as a part of another flexget task I have that moves and organizes everything in its correct subfolder in the "main" folder, but until this happens, my media player mis-labels and mis-identifies the episodes.

Is there any way I can make it such that I can execute the python script automatically once the completed episode has been moved to the "main" folder?

Posts: 1

Participants: 1

Read full topic

Can someone use the yts plugin?

Why is next_series_seasons added to an existing configuration re-downloading the existing series seasons

$
0
0

@calisro wrote:

I'm was looking to add next_series_seasons to my configuration to allow flexget to grab season packs for shows I add that only has them for older seasons. After i've added it, it started downloading season packs for existing seasons that already have downloaded all the episodes for the latest season. I really didn't want to start setting the 'begin' for all the seasons I have as I would have expected this config to already know it has all the episodes and only download packs for anything where it has less than '3' episodes (per my setting).

Any ideas? I'm guessing this config would work okay for any newly added stuff but for existing stuff its causing issues for me because of the redownloading.

  Get-TVShows:
    template:
      - series-standards
      - deluge_settings
    configure_series:
      from:
        trakt_list:
          type: shows
          account: xxxx
          username: xxxx
          list: Series
          strip_dates: yes
      settings:
        target: 480p-720p hdtv+ !10bit
        timeframe: 90 minutes
        specials: no
        propers: no
        tracking: no
        identified_by: ep
        season_packs: 3
    discover:
      release_estimations:
        optimistic: 45 days
      what:
        - next_series_seasons:
            from_start: yes
        - next_series_episodes:
            from_start: yes
      from:
        - xxxx

Posts: 1

Participants: 1

Read full topic

Webui without a password

$
0
0

@calisro wrote:

Is there a way to disable authentication on the webui? I run it behind a reverse proxy that handles all authentication and having flexget prompt for passwords is redundant.

Posts: 1

Participants: 1

Read full topic

Is it possible to run a Docker Flexget task from another Docker container?

$
0
0

@zapp7 wrote:

I have a Synology NAS running Flexget and Transmission in Docker containers.

I want to run a flexget task using the 'on-torrent-done' script in transmission. Is there a way to do this?

Posts: 1

Participants: 1

Read full topic

Advanced if statements?

$
0
0

@snickers2k wrote:

hey. there is a little lack of documentation for advanced if statements.

anyone know whats the best/offical way to combine if statements ?

  - "['imdb_genres' or 'tvdb_genres' or 'tmdb_genres'] == ['TV-Special' or 'Short' or 'Music'] and not 'Musical'":
      set:
        type: "Entertainment"
  - "['imdb_genres' or 'tmdb_genres' or 'trakt_series_genres' or 'tvdb_genres'] == 'Anime' and has_field('series_name')":
      set:
        type: "Anime-Series"
  - "['imdb_genres' or 'tmdb_genres' or 'trakt_series_genres' or 'tvdb_genres'] == 'Anime' and has_field('movie_name')":
      set:
        type: "Anime-Movies"
  - "tvdb_genres == 'Animation' and trakt_series_country == 'Japan'":
      set:
        type: "Anime-Series"
  - "'Talk Show' in (tvdb_genres or [])":
      set:
        type: "Latenight"
  - "'Game Show' in (tvdb_genres or [])":
      set:
        type: "Spielshow"
  - is_3d:
      set:
        type: "Movies-3D"
  - "'Documentary' in (imdb_genres or [])":
      set:
        type: "Dokus"
       # Probably a standup comedy.
  - "'Comedy' in (imdb_genres or []) and 1 == len(imdb_actors or [])":
      set:
        type: "Standup"
  - "'Documentary' in (imdb_genres or []) and has_field('movie_name')":
      set:
        type: "Doku-Movies"
  - "'Documentary' in (imdb_genres or []) and has_field('series_name')":
      set:
        type: "Dokus-Series"

Posts: 1

Participants: 1

Read full topic

Is possible to run magnet as the first priority to download?

$
0
0

@newflexgetman wrote:

This is my configuration. I want to make magnet link as the first priority link if the site has an address.

Is this possible? I use “rss+transmission”.
I assume any alternative rss address link to be. :grinning:

templates:
  book_torrent:
    transmission:
      host: localhost
      port: 9091
      username: doctor
      password: doctor
      ratio: -1
      path: /media/usb/book
tasks:
  assorted_magazine:
    rss: http://pleasemagnetasfirstpriority/rss.xml
    regexp:
      accept:
        - ‘Stephen King’
    template: book_torrent

Posts: 1

Participants: 1

Read full topic


Parse a complete html file

$
0
0

@Tarrasque wrote:

Hi all.

I need to get entries from a web site which unfortunaly is VERY VERY badly made.

Urls and titles are nowhere close enough to be processed by any of the usual plugins. Plus, the HTMismarmad in various places (unclosed tags and such) so even a XML parser is nearly useless.

The only way I found so far to extract any meaningful info from those pages is writing a python script that using BeautifulSoup and CSS class queries. I am able to reconstruct title / url pairs.

So, what I’m asking is: is there a plugin that allows me to feed a whole page in a custom script and pass the output to the rest of the Flexget task to process?

Posts: 2

Participants: 2

Read full topic

Is possible to parse xml file from cli?

$
0
0

@Chryses wrote:

Hi, I’ve a bunch of rss xml files inside a folder, is possible to execute flexget from cli and tell it to parse a single xml file?
I mean, I want to avoid to combine all xml in one single file, I want instead that flexget parse each file in a for loop, so is possible to execute flexget from cli? Some like this:
flexget --xmlsource /path/to/xml.xml execute
Then the config file execute the given xml?

Do you think there’s a way to do that?

Posts: 1

Participants: 1

Read full topic

Failure reason: no path specified for entry

$
0
0

@sabelbas wrote:

Just recently got my RPi4 and have set everything up
have transmission running , got my flexget config file working

but getting this error

basic config is the following

templates:
tv:
download: “/Downloads/Video/Complete”
transmission:
host: 127.0.0.1
port: 9091
username: xxxx
password: “xxxx”
enabled: yes
action: add
add_paused: No

tasks:
ipt-tv:
rss: http://showrss.info/user/xxxx.rss
verify_ssl_certificates: no
accept_all: yes
template: tv
series:
settings:
shows:
timeframe: 48 hours
target: 1080p

error message is
REJECTED: Prodigal Son S01E17 INTERNAL 1080P WEB X264 POKE by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: no path specified for entry)

help?

Posts: 1

Participants: 1

Read full topic

Convert_magnet GAH

$
0
0

@sabelbas wrote:

trying to use showrss and was getting magnet torrent issues
so tried to use convert_magnet
now i am getting libtorrent package required
i have done EVERYTHING i can google regarding installing it
help??
sorry

Posts: 1

Participants: 1

Read full topic

Series forget

$
0
0

@gazhay wrote:

I’ve been trying for some time to make flexget forget some series and not download them. In some other cases it is downloading some series in error.

Is there a way to “ban” a series from being accepted.
e.g. “flexget series ban ‘xyz’” ?

Yes, I have made sure the series no longer appears in input tasks, etc.

Posts: 1

Participants: 1

Read full topic

Viewing all 376 articles
Browse latest View live