@tomatosmoothie wrote:
Windows cmd:
C:\Users\HTPC>flexget -c E:\Documents\Scripts\flexget\config.yml execute --tasks sorttv 2017-08-03 19:25 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2017-08-03 19:25 VERBOSE filesystem sorttv Starting to scan folders. 2017-08-03 19:25 VERBOSE filesystem sorttv Scanning folder E:\Downloads\temp\tvshows. Recursion is set to True. 2017-08-03 19:25 VERBOSE backlog sorttv Added 36 entries from backlog 2017-08-03 19:25 VERBOSE details sorttv Produced 36 entries. 2017-08-03 19:25 CRITICAL task sorttv BUG: Unhandled error in plugin all_series: Series flagged invalid 2017-08-03 19:25 CRITICAL manager sorttv An unexpected crash has occurred. Writing crash report to E:\Documents\Scripts\flexget\crash_report.2017.08.03.192521581000.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.10.75 2017-08-03 19:25 WARNING task sorttv Aborting task (plugin: all_series) C:\Users\HTPC>flexget -V 2.10.75 You are on the latest release.
Excerpt from log:
2017-08-03 19:25 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2017-08-03 19:25 VERBOSE filesystem sorttv Starting to scan folders. 2017-08-03 19:25 VERBOSE filesystem sorttv Scanning folder E:\Downloads\temp\tvshows. Recursion is set to True. 2017-08-03 19:25 VERBOSE backlog sorttv Added 36 entries from backlog 2017-08-03 19:25 VERBOSE details sorttv Produced 36 entries. 2017-08-03 19:25 CRITICAL task sorttv BUG: Unhandled error in plugin all_series: Series flagged invalid 2017-08-03 19:25 CRITICAL manager sorttv An unexpected crash has occurred. Writing crash report to E:\Documents\Scripts\flexget\crash_report.2017.08.03.192521581000.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.10.75 2017-08-03 19:25 WARNING task sorttv Aborting task (plugin: all_series)
Crash report:
2017-08-03 19:24 DEBUG manager Config file E:\Documents\Scripts\flexget\config.yml selected 2017-08-03 19:25 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2017-08-03 19:25 VERBOSE filesystem sorttv Starting to scan folders. 2017-08-03 19:25 VERBOSE filesystem sorttv Scanning folder E:\Downloads\temp\tvshows. Recursion is set to True. 2017-08-03 19:25 VERBOSE backlog sorttv Added 36 entries from backlog 2017-08-03 19:25 VERBOSE details sorttv Produced 36 entries. 2017-08-03 19:25 CRITICAL task sorttv BUG: Unhandled error in plugin all_series: Series flagged invalid Traceback (most recent call last): File "c:\python27\lib\site-packages\flexget\task.py", line 486, in __run_plugin return method(*args, **kwargs) File "c:\python27\lib\site-packages\flexget\event.py", line 23, in __call__ return self.func(*args, **kwargs) File "c:\python27\lib\site-packages\flexget\plugins\filter\all_series.py", line 48, in on_task_metainfo if guess_entry(entry, config=group_settings): File "c:\python27\lib\site-packages\flexget\plugins\metainfo\series.py", line 47, in guess_entry populate_entry_fields(entry, parsed, config) File "c:\python27\lib\site-packages\flexget\plugins\filter\series.py", line 1235, in populate_entry_fields entry['series_id'] = parser.pack_identifier File "c:\python27\lib\site-packages\flexget\plugins\parsers\parser_common.py", line 555, in pack_identifier return self.identifier File "c:\python27\lib\site-packages\flexget\plugins\parsers\parser_common.py", line 546, in identifier return self.identifiers[0] File "c:\python27\lib\site-packages\flexget\plugins\parsers\parser_common.py", line 531, in identifiers raise Exception('Series flagged invalid') Exception: Series flagged invalid
Config.yml
tasks: sorttv: priority: 2 no_entries_ok: yes parsing: series: guessit filesystem: path: 'E:\Downloads\temp\tvshows' regexp: '.*\.(avi|mkv|mp4)$' recursive: yes accept_all: yes thetvdb_lookup: yes require_field: series_name all_series: parse_only: yes move: to: 'E:\Documents\ToConvert' rename: "{{series_name|replace(' ', '.')}}.{{series_id}}{{location|pathext}}" clean_source: 50
Should I just use guessit, if yes, can someone point me in the right direction of a guessit example.
Thanks
Posts: 1
Participants: 1