Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] option to disable Plex Tuner Service #393

Closed
1 task done
fixmycode opened this issue Apr 29, 2024 · 3 comments
Closed
1 task done

[FEAT] option to disable Plex Tuner Service #393

fixmycode opened this issue Apr 29, 2024 · 3 comments

Comments

@fixmycode
Copy link

Is this a new feature request?

  • I have searched the existing issues

Wanted change

Plex runs a "Plex Tuner Service" process even when the DVR settings are not set up. Users have successfully disabled this process by various means in the past without any repercussion.

Reason for change

Plex users have been asking for this option to be added to the app for 7 years, and would be great to stop caring about a service that we don't use. Some users have reported performance increase and less resource waste after disabling it:

Proposed code change

Using any of the methods mentioned on the threads above, like removing the executing permission to the service, should be sufficient, non-destructive, and easily reversible.

chmod -x "/usr/lib/plexmediaserver/Plex Tuner Service"
pkill -9 -f "Plex Tuner Service"
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@aptalca
Copy link
Member

aptalca commented Apr 29, 2024

@Roxedus
Copy link
Member

Roxedus commented Apr 29, 2024

We will not implement this, You can however [customize] the container yourself to achieve this.

@Roxedus Roxedus closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants