Comments on: MythMediaMonitor: Added video support for MythTV http://nowsci.com Real world technology today. Fri, 09 Oct 2015 10:10:43 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Anthony Giggins /archive01/mythmediamonitor/#comment-66054 Anthony Giggins Mon, 20 May 2013 11:08:36 +0000 /archive01/?page_id=386#comment-66054 Why not use UTC_TIMESTAMP() instead of CONVERT_TZ(NOW(), ‘America/Los_Angeles’, ‘UTC’)

]]>
By: Benjamin Curtis /archive01/mythmediamonitor/#comment-31467 Benjamin Curtis Mon, 25 Mar 2013 00:56:05 +0000 /archive01/?page_id=386#comment-31467 It should yes, as the DB structure has not been altered. However, I no longer use MythTV and am unable to test it.

]]>
By: Eric S /archive01/mythmediamonitor/#comment-16330 Eric S Mon, 03 Dec 2012 13:31:08 +0000 /archive01/?page_id=386#comment-16330 Should MythMedia Monitor work with MythTV 0.25?

]]>
By: Bobh /archive01/mythmediamonitor/#comment-12766 Bobh Tue, 02 Oct 2012 05:34:26 +0000 /archive01/?page_id=386#comment-12766 FYI, I started using Mythtv-0.26 where they migrated to storing all date/times in UTC (see http://www.mythtv.org/wiki/UTC ). Thus, in the script all of the times are off when shown in the frontend. My ugly hack was to replace all occurrences of:
NOW()
with
CONVERT_TZ(NOW(), ‘America/Los_Angeles’, ‘UTC’)

]]>
By: David /archive01/mythmediamonitor/#comment-8932 David Fri, 06 Jul 2012 02:53:34 +0000 /archive01/?page_id=386#comment-8932 Sorry it would help if I gave you the insert statement.

echo “insert into recorded (commflagged,filesize,title,subtitle,description,basename,storagegroup,starttime,endtime,originalairdate,progstart,progend,chanid) values (3,183199932,’The Big Bang Theory – 5×22 – The Stag Convergence.avi’,”,’SE: The Big Bang Theory – 5×22 – The Stag Convergence.avi’,'mmm.tv.The Big Bang Theory – 5×22 – The Stag Convergence.avi’,'Default’,NOW(),NOW(),’–’,NOW(),NOW(),2111);”

Shoudl I rename the files to a different format so that the Title gets picked up correctly?

]]>
By: David /archive01/mythmediamonitor/#comment-8931 David Fri, 06 Jul 2012 02:30:03 +0000 /archive01/?page_id=386#comment-8931 I seem to have aproblem that the are not falling nicely into the programs classification. All the shows are in the main Programs listing.

Otherwise great work. (I’m on the latest mythtv)

@Brad also make sure your mythtv user has writes to delete the file. I have to do a chmod on the files otherwise it does not delete them.

]]>
By: Anthony Giggins /archive01/mythmediamonitor/#comment-6195 Anthony Giggins Fri, 27 Apr 2012 00:43:32 +0000 /archive01/?page_id=386#comment-6195 I can confirm this still works in 0.25

]]>
By: RSambuca /archive01/mythmediamonitor/#comment-6061 RSambuca Tue, 24 Apr 2012 16:04:27 +0000 /archive01/?page_id=386#comment-6061 Is there a way to get the script to pull the TV show’s description as well?

]]>
By: Benjamin Curtis /archive01/mythmediamonitor/#comment-2816 Benjamin Curtis Wed, 11 Jan 2012 21:20:22 +0000 /archive01/?page_id=386#comment-2816 Updated to version 0.07. See change-log above.

]]>
By: Benjamin Curtis /archive01/mythmediamonitor/#comment-2093 Benjamin Curtis Thu, 08 Dec 2011 19:25:21 +0000 /archive01/?page_id=386#comment-2093 @Brad: You need to set mythbackend to follow symlinks when deleting. That will delete the file and thus, no re-add. As for the Prime Suspect show, that sounds like a problem with the online tv db, not the filename parsing, so I doubt there’s anything I can do about that.

]]>