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

Recordings: Watch icon does everything up to playing an episode for 'off hour' start time #185

Closed
billmeek opened this issue Sep 17, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@billmeek
Copy link
Contributor

Looks like the next step after #148. The MAF display shows
Processing 0%. However, on the backend, the livestream
table shows 100% complete, there are proper files in the
steaming directory, and mythtranscode's log shows a
normal termination.

There wasn't a slave backend involved for this test.

A recording with 'matching' start times is OK.

Running on: mythtv-android-frontend-1.10.1-510-g443c550

select
  r.title, r.sub_title, r.start_time, rr.start_ts, rr.start_time
from
  recorded r
    left join recording_recorded rr on r.start_time = rr.start_time and r.record_id = rr.record_id and r.master_hostname = rr.master_hostname
where
    r.master_hostname = 'mc1' and not rr.start_time = rr.start_ts
order by
    r.start_time desc;

Returns:

Jeopardy!||1379359800000|1379360220000|1379359800000
$ date --utc --date='@1379360220'
Mon Sep 16 19:37:00 UTC 2013

$ date --utc --date='@1379359800'
Mon Sep 16 19:30:00 UTC 2013
@ghost ghost assigned dmfrey Sep 17, 2013
@dmfrey
Copy link
Contributor

dmfrey commented Sep 22, 2013

@billmeek can you retest this issue now and let me know if it is still happening? Changes were made to how episode handling occurred between the app and the backend as it relates to playback, live stream handling and deletes, I do not think this issue is still occurring.

@billmeek
Copy link
Contributor Author

Looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants