Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697798 - acct-user/mythtv - user should be a member of the cdrom group for dvd/bluray playback in media-tv/mythtv
Summary: acct-user/mythtv - user should be a member of the cdrom group for dvd/bluray ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wilson M. Michaels
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-10-15 21:03 UTC by Matthew Schultz
Modified: 2020-02-19 07:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Schultz 2019-10-15 21:03:53 UTC
After upgrading from mythtv 29 to 30, dvd playback stopped working.  After some research, it appears that acct-user/mythtv removed cdrom permissions thereby disabling dvd playback in mythtv.  I was able to fix it manually with gpasswd -a mythtv cdrom but I'm pretty sure this shouldn't have to do this.  If you want to be more intelligent about it, you could enable it based on whether bluray and/or dvd use flag is enabled in media-tv/mythtv.

Reproducible: Always

Actual Results:  
mythtv plays dvds and/or bluray discs when enabled

Expected Results:  
mythtv won't play dvds or bluray discs without cdrom permission
Comment 1 Larry the Git Cow gentoo-dev 2019-11-24 14:03:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f68c9f2e6371bb095d6d19c2bb2298f17c8bf2

commit 16f68c9f2e6371bb095d6d19c2bb2298f17c8bf2
Author:     Wilson Michaels <thebitpit@earthlink.net>
AuthorDate: 2019-10-16 15:34:26 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-11-24 14:03:12 +0000

    acct-user/mythtv: Add cdrom group to mythtv user
    
    Closes: https://bugs.gentoo.org/697798
    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: Wilson Michaels <thebitpit@earthlink.net>
    Closes: https://github.com/gentoo/gentoo/pull/13320
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 acct-user/mythtv/mythtv-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-02-19 07:34:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcacc2103d21191b3b1c5a805e48e7b3dfeb6254

commit bcacc2103d21191b3b1c5a805e48e7b3dfeb6254
Author:     Wilson Michaels <thebitpit@earthlink.net>
AuthorDate: 2019-10-16 15:34:26 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-02-19 07:23:40 +0000

    acct-user/mythtv: Add cdrom group to mythtv user, fix typo
    
    Closes: https://bugs.gentoo.org/697798
    Closes: https://bugs.gentoo.org/707058
    Package-Manager: Portage-2.3.76, Repoman-2.3.16
    Signed-off-by: Wilson Michaels <thebitpit@earthlink.net>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 acct-user/mythtv/mythtv-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)