Autoorganize NOT AUTO
yfdoor opened this issue · 5 comments
When I use this plugin for movie organize, something looks not work correctly, it could not AUTO RUN, such as:
[2020-04-06 02:04:59.167 +00:00] [INF] [27] TaskManager: Executing "Organize new media files"
[2020-04-06 02:04:59.173 +00:00] [INF] [27] App: Sorting file "/media/download/m/饥饿站台.1080p.HD修正中英双字[66影视www.66Ys.Co] .mp4"
[2020-04-06 02:04:59.381 +00:00] [WRN] [27] App: Unable to find movie in library matching name 饥饿站台
[2020-04-06 02:04:59.384 +00:00] [INF] [27] TaskManager: "Organize new media files" Completed after 0 minute(s) and 0 seconds
[2020-04-06 02:04:59.387 +00:00] [INF] [27] TaskManager: ExecuteQueuedTasks
[2020-04-06 02:04:59.442 +00:00] [ERR] [27] Emby.Server.Implementations.HttpServer.HttpListenerHost: Error processing request: "Could not find a part of the path '/jellyfin/jellyfin-web/css/images/throbber.gif'."
[2020-04-06 02:06:11.663 +00:00] [INF] [30] TaskManager: "IntervalTrigger" fired for task: "Organize new media files"
[2020-04-06 02:06:11.664 +00:00] [INF] [30] TaskManager: Queueing task "OrganizerScheduledTask"
[2020-04-06 02:06:11.665 +00:00] [INF] [4] TaskManager: Executing "Organize new media files"
[2020-04-06 02:06:11.670 +00:00] [INF] [4] App: Sorting file "/media/download/m/饥饿站台.1080p.HD修正中英双字[66影视www.66Ys.Co] .mp4"
[2020-04-06 02:06:11.873 +00:00] [WRN] [4] App: Unable to find movie in library matching name 饥饿站台
[2020-04-06 02:06:11.874 +00:00] [INF] [4] TaskManager: "Organize new media files" Completed after 0 minute(s) and 0 seconds
But if I did it manually with search, It can add this file to my movie lib:
[2020-04-06 02:06:11.877 +00:00] [INF] [4] TaskManager: ExecuteQueuedTasks
[2020-04-06 02:06:11.967 +00:00] [ERR] [29] Emby.Server.Implementations.HttpServer.HttpListenerHost: Error processing request: "Could not find a part of the path '/jellyfin/jellyfin-web/css/images/throbber.gif'."
[2020-04-06 02:07:05.789 +00:00] [INF] [30] App: Douban: search name "饥饿站台"
[2020-04-06 02:07:05.790 +00:00] [INF] [30] App: douban id is null
[2020-04-06 02:07:05.791 +00:00] [INF] [30] App: Douban: Trying to search sid by name: "饥饿站台"
[2020-04-06 02:07:06.108 +00:00] [INF] [4] App: Douban: Trying to get douban subject by sid: "34805219"
[2020-04-06 02:07:06.468 +00:00] [INF] [30] App: Douban: Trying to get douban subject by sid: "26995532"
[2020-04-06 02:07:06.867 +00:00] [WRN] [30] Emby.Server.Implementations.HttpServer.HttpListenerHost: HTTP Response 200 to "192.168.100.101". Time (slow): 0:01:41.9121099. "http://192.168.100.3:8096/Items/RemoteSearch/Movie"
[2020-04-06 02:07:26.072 +00:00] [INF] [4] AutoOrganize: Sorting file "/media/download/m/饥饿站台.1080p.HD修正中英双字[66影视www.66Ys.Co] .mp4" into movie "/media/movie/饥饿站台 (2019)/饥饿站台.1080p.HD修正中英双字[66影视www.66Ys.Co] .mp4"
[2020-04-06 02:07:26.073 +00:00] [INF] [4] AutoOrganize: Sorting file "/media/download/m/饥饿站台.1080p.HD修正中英双字[66影视www.66Ys.Co] .mp4" to new path "/media/movie/饥饿站台 (2019)/饥饿站台.1080p.HD修正中英双字[66影视www.66Ys.Co] .mp4"
[2020-04-06 02:07:26.085 +00:00] [ERR] [22] Emby.Server.Implementations.HttpServer.HttpListenerHost: Error processing request: "Could not find a part of the path '/jellyfin/jellyfin-web/css/images/throbber.gif'."
So if it's a bug or something wrong for my setting? thanks
By default, the plugin does not automatically organize movies, you have to search for them manually.
To turn on automatic identification and sorting of the movies you need to make sure the following setting is checked. Note that this is a BETA feature that may not work correctly and may cause the movies to be sorted incorrectly.
By default, the plugin does not automatically organize movies, you have to search for them manually.
To turn on automatic identification and sorting of the movies you need to make sure the following setting is checked. Note that this is a BETA feature that may not work correctly and may cause the movies to be sorted incorrectly.
thanks for your quick response,I will try it latter, by the way, How to set "delete left over files", could you pls give me a example? thanks
How to set "delete left over files", could you pls give me a example? thanks
Sure! You have to provide a list of file extensions you want to delete, separated by semicolons (;). For example:
txt;srt;nfo
EDIT: Created a quick PR to fix this description in the UI: #39
How to set "delete left over files", could you pls give me a example? thanks
Sure! You have to provide a list of file extensions you want to delete, separated by semicolons (;). For example:
txt;srt;nfo
EDIT: Created a quick PR to fix this description in the UI: #39
o,thanks, do you have a plan to add some more movie pattern for movies names. such as : 1080p and so on.....
o,thanks, do you have a plan to add some more movie pattern for movies names. such as : 1080p and so on.....
There is nothing planned for that as far as I know. If you want you could open up a new issue as a feature request for it