Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271853 - media-tv/tv-viewer (Player for ivtv based TV-Cards) ebuild request
Summary: media-tv/tv-viewer (Player for ivtv based TV-Cards) ebuild request
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://home.arcor.de/saedelaere/index...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-30 11:00 UTC by Martin
Modified: 2010-11-25 23:52 UTC (History)
1 user (show)

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


Attachments
ebuild for media-tv/tv-viewer-0.8.1 (tv-viewer-0.8.1.ebuild,1.91 KB, text/plain)
2010-03-07 00:02 UTC, Lars
Details
Fixes access violation when an instance of tv-viewer has already been installed. (tv-viewer-0.8.1-rm_symlink.patch,660 bytes, patch)
2010-03-07 00:07 UTC, Lars
Details | Diff
Ebuild for the latest stable version (0.8.1.1) (tv-viewer-0.8.1.1.ebuild,2.65 KB, text/plain)
2010-11-25 23:52 UTC, Lars
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin 2009-05-30 11:00:30 UTC
There is currently no media-player that allows channel switching with ivtv based cards known to me (except for mythtv, but it is just to big for just watching tv). E.g. VLC can play a stream from Hauppauge PVR Cards, but you cannot change the channel without some freaky work in the console.

tv-viewer (see link above) is a GUI that makes you able to switch channels and have some kind of TV-App for those cards. Unfortunately KDETV (e.g.) does not work with my PVR 150.

Maybe it is possible to have this app in portage. I like it very much and it is in active development.

Sorry if i have done something wrong with my request. Im not even sure if such requests are wanted here.

Reproducible: Always
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2009-07-28 21:03:20 UTC
(In reply to comment #0)
> There is currently no media-player that allows channel switching with ivtv
> based cards known to me (except for mythtv, but it is just to big for just
> watching tv).

No kidding.

I'll take a look at this one.
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2010-01-19 07:05:57 UTC
mplayer now supports it. Is this still wanted?
Comment 3 Martin 2010-01-20 13:36:20 UTC
(In reply to comment #2)
> mplayer now supports it. Is this still wanted?
> 

i would appreciate it. I'm glad to see that mplayer now supports it as well.
 
But TV-Viewer supports scheduled recordings, has a good small GUI and can scan for channels automatically. I haven't found a similar GUI for mplayer's new capabilites so far (well tv-viewer is now based on mplayer)

It is very well documented (see http://home.arcor.de/saedelaere/doc/help/TV-Viewer_0.8.x_userguide_en.html#table_of_contents) and still in active devolpment. 

If you have another good "in-portage" GUI, please let me now. But at the moment I would be very happy to see tv-viewer in portage.

Martin
Comment 4 Lars 2010-03-07 00:02:00 UTC
Created attachment 222381 [details]
ebuild for media-tv/tv-viewer-0.8.1
Comment 5 Lars 2010-03-07 00:07:39 UTC
Created attachment 222385 [details, diff]
Fixes access violation when an instance of tv-viewer has already been installed.

This patch removes a line within tv-timer installer script which tries to remove the symlink /usr/bin/tv-viewer if it exists and thus evokes an access violation. The symlink will be removed by emerge anyway so the offending line is not needed.
Comment 6 Lars 2010-03-07 00:12:22 UTC
(In reply to comment #4)
> Created an attachment (id=222381) [details]
> ebuild for media-tv/tv-viewer-0.8.1
> 

This is my first ebuild so please have a look at it. It uses the installer script of tv-viewer. I could successfully emerge tv-viewer on amd64.
But there is a bug: 
When starting playback there is sound but no picture. Although there is sound and picture if mplayer is called via command line:
  mplayer /dev/video1
I will send a bug report upstream and test the ebuild on x86.
Comment 7 Lars 2010-03-07 00:38:31 UTC
(In reply to comment #6)
> I will send a bug report upstream.
> 
Bug report is here:
https://sourceforge.net/tracker/?func=detail&aid=2964909&group_id=238442&atid=1106486
Comment 8 Martin 2010-11-23 21:13:54 UTC
(In reply to comment #7)
> (In reply to comment #6)
> > I will send a bug report upstream.
> > 
> Bug report is here:
> https://sourceforge.net/tracker/?func=detail&aid=2964909&group_id=238442&atid=1106486
> 

will be fixed in 0.8.2 and is caused by non-english mplayer compilations

http://sourceforge.net/tracker/?func=detail&aid=3116473&group_id=238442&atid=1106486
Comment 9 Lars 2010-11-25 23:33:43 UTC
(In reply to comment #8)
> will be fixed in 0.8.2 and is caused by non-english mplayer compilations
> 
> http://sourceforge.net/tracker/?func=detail&aid=3116473&group_id=238442&atid=1106486
> 

Thank you Martin for finding this bug. I had this line in /etc/make.conf 
  LINGUAS="de en"
and changed this to 
  LINGUAS="en de"
After recompiling mplayer it worked.
Comment 10 Lars 2010-11-25 23:52:44 UTC
Created attachment 255445 [details]
Ebuild for the latest stable version (0.8.1.1)

Ebuild for the latest stable version (0.8.1.1).
The patch used for 0.8.1 is no longer needed.