Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Unmax

Members
  • Joined

  • Last visited

Everything posted by Unmax

  1. Hello everyone, I noticed that the listing for Reaparr (previously referred to as PlexRipper) under the Downloaders category shows an older version before the rename here: https://unraid.net/community/apps/c/downloaders?q=plexripper#r However, this has been updated a while ago after the rename in the template repository https://github.com/Reaparr/Unraid-CA-Templates Which shows correctly in the Unraid Community Apps Might this be a bug? I did update the original template with the new name change so it might have a stale reference now. Thanks in advance!
  2. I'm quite sure SMB shares are not supported by PlexRipper. You might have more luck with NFS, or a normal real folder on the device you're downloading
  3. PlexRipper is still alive, kicking and better than ever! The issues reported here have all been luckily fixed in the meantime. Consider giving it a try again if you read this!
  4. Yeah this issue is the bane of my existence, take a look at: https://github.com/PlexRipper/PlexRipper/issues/208 I need some help in solving this as Docker isn't my strong suit
  5. Hmmm hard to pin down the issue, would you mind posting this bug on https://github.com/PlexRipper/PlexRipper? That way you can fill in the questions and then I might have a more clear view of where it's going wrong
  6. @pieman16 Look at the below screenshot of your last 4 posts to this forum. This is all you do, cry and whine about where the updates are. Well here is some news for you, I don't owe you, or anyone else my time since you're not paying me or contributing anything yourself. So how about you stop bitching, grab a shovel and do some actual work yourself! Oh wait, you can't because you have no idea to even do what I do or know how much work it is, so then you might as well just shut the F* up. I will take as long I damn well please, I do this as a hobby and for fun, not to please your entitled self. To everyone else, yes I am still working on it and yes updates are slow because I have a life and work too. I'm working through this big update that I need to overcome first, to then get regular updates going again. See this link of some the actual commits I'm making. If you want to help, then send me bitcoins or ethereum so I can quit my job and work full time on this. Anyone?
  7. Hey man, yes I am still working on it. See: https://github.com/PlexRipper/PlexRipper/issues/97
  8. Yes it is, life gets in the way but I'm definitly still working on PlexRipper. I took a day of tommorrow so I have 3 full days to make improvements.
  9. I see what you mean, the quick fix is to select all downloads and either delete or restart them. Alternatively, you could edit the SQLite database and empty the DownloadTasks table. I am currently working on rewriting the download process and hope to prevent locking/detaching as you mentioned. I also hope to resolve the slow download speeds as others have mentioned. You can follow any updates on this here: https://github.com/PlexRipper/PlexRipper/issues/85
  10. Yeah I think you're on the "stable" PlexRipper branch. I have released the new 0.8.7 update on the stable branch as it fixes more things than it hopefully breaks. Just wait like 15-30 minutes and then update your docker container. It should show you have an update after this time.
  11. Someone e-mailed me about preventing abuse and I decided to create a pinned Github issue about this topic with my initial answer. Which you can find here: For PlexServer owners - Preventing PlexRipper abuse discussion Lets move this discussion there otherwise it's all over the place. You're right, this is however 1 of my ideas to by default not exceed the bandwidth it would require to stream media.
  12. The update is only on PlexRipper development for now and someone else confirmed the tvShows now working again, check and make sure PlexRipper Development has version v0.8.7
  13. @milfer322 @thebaconboss @pieman16 @dest0 I have created a new release on the development branch! Most important fixes are, added 2FA support and fixed the "new device spam" https://github.com/PlexRipper/PlexRipper/releases/tag/v0.8.7 Next high priority fixes are these: - Download media files are being wrongly named due to a parsing error and given the incorrect file permissions. - Download speed limit configurable per server as not to fully take up all available bandwidth - Slow download speeds with certain servers - Disabling the Download page commands for TvShow and Seasons download tasks, these are currently not working and might confuse users I've also added the feedback I received here to the Github issues, please subscribe to those for updates!
  14. Please follow this Github issue for updates: https://github.com/PlexRipper/PlexRipper/issues/86 I hope to have this fixed in the next release
  15. Might be a misunderstanding, but this isn't fixed yet. It works most of the time but in certain instances it doesn't work, this is a high priority to be fixed
  16. Bit of an update! I'm still working hard on PlexRipper, "unfortunately" I have a job as well which means I can't work on this 24/7. However, this weekend I'm going to spend it all on fixing as much things as possible. I'm currently working on 2FA authentication which should be 80% done, its quite a bit more work than I expected but after this is finished I will release the update on the development branch. The next update [0.8.7] will include the following: - French translation with 95% translated, this is a first draft - The "new device" spam should be fixed - 2FA authentication working - Behind the scenes code improvements After that I will work on the following things in order: - Download media files are being wrongly named due to a parsing error and given the incorrect file permissions. - Download speed limit configurable per server as not to fully take up all available bandwidth - Slow download speeds with certain servers - Disabling the Download page commands for TvShow and Seasons download tasks, these are currently not working and might confuse users - Certain libraries are stuck on loading when viewing those in PlexRipper Unless they are quality of life, I am focused now on fixing bugs and other issues. Keep the feedback coming, I am keeping an eye on everything and am dedicated in fixing all the issues. Have a nice weekend everyone!
  17. @milfer322, @thebaconboss, @dest0, @pieman16 I'm investigating the 2FA issue now and in order for PlexRipper to support that I am following this guide: Authenticating with Plex I think I have also found a fix for the "New Device" spam, PlexRipper is not sending any extra data with its server requests which makes it seem its a new device with every request. I have copied over the data as if I am a Plex Web browser client: Also a question, how do I enable getting those spam notifications? Does it only happen if I'm logged in on the Plex mobile app with the server account? Edit: It seems the spam was due to not having a consistent Client Identifier for PlexRipper, this will be fixed in the next release!
  18. In my testing PlexRipper went undetected by for example Tautelli or Plex itself. What setup and configuration is your friend using? PlexRipper is connecting however in the background to retrieve metadata and indexing all the media the server has to add to its own database.
  19. Ah I see what the problem is! This is something that I can fix, I hope to work again on PlexRipper in a few hours and will have a fix shortly. Thanks for the feedback!
  20. Most likely that some parsing of the name went wrong, ideally it should have the same name. Try downloading it again, click on the icon I marked here and send me a screenshot of what it says
  21. This was/is the idea that made me create PlexRipper in the first place and I'm happy someone else sees that as a cool thing as well! However, a lot needs to still happen to get to this goal, things like searching, separate API for Radarr/Sonarr etc but it is definitely on the Wishlist! My vision is, you as the user searches something in Radarr/Sonarr, PlexRipper searches through all available servers and returns the result, and based on settings in Radarr/Sonarr, downloads it to a folder and moves it to its destination. All of this works without opening PlexRipper once etc. This would make creating your own media collection so much simpler, no more searching through torrents/Usenet and Plex servers always have the best quality content compared to torrents/usenet as people only keep the good quality media. Also no DMCA requests that remove old or popular content from the public, Plex server owners can back-up their collection to their friends without setting up complex pipelines etc. I wish I had a Hyperbolic Timechamber and work on this 24/7
  22. i've copied and pasted the password from my password manager and it works on plex login. I do have mfa enabled with Plex, would this cause an issue? Honestly, I have not tested PlexRipper with that so it could very well be an issue. I will take a look Does the DisplayName have to match the DisplayName in plex? No this can be anything you want, it's only used to show which account is which in Plexripper Does the username mean the username or email address I use with plex. I've tried both It should work with both, but e-mail definitely works If you're okay with doing it, you could temporarily remove MFA and see if that resolves it. Or you could make a second Plex account without MFA, get share access on that account and use that to download through PlexRipper.
  23. Are you sure your credentials are correct? If so, then this is indeed an error with PlexRipper and I hope to investigate it tonight. Will keep you updated!
  24. Thanks for trying, I know what the problem is with deleting a tv-show or season so I will hopefully have a fix for that soon. With the slow download I will have to investigate a bit more. I will PM you with some more questions!
  25. Thanks for the feedback! It could be due to the multi threading downloading, can you try to go to Settings -> Advanced -> And change download segments to 1? Then restart a download and maybe that improves the speed. I'm now fixing some things and I'm going to add a download log so hopefully that will show some more info about the slow downloads problem.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.