neik 870 Posted August 10, 2022 Posted August 10, 2022 chef, some experiences: - Standard smart matches seem to be working way better with this .35 than it was with the previous version I had. - Custom smart matches still need some work but I think you are aware - I am now seeing though some "File in use" errors although they are not being used. The logs don't show much information either as I can't see any entry regarding the files in the log. Anyone else seeing this? 1
chef 3808 Posted August 10, 2022 Author Posted August 10, 2022 2 hours ago, Flux02400 said: Hi, Another problem (seems due to charsets french) the é,è,à,â etc are not transfert properly: "Astérix et Obélix Mission Clépâtre (2002)" become "Ast Rix Et Ob Lix Mission Cl Op Tre (2002)" And Cthalpa is right, saving settings are not working well, example: for movie pattern name and smart autodetect movie (i'm not testing shows for now), modify are not saving. Personaly, i edit manually autoorganize.xml for those two settings and continue testing thx, Interesting. So our regex is having issues with accents over letters. I can check this out. I had not tested the regex with those characters. I had just assumed it would be ok. Thank you.
Cheesegeezer 3102 Posted August 10, 2022 Posted August 10, 2022 54 minutes ago, chef said: Interesting. So our regex is having issues with accents over letters. I can check this out. I had not tested the regex with those characters. I had just assumed it would be ok. Thank you. Regex Scares me lol
chef 3808 Posted August 10, 2022 Author Posted August 10, 2022 I found our answer here: https://stackoverflow.com/questions/1922097/regular-expression-for-french-characters I'll make the appropriate changes.
chef 3808 Posted August 10, 2022 Author Posted August 10, 2022 Ce devraite faire en sorte les lettres francaises dans le Regex. I haven't written the French language since I was in school. I don't think I wrote 'devraite' correctly. It might be 'devrait' with 'Ce la' or maybe 'Cela'...I'm gonna give up. Every time I visit Montreal I feel less of a Canadian because I have to ask people to repeat what they say until I ask to speak English. LOL! In any case, I think this should handle it okay. Emby.AutoOrganize_v1.6.41.37.zip 1
Vilhei 0 Posted October 6, 2022 Posted October 6, 2022 Hello, First of all thanks for the plugin! It's awesome. I am currently trying to use version 1.6.41.37. It seems to give every file status of "File in use". I am wondering if anyone knows what causes this?
Cheesegeezer 3102 Posted October 6, 2022 Posted October 6, 2022 21 minutes ago, Vilhei said: Hello, First of all thanks for the plugin! It's awesome. I am currently trying to use version 1.6.41.37. It seems to give every file status of "File in use". I am wondering if anyone knows what causes this? What server are you using and version? Windows 4.7.8 as an example. Can you provide a debug log. Finally if another application is still using them (seeding) then the files will not be able to be processed by the plugin.
Vilhei 0 Posted October 6, 2022 Posted October 6, 2022 3 hours ago, Cheesegeezer said: What server are you using and version? Windows 4.7.8 as an example. Can you provide a debug log. Finally if another application is still using them (seeding) then the files will not be able to be processed by the plugin. Emby version 4.7.6.0 is running on docker in linux (debian). No other applications should be using the files which is confusing me. embyserver (19).txt
b0dyr0ck2006 57 Posted October 6, 2022 Posted October 6, 2022 How can I check which version of Auto Organise I have installed? Just want to make sure Im current
AdrianW 1055 Posted October 6, 2022 Posted October 6, 2022 3 hours ago, b0dyr0ck2006 said: How can I check which version of Auto Organise I have installed? Just want to make sure Im current Look for the Auto Organize panel on the plugins page. 1
Cheesegeezer 3102 Posted October 6, 2022 Posted October 6, 2022 4 hours ago, Vilhei said: Emby version 4.7.6.0 is running on docker in linux (debian). No other applications should be using the files which is confusing me. embyserver (19).txt 55.98 kB · 1 download your permissions might be blocking it in linux.... @neik any chance you help a linux guy out 1 of 2 reasons why the file is locked. linux library access torrent application has it still queued for seeding From your log
b0dyr0ck2006 57 Posted October 6, 2022 Posted October 6, 2022 Is it just me or does auto-organise copy instead of move?
neik 870 Posted October 6, 2022 Posted October 6, 2022 (edited) 4 hours ago, Cheesegeezer said: your permissions might be blocking it in linux.... @neik any chance you help a linux guy out 1 of 2 reasons why the file is locked. linux library access torrent application has it still queued for seeding Those docker installation although being Linux seem to be kind of special compared to "vanila" Linux installations. Anyways, I only had that once and remounting my share/rebooting the server (not Emby server but the whole OS) did solve the issue. Might help @Vilhei as well. 1 hour ago, b0dyr0ck2006 said: Is it just me or does auto-organise copy instead of move? For me it's moving the files. OS: Ubuntu latest LTS Edited October 6, 2022 by neik 1 1
Q-Droid 881 Posted October 6, 2022 Posted October 6, 2022 It's been a while since I used it and as far as I can remember it moves. But moving to another drive/filesystem is a copy.
b0dyr0ck2006 57 Posted October 6, 2022 Posted October 6, 2022 24 minutes ago, Q-Droid said: It's been a while since I used it and as far as I can remember it moves. But moving to another drive/filesystem is a copy. Yes I am moving between drives, is this the expected result?
chef 3808 Posted October 6, 2022 Author Posted October 6, 2022 5 hours ago, Cheesegeezer said: your permissions might be blocking it in linux.... @neik any chance you help a linux guy out 1 of 2 reasons why the file is locked. linux library access torrent application has it still queued for seeding From your log Is there any preprocessing of files happening? Either through auto organize or by another application? I should mention that the lock is on the file not the parent folder. If that is any help.
chef 3808 Posted October 6, 2022 Author Posted October 6, 2022 The lock will happen once when the file is being preprocessed into the watched folder (if preprocessing is enabled), and then again when the file is being moved or copied from the watched folder into a library folder. Both of those things will throw the file lock error message we are seeing in the log. If that is also any useful information.
Q-Droid 881 Posted October 6, 2022 Posted October 6, 2022 (edited) 1 hour ago, b0dyr0ck2006 said: Yes I am moving between drives, is this the expected result? It is. You have to get the data from one drive to another so even if using a "move" command the operation is copy-delete. When on the same drive/filesystem the "move" operation is a rename. Edited October 6, 2022 by Q-Droid
b0dyr0ck2006 57 Posted October 6, 2022 Posted October 6, 2022 26 minutes ago, Q-Droid said: It is. You have to get the data from one drive to another so even if using a "move" command the operation is copy-delete. When on the same drive/filesystem the "move" operation is a rename. OK, Fair enough although I dont get the delete, just copy. I then have to manually delete the left over files
chef 3808 Posted October 6, 2022 Author Posted October 6, 2022 (edited) All the eligible files in the watched folder must be organized before leftover files will be removed, or cleaned up. It's a failsafe to make sure we don't clean out important files. Is it possible that there are unorganized files still in the watched folder, or on the activity list? Edited October 7, 2022 by chef
TMC3X 2 Posted October 7, 2022 Posted October 7, 2022 For the episode file pattern, can we add Series year? 1
AdrianW 1055 Posted October 7, 2022 Posted October 7, 2022 13 hours ago, b0dyr0ck2006 said: Is it just me or does auto-organise copy instead of move? There's a setting to choose either Copy or Move: 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now