August 7, 20214 yr Overview: Support for Plex Library Cleaner. Application: Plex Library Cleaner Docker Hub: https://hub.docker.com/r/selexin/plex-library-cleaner GitHub: https://github.com/se1exin/Plex-Library-Cleaner Documentation: https://github.com/se1exin/Plex-Library-Cleaner
August 7, 20214 yr Alphacosmos' Repository selexin/plex-library-cleaner: Blacklisted: Obvious CA conversion templates are disallowed You've got to remove the Converted by CA description / overview...
August 11, 20214 yr Ive been waiting for something like this! Thank you for making this!! I got it installed, but i am not seeing anything like i would expect? Nothing unexpected in the logs, any thoughts?
August 12, 20214 yr Author I didnt make the application, the Github Developer should take all the credit. I just made the template for the CA store.
August 12, 20214 yr On 8/10/2021 at 9:44 PM, shaunbarrow said: Ive been waiting for something like this! Thank you for making this!! I got it installed, but i am not seeing anything like i would expect? Nothing unexpected in the logs, any thoughts? I resolved my issue, needed to disable SSL. =)
August 14, 20214 yr On 8/12/2021 at 2:53 PM, shaunbarrow said: I resolved my issue, needed to disable SSL. 😃 How did you disable the SSL? I can't figure out what to add to that variable
August 15, 20214 yr On 8/14/2021 at 2:38 AM, dudeabides said: How did you disable the SSL? I can't figure out what to add to that variable https://github.com/se1exin/Plex-Library-Cleaner Shows that you give it a int param of '1'
August 15, 20214 yr @Alphacosmos Can you change the mapping on the WebUI param so the port is 80 not 5000, so that if people change the port number param it will be picked up by webUI section. (webUI will read port mapping as well, so will change 80 to 5000 behind scenes)
August 18, 20214 yr Love the app but unable to get TV Show library to show in it. Tried TV Shows, TV_Shows, TV, Shows. Any ideas?
August 21, 20214 yr Hey guys, selexin here, creator of Plex Library Cleaner. I'm happy to answer any questions you might have Just a heads up, the project has (just) been renamed to Cleanarr (see https://github.com/se1exin/Cleanarr/issues/30#issuecomment-903114995).
August 22, 20214 yr On 8/17/2021 at 9:38 PM, Fozzie said: Love the app but unable to get TV Show library to show in it. Tried TV Shows, TV_Shows, TV, Shows. Any ideas? I am having same issue
August 23, 20214 yr Either i have done a good job of not getting dupes/samples in my library OR i cannot figure out how to get this working. My UI looks exactly like the post below, ive disabled SSL with the variable of 1 but still get nothing. Logs do not show anything interesting either. On 8/10/2021 at 8:44 PM, shaunbarrow said: Ive been waiting for something like this! Thank you for making this!! I got it installed, but i am not seeing anything like i would expect? Nothing unexpected in the logs, any thoughts?
August 24, 20214 yr On 8/21/2021 at 9:08 AM, selexin said: Hey guys, selexin here, creator of Plex Library Cleaner. I'm happy to answer any questions you might have Just a heads up, the project has (just) been renamed to Cleanarr (see https://github.com/se1exin/Cleanarr/issues/30#issuecomment-903114995). Great little app. Got my "Movies" to de-dupe (had 2!) just fine. For library names, in the unRaid docker setup, there's a sort of typo: "(optional) Name(s) of your Plex Libraries to search. Separate multiple library names with" It doesn't actually tell us what to separate it with. In addition, I removed "Movies" in my setup and, like others here, tried to get "TV Shows" added and it simply doesn't work. I tried many different variants to no avail - even using quote around it (single and double) That's my immediate feedback
September 1, 20214 yr On 8/24/2021 at 8:41 AM, jpotrz said: Great little app. Got my "Movies" to de-dupe (had 2!) just fine. For library names, in the unRaid docker setup, there's a sort of typo: "(optional) Name(s) of your Plex Libraries to search. Separate multiple library names with" It doesn't actually tell us what to separate it with. In addition, I removed "Movies" in my setup and, like others here, tried to get "TV Shows" added and it simply doesn't work. I tried many different variants to no avail - even using quote around it (single and double) That's my immediate feedback the field would be: Movies;TV Shows no quotes. Edited September 1, 20214 yr by fmp4m
September 1, 20214 yr 2 hours ago, fmp4m said: the field would be: Movies;TV Shows no quotes. I've tried that as well And then when I go into Cleanarr, the page loads and it spins for a little trying to display dupes and I get the following error: Failed to load movies! 'Show' object has no attribute 'media'
September 1, 20214 yr 2 hours ago, jpotrz said: I've tried that as well And then when I go into Cleanarr, the page loads and it spins for a little trying to display dupes and I get the following error: Failed to load movies! 'Show' object has no attribute 'media' Show me your docker run command.
September 2, 20214 yr 17 hours ago, fmp4m said: Show me your docker run command. Not sure what you mean by "run command" I'm just using the docker in unRaid and for the variable "LIBRARY_NAMES:" I'm putting "Movies;TV Shows" (no quotes). Using "Movies" works just fine
September 2, 20214 yr *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.0.50, server: , request: "GET /movies/dupes HTTP/1.1", upstream: "uwsgi://unix:///tmp/uwsgi.sock:", host: "192.168.0.4:5000", referrer: "http://192.168.0.4:5000/" Getting this error in app logs. Any clue? Thanks
September 2, 20214 yr 1 hour ago, Shomil Saini said: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.0.50, server: , request: "GET /movies/dupes HTTP/1.1", upstream: "uwsgi://unix:///tmp/uwsgi.sock:", host: "192.168.0.4:5000", referrer: "http://192.168.0.4:5000/" Getting this error in app logs. Any clue? Thanks This error can be ignored if its functioning correctly. It's due to the formatting of the upstream in the code. @selexinwill have to resolve that in a new push as there is a code issue.
September 3, 20214 yr 11 hours ago, fmp4m said: This error can be ignored if its functioning correctly. It's due to the formatting of the upstream in the code. @selexinwill have to resolve that in a new push as there is a code issue. Thanks for the response, but it does not connect to the server as well. Screenshots Attached. Edited September 3, 20214 yr by Shomil Saini Added Screenshots
September 4, 20214 yr On 9/2/2021 at 10:40 AM, Shomil Saini said: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 192.168.0.50, server: , request: "GET /movies/dupes HTTP/1.1", upstream: "uwsgi://unix:///tmp/uwsgi.sock:", host: "192.168.0.4:5000", referrer: "http://192.168.0.4:5000/" Getting this error in app logs. Any clue? Thanks Same error here, following for solution.
September 5, 20214 yr On 9/2/2021 at 10:41 PM, Shomil Saini said: Thanks for the response, but it does not connect to the server as well. Screenshots Attached. This looks like the exact same error I'm having with my "TV Shows" I can't get any library with a space in the name to work. Do you have a library that's a single word w/ no spaces? If so, try that one and see what happens.
September 16, 20214 yr I believe I have everything configured correctly, but I'm seeing this error in the log. 2021/09/16 06:53:20 [error] 12#12: *1 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.0.60, server: , request: "GET /movies/dupes HTTP/1.1", upstream: "uwsgi://unix:///tmp/uwsgi.sock", host: "192.168.0.40:5000", referrer: "http://192.168.0.40:5000/" my current Plex server is at 192.168.0.40, but it was formerly 192.168.0.60. I can't figure out where Cleanarr is getting the .60 address.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.