-
Notifications
You must be signed in to change notification settings - Fork 481
Move clean_source saying is cleaning DESTINATION #1284
Copy link
Copy link
Closed
Description
Expected behaviour:
Clean_source should clean SOURCE dir
Actual behaviour:
clean_source CLEANS source but says it is cleaning DESTINATION
Config:
Same config as in wiki:
mueve: #task name
filesystem:
path: /mnt/descargas/.series_descargadas # source dir
mask: '*.srt'
recursive: yes
accept_all: yes
pathscrub: windows
move:
to: '/mnt/kodi/SERIES/{{ mich_series_name }}' # destination dir
clean_source: 20
filename: '{{ mich_series_name|default(series_name) }} - {{ mich_season }}x{{ mich_ep_number }}'
along:
- mkv
- mp4
- avi
- wmv
- divx
paste relevant config
mich_series_name, mich_season and mich_ep_number are items I have in a different file here is an example:
series:
settings:
grupo 1:
parse_only: yes
set:
mich_ep_number: "{{ series_episode|pad(2) }}"
mich_season: "{{ series_season | pad(2) }}"
- Braindead:
set:
tvdb_id: 309052
mich_series_name: Braindead
Log:
2016-07-19 10:59 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2016-07-19 10:59 VERBOSE filesystem mueve Starting to scan folders.
2016-07-19 10:59 VERBOSE filesystem mueve Scanning folder /mnt/descargas/.series_descargadas. Recursion is set to True.
2016-07-19 10:59 VERBOSE details mueve Produced 1 entries.
2016-07-19 10:59 VERBOSE task mueve ACCEPTED: `Braindead.S01E01.HDTV.x264-LOL[rarbg]` by accept_all plugin
2016-07-19 10:59 VERBOSE details mueve Summary - Accepted: 1 (Rejected: 0 Undecided: 0 Failed: 0)
2016-07-19 11:00 VERBOSE move mueve Adding extension `.srt` to dst `/mnt/kodi/SERIES/Braindead/Braindead - 01x01`
2016-07-19 11:00 INFO move mueve `/mnt/descargas/.series_descargadas/Braindead.S01E01.HDTV.x264-LOL[rarbg]/Braindead.S01E01.HDTV.x264-LOL[rarbg].srt` has been moved to `/mnt/kodi/SERIES/Braindead/Braindead - 01x01.srt`
2016-07-19 11:00 INFO move mueve `/mnt/descargas/.series_descargadas/Braindead.S01E01.HDTV.x264-LOL[rarbg]/Braindead.S01E01.HDTV.x264-LOL[rarbg].mkv` has been moved to `/mnt/kodi/SERIES/Braindead/Braindead - 01x01.mkv` as well.
2016-07-19 11:00 INFO move mueve Path `/mnt/kodi/SERIES/Braindead` left because it exceeds safety value set in clean_source option.
Additional information:
At the end it REALLY cleans SOURCE despite of the message.
- Flexget Version: 2.1.16
- Python Version: 2.7.6
- Installation method: pip
- OS and version: Ubuntu 14.04 LTS
- Link to crash log: no crash
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels