2024-06-04, 15:38
You probably misread... there is a "Clean all" option but no "Analyse all" option.
(2024-06-04, 15:38)HeresJohnny Wrote: You probably misread... there is a "Clean all" option but no "Analyse all" option.
(2024-06-04, 17:14)kittmaster Wrote: The problem/assumption with those formats is you're assuming we are on a PC/MAC where we can "Save/SaveAs", navigate, open, review, and then decide etc.
(2024-06-06, 20:32)Meth0d Wrote: Speaking of Database, any idear what its trying to tell me with these (~80) messages while cleaning:
2024-06-06 20:24:26.101 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd12052f0>
2024-06-06 20:24:26.143 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd1ccd518>
2024-06-06 20:24:26.180 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd1c34220>
2024-06-06 20:24:26.225 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd19fa1e8>
2024-06-06 20:24:26.266 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd1200c30>
(2024-06-06, 20:32)Meth0d Wrote: Speaking of Database, any idear what its trying to tell me with these (~80) messages while cleaning:
2024-06-06 20:24:26.101 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd12052f0>
2024-06-06 20:24:26.143 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd1ccd518>
2024-06-06 20:24:26.180 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd1c34220>
2024-06-06 20:24:26.225 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd19fa1e8>
2024-06-06 20:24:26.266 T:1091 info <general>: KSCleaner db info: mysql <mysql.connector.connection.MySQLConnection object at 0xd1200c30>
(2024-06-15, 22:18)jbinkley60 Wrote: I have received a few asks for Kodi Selective Cleaner v1.0.7. Here's a list of requests so far with a slight feature description and comments. These are in the order I received them and not in any other order.
Add an analyze all option - In addition to the Clean All function in the Video Database Analyzer this would add an analyze all function which would output the results to either the screen or a text / CSV file based upon an addon setting option.
Music database analyzer - This would add the ability to analyze the Kodi music database similar to the current video database analyzer.
NFO file creator - Currently when you browse the Kodi database via Movies, TV Shows etc. when you get to the lower element you get a Feature Not Available message. This NFO file creator would add a menu option to allow you to create a stand-alone NFO file for the video database element you are positioned on.
Duplicate video detection - A new menu option would be added which would allow for detecting duplicate movies, videos, TV episodes etc.. in your Kodi database. This would be based upon the existing duplicate detection capabilities in the Mezzmo Kodi addon without the prevention capability.
For the NFO file creation the main questions are where would be the best to write them (i.e. a common folder for all or in the source location of the video / media file) ? Also which specific NFO file types ? For duplicate detection my main question is what constitutes a duplicate database entry (i.e. file name only, file name with extension, uniqueid etc..) ?
Please let me know your thoughts on the features with regards to functionality and order of preference (or not at all for some features above. I'll give folks a week to provide comments and then I'll start looking at the effort involved for each request.
Thanks,
Jeff
(2024-06-15, 22:18)jbinkley60 Wrote: For the NFO file creation the main questions are where would be the best to write them (i.e. a common folder for all or in the source location of the video / media file) ?I think that if you allow writing to a different location than what Kodi expects, you may cause confusion for some users not understanding why Kodi is not reading their off-location nfo files.
(2024-06-15, 22:33)kittmaster Wrote:(2024-06-15, 22:18)jbinkley60 Wrote: I have received a few asks for Kodi Selective Cleaner v1.0.7. Here's a list of requests so far with a slight feature description and comments. These are in the order I received them and not in any other order.
Add an analyze all option - In addition to the Clean All function in the Video Database Analyzer this would add an analyze all function which would output the results to either the screen or a text / CSV file based upon an addon setting option.
Music database analyzer - This would add the ability to analyze the Kodi music database similar to the current video database analyzer.
NFO file creator - Currently when you browse the Kodi database via Movies, TV Shows etc. when you get to the lower element you get a Feature Not Available message. This NFO file creator would add a menu option to allow you to create a stand-alone NFO file for the video database element you are positioned on.
Duplicate video detection - A new menu option would be added which would allow for detecting duplicate movies, videos, TV episodes etc.. in your Kodi database. This would be based upon the existing duplicate detection capabilities in the Mezzmo Kodi addon without the prevention capability.
For the NFO file creation the main questions are where would be the best to write them (i.e. a common folder for all or in the source location of the video / media file) ? Also which specific NFO file types ? For duplicate detection my main question is what constitutes a duplicate database entry (i.e. file name only, file name with extension, uniqueid etc..) ?
Please let me know your thoughts on the features with regards to functionality and order of preference (or not at all for some features above. I'll give folks a week to provide comments and then I'll start looking at the effort involved for each request.
Thanks,
Jeff
1 - Add an analyze all option (Since this was my request LOL) >> Nothing to add as most ideas have been presented
2 - Duplicate video detection >> This one has to be handled very carefully. Example Aliens (1986), Aliens (The Cocoon Cut) (1986), Aliens (Director's Cut) (1986), when parsed, it can't stop at just "Aliens" and say oh, there are 3 and nuke 2. So that is just an example.
3 - Music database analyzer - Features as requested by requester
4 - NFO file creator - This will need to have conditional logic checking. For those that don't have NFO's, build as you/they need/see fit... otherwise, like myself, I use Media Companion that is entirely NFO driven to import all data into Kodi an don't want any modifications made to the file by any extension externally since Media Companion is the Master to control all Meta for Kodi import.
That is my input based on your request.
Regards,
Chris
(2024-06-15, 22:53)Karellen Wrote: I think that if you allow writing to a different location than what Kodi expects, you may cause confusion for some users not understanding why Kodi is not reading their off-location nfo files.
(2024-06-16, 00:32)ManilaByNight Wrote: Perhaps for duplicate video detection, title name detection after Kodi scrapes would be the option? Just my thoughts.
(2024-06-16, 00:32)ManilaByNight Wrote: Would it be possible to add a column showing the path/location of the duplicate files for ease of locating them in multi hard drive server setups.