Not logged in. · Lost password · Register
Page:  1  2  next 

All posts by linux (22)

topic: Fullscreen issues  in the forum: Prerelease discussion
linux #1
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
We will include the fix in the upcoming 0.6 release.
topic: Fullscreen issues  in the forum: Prerelease discussion
linux #2
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 783
Little work.

But I need some testers :)
topic: LiveTV with HDHomerun - plays EXTREMELY slow  in the forum: Bugs
linux #3
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 781
There is also a bug with "Eins Extra" [1] recordings. Mythtvplayer plays these recording very slow.




[1] http://www.eins-extra.de
topic: Fullscreen issues  in the forum: Prerelease discussion
linux #4
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 779
I already fixed this on trunk.

Please, try a trunk build. If you don't want to install the development environment, I can send you a compiled trunk version.
topic: external player patch (Open recording in an external player)  in the forum: Prerelease discussion
linux #5
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 766
I like your idea as I had some recordings, mythtvplayer did not play correctly.
But I think we should change the following:

1. Path configuration of external player via the config-file - not via bat files
2. A way to disable the new menu entry for those who don't want to use the feature (for example via the config file).
topic: Player jumps to screen 1 in multi-display desktops. (When using 2 or more screens, MythTVPlayer will revert to the first one when maximizing or playing recordings.)  in the forum: Bugs
linux #6
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 767
Hi,

please try a trunk build. I fixed the "maximize bug" on trunk.

Linux

Quote by Wagz:
Also, If I try to maximize it on the third screen (which has a slightly different resoution), it will jump back to the first screen, but maximized.
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
linux #7
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 762
Hi Mikkel,

Officially ANN FILETRANSFER changes in protocol version 46. But in the source code it changed in Rev. 20297 [1].
I don't know what the write mode in FileTransfer really does. But I had these problems:

1.) In the LiveTv mode the files writtes on disk were damaged mpeg-files.

2.) Played recordings were written while playing (the file's modified date changed). Sometimes files were damaged or truncated.

The problem was repeatable (with patch/without patch).

(In 0.6 this critical bug doesn't exist (the first line of the command is already correct))


[1] http://svn.mythtv.org/trac/changeset/20297/trunk/mythtv/pr…
This post was edited on 2009-09-01, 19:52 by linux.
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
linux #8
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 758
I think I found the bug.

In MythStream.cpp we should change the following lines:

        m_cmd.add("ANN FileTransfer MythTvPlayer 1 -1");
        m_cmd.add(filename);
        m_cmd.add("[]:[]");

to

        m_cmd.add("ANN FileTransfer MythTvPlayer");
        m_cmd.add(filename);
        m_cmd.add("Default");

This is a critical bug because ANN FileTransfer MythTvPlayer 1 will activate the write mode. So some of my recordings were destroyed after "playing".

The last line sets the storage group to default.
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
linux #9
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 756
Livetv with mythtvplayer trunk is not working together with my mythbackend 0.22. But Mythtvplayer 0.6 works correctly.

So do I have the right "trunk version"? (there is also the "experimental" comment for livetv in the settings)
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
linux #10
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 754
Hi Lomion,
can you also commit these changes to trunk, please?
They are necessary for livetv on 0.22.

Thank you
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
linux #11
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 747
@Lomion: I'm not sure, but I think some of the functions belong to the Windows GDI. Microsoft writes:

Requirements
Minimum supported client Windows 2000 Professional
Minimum supported server Windows 2000 Server
Header Winuser.h (include Windows.h)
Library User32.lib
DLL User32.dll

Maybe we can encapsulate the changes with #ifdef __win32 and leave the old code in the else-case.
topic: Roadmap for MythTv Player 0.8  in the forum: Prerelease discussion
linux #12
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 739
Sounds great. I will support you with the fixes for 0.22.

Here is a patch to get the fullscreen mode work on a secondary monitor. Currently the fullscreen mode is only displayed on the primary monitor. With this patch the video is expanded on the screen, the mythtvplayer is moved to.

However, there is a issue moving the player to the secondary monitor. By clicking at the title bar the player can be moved to the secondary monitor without problems. By clicking in the video window you can move the player only about 80% to the secondary screen. Maybe someone knows how to fix this.
The author has attached one file to this post:
monitor.diff 1.3 kBytes
You have no permission to open this file.
topic: Here is a working mythtv player with mythtv trunk  in the forum: Prerelease discussion
linux #13
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 740
A patch to add the executable icon.
The author has attached one file to this post:
icon.diff 731 Bytes
You have no permission to open this file.
topic: Here is a working mythtv player with mythtv trunk  in the forum: Prerelease discussion
linux #14
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 735
To compile the new r208 I had to do the following additional steps:

  • upgrade the mingw libraries from wxdev-cpp 7 to mingw 3.16

  • add libiconv-2.dll to mythtvplayer directory
This post was edited on 2009-08-18, 11:03 by linux.
topic: Here is a working mythtv player with mythtv trunk  in the forum: Prerelease discussion
linux #15
Member since Aug 2009 · 22 posts
Group memberships: Members
Show profile · Link to this post
In reply to post ID 728
Hi Lomion,

thank you for committing the changes.
I reworked the changes. I will send you an email later.
Close Smaller – Larger + Reply to this post:
Special characters:
Page:  1  2  next 
Special queries
Go to forum
This board is powered by the Unclassified NewsBoard software, 20100516-dev, © 2003-10 by Yves Goergen
Page created in 313.7 ms (287.2 ms) · 151 database queries in 212.6 ms
Current time: 2013-05-26, 04:31:48 (UTC +01:00)