[mythtv-users] State of the PVR150/250 in 0.26?

Larry T larryt at gmail.com
Wed Jan 16 19:47:03 UTC 2013


On Wed, Jan 16, 2013 at 11:54 AM, Jim Stichnoth <stichnot at gmail.com> wrote:

> On Tue, Jan 15, 2013 at 6:51 PM, Larry T <larryt at gmail.com> wrote:
> >
> >
> > On Tue, Jan 15, 2013 at 5:18 PM, Jim Stichnoth <stichnot at gmail.com>
> wrote:
> >>
> >> On Tue, Jan 15, 2013 at 2:02 PM, Bob Cottingham <bobnvic at gmail.com>
> wrote:
> >> > I'd be happy to provide a sample if Larry doesn't post it first.  What
> >> > would
> >> > be a good way to trim the video to ~30s and preserve any timing
> details
> >> > you
> >> > may need?
> >>
> >> I would do this just by manually scheduling a 1-minute recording.
> >> Then verify the 5m19s duration display issue.  It doesn't matter how
> >> long the recording actually is, as long as it's at least 30 seconds
> >> (otherwise it's hard to play around with), and small enough to easily
> >> host or email.
> >>
> >> It's possible that it would also be useful to have the seek table for
> >> the recording - execute the mysql query "select * from recordedseek
> >> where chanid=<mychanid> and starttime=<mystarttime>;", substituting
> >> the proper values for <mychanid> and <mystarttime>.
> >>
> >> Jim
> >>
> >> _______________________________________________
> >> mythtv-users mailing list
> >> mythtv-users at mythtv.org
> >> http://www.mythtv.org/mailman/listinfo/mythtv-users
> >
> >
> > Jim,
> >
> > I am going to send you 3 Dropbox links off list. One is a 1 minute video
> > from a channel that consistently produces this problem (Cartoon Network).
> > One is a 15 minute full show from that channel (confirmed to display
> 5:19)
> > and one is what I think is the proper database query result stored in a
> text
> > file. Happy to do anything else if you want anything more or if I blew
> it on
> > the query.
>
> Larry,
>
> Thanks for uploading the samples.  On my system, for both Master and
> v0.26.0-81-g91e9315, both samples play fine, show the correct position
> and duration, and seeking works fine. This is when importing them into
> Video Library, and under three separate themes - Blue Abstract,
> Mythbuntu, and Steppes, and with or without "mythcommflag --rebuild".
>
> A few more questions and things to try, focusing on the 15-minute sample.
>
> 1. What theme are you using?
>
> 2. What happens if you drop the .mpg file into your Videos storage
> group, do a Video Library rescan, and play it back there?
>
> 3. What does the recordedmarkup table have for this recording?
> "select * from recordedmarkup where chanid=<mychanid> and
> starttime=<mystarttime>;"
>
> Jim
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>

1. Mythbuntu
2. I will determine this answer shortly when I return home from work.
3.
mysql> select * from recordedmarkup where chanid=1036 and
starttime='2013-01-14 05:00:00';
+--------+---------------------+------+------+---------+
| chanid | starttime           | mark | type | data    |
+--------+---------------------+------+------+---------+
|   1036 | 2013-01-14 05:00:00 |    0 |   -3 |    NULL |
|   1036 | 2013-01-14 05:00:00 |    0 |   11 |    NULL |
|   1036 | 2013-01-14 05:00:00 | 6224 |   11 |    NULL |
|   1036 | 2013-01-14 05:00:00 | 6210 |   14 | 1000000 |
|   1036 | 2013-01-14 05:00:00 |    0 |   30 |     480 |
|   1036 | 2013-01-14 05:00:00 | 5819 |   30 |    3819 |
|   1036 | 2013-01-14 05:00:00 | 6210 |   30 |    3719 |
|   1036 | 2013-01-14 05:00:00 | 6224 |   30 |     480 |
|   1036 | 2013-01-14 05:00:00 |    0 |   31 |     480 |
|   1036 | 2013-01-14 05:00:00 | 5819 |   31 |    2242 |
|   1036 | 2013-01-14 05:00:00 | 6210 |   31 |     896 |
|   1036 | 2013-01-14 05:00:00 | 6224 |   31 |     480 |
|   1036 | 2013-01-14 05:00:00 |    0 |   32 |   29970 |
|   1036 | 2013-01-14 05:00:00 | 6210 |   32 |   25000 |
|   1036 | 2013-01-14 05:00:00 | 6224 |   32 |   29970 |
|   1036 | 2013-01-14 05:00:00 |    0 |   33 |  319496 |
+--------+---------------------+------+------+---------+
16 rows in set (0.00 sec)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130116/541830ec/attachment.html>


More information about the mythtv-users mailing list