Plex-Cleaner icon indicating copy to clipboard operation
Plex-Cleaner copied to clipboard

help with movied already watched

Open arissaraiva opened this issue 4 years ago • 6 comments

Hello everyone thanks for the great script, I´m very newbie to scripts, but I was able to ran it, my problem is that I would like to move movies already watched to my larger HD, I set the right location Id since is only scanning movies, but when I made the test to flag for watched it didn´t flag anything, here´s my config.conf: another thing is that when I used defaultignore it didnpt ignored the folders, is there anything wrong?

anyone could help me:

{
  "test": true, 
  "Host": "127.0.0.1", 
  "Port": "32400", 
  "SectionList": [1], 
  "IgnoreSections": [], 
  "LogFile": "", 
  "LogFileMode": "overwrite", 
  "trigger_rescan": true, 
  "EmailLog": false, 
  "EmailServer": "", 
  "EmailServerPort": 0, 
  "EmailServerUseTLS": false, 
  "EmailUsername": "", 
  "EmailPassword": "", 
  "EmailRecipient": "", 
  "Token": "", 
  "Username": "username", 
  "Password": "password", 
  "Shared": false, 
  "DeviceName": "", 
  "RemoteMount": "", 
  "LocalMount": "", 
  "plex_delete": false, 
  "similar_files": false, 
  "cleanup_movie_folders": false, 
  "minimum_folder_size": 30, 
  "default_episodes": 0, 
  "default_minDays": 0, 
  "default_maxDays": 0, 
  "default_action": "flag", 
  "default_watched": true, 
  "default_progressAsWatched": 85, 
  "default_location": "e:/Movie", 
  "default_onDeck": false, 
  "default_homeUsers": "", 
  "default_ignoreFolders": [
    "e:\Movie", 
    "D:\Tv Series\movies\"
  ], 
  "ShowPreferences": {
    "Show 1": {
      "onDeck": true, 
      "maxDays": 30, 
      "minDays": 10, 
      "episodes": 3, 
      "location": "/path/to/folder", 
      "action": "delete", 
      "watched": true
    }, 
    "Show 2": {
      "onDeck": false, 
      "maxDays": 30, 
      "minDays": 10, 
      "episodes": 0, 
      "location": "/path/to/folder", 
      "action": "delete", 
      "watched": false
    }, 
    "Show 3": {
      "action": "keep"
    }
  }, 
  "MoviePreferences": {
    "action": "keep", 
    "location": "", 
    "minDays": 21, 
    "onDeck": true, 
    "watched": true
  }, 
  "Profiles": {
    "Profile 1": {
      "onDeck": true, 
      "maxDays": 30, 
      "minDays": 10, 
      "homeUsers": "", 
      "episodes": 3, 
      "location": "/path/to/folder", 
      "action": "delete", 
      "watched": true
    }
  }, 
  "Version": 2.0, 
  "Client_ID": "b3af171e82fb11ea9d37aced5ced66aa"
} 

arissaraiva avatar Apr 20 '20 15:04 arissaraiva

when I tried the same thing for section 2 there where´s mine series it goes fine

arissaraiva avatar Apr 20 '20 17:04 arissaraiva

Change MoviePreferences section action from keep to move. Also make sure your file path for default location is correct.

ngovil21 avatar Apr 24 '20 14:04 ngovil21

Thanks for the reply I finally worked around on the path of the files and worked, one tiny question if you could still help me, my movies are all in folders, when I move them to other driver they´re moving only the files not the folder, is there any way to move also the folder toghther? I´ve already Flagged similar files but didn´t move the movie´s folder

arissaraiva avatar Apr 24 '20 15:04 arissaraiva

It could be added in a few lines to move the parent folder, but I don't want to add it to the script because it would move the whole movie directory if you had one video file in your Plex Movie Folder. I could send you some sample code.

ngovil21 avatar Apr 24 '20 15:04 ngovil21

I´d be very glad if you could, I´m not a coder myself.

arissaraiva avatar Apr 24 '20 15:04 arissaraiva

Sorry to bother you again, but if ou find any way to help me on these, I´d be very apreciate.

tks again

arissaraiva avatar May 05 '20 10:05 arissaraiva