MythTV Community Forum - MythTV talk.com

Go Back   MythTV Community Forum - MythTV talk.com > News and Announcements > MythTV News and Announcements
Want to give back to the MythTV Community? Help answer threads with 0 replies.


View Poll Results: How do you like my add-on?
Like It 37 97.37%
Hate It 1 2.63%
Voters: 38. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 07-28-2007, 09:38 PM
MythTV Friend in Training
 
Join Date: May 2007
Posts: 11
Default MythTV Apple Trailer *RELEASED*

"Bolt-on for MythTV to get Apple.com Movie Trailers"

http://www.mythtv.org/wiki/index.php...Apple_Trailers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-29-2007, 02:04 AM
MythTV Friend in Training
 
Join Date: May 2007
Posts: 11
Default

I am interested in feedback on this. Want to know if it's easy to install, easy to use and room for improvement.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-30-2007, 07:52 PM
MythTV lil' Helper
 
Join Date: Aug 2006
Posts: 80
Default

I'm going to try this when I get home tonight, let ya know what I think.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-31-2007, 07:13 PM
MythTV Friend in Training
 
Join Date: May 2007
Posts: 11
Default

Posted version 0.4 which should correct fedora problems some users are having. Now it no long depends on php xml support. Has own internal xml parser compatible with php 4 & 5

http://www.mythtv.org/wiki/index.php...Apple_Trailers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 08-01-2007, 07:34 AM
MythTV Friend
 
Join Date: Feb 2006
Posts: 33
Default

amazingly simple... just have a couple of small issues
1. with the mplayer caching , is it possible to put a "please wait..." to give feedback to selection
2. is there a mplayer argument to suppress the "Fill Cache.." messages in the frontend log?
I may have to increase the cache for HD movie to avoid the pauses, unless there is another option to assist with this?
thanks for the plugin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 08-02-2007, 03:43 PM
MythTV Friend
 
Join Date: Aug 2006
Posts: 45
Default

Very simple install, working great!

I had to increase the cache size for the HD movie trailers as well to avoid pauses. I also added the option "-cache-min 75" which tells mplayer to prefill the cache to 75% before playing the file, if not it only fills to like 4% before playing.

Because of all this monkeying around with the cache and waiting for it to fill it does take a bit before the trailer actually starts, so like mtrax said, a "Pleas Wait" message on screen while the cache is filling would be useful. Otherwise, great add-on and thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 08-02-2007, 04:29 PM
Cornerstone of the Community
 
Join Date: Jun 2007
Location: Texas
Posts: 277
Default

It looks pretty cool so far. Although I haven't gotten very many trailers listed so far. Support for multiple trailers per move (where they exist) would be cool too.

However, it's a really nice first pass and a cool idea generally.

However, I don't think dynamic content should be generated in /usr/share/mythtv. The dynamic xml file should sit somewhere that the mythtv user owns rather than in the middle of /usr/share where root should be the only one with write permission. Perhaps a symlink to /home/mythtv?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 08-02-2007, 05:56 PM
MythTV Friend in Training
 
Join Date: May 2007
Posts: 11
Default

Quote:
Originally Posted by JEDIDIAH
It looks pretty cool so far. Although I haven't gotten very many trailers listed so far. Support for multiple trailers per move (where they exist) would be cool too.

However, it's a really nice first pass and a cool idea generally.

However, I don't think dynamic content should be generated in /usr/share/mythtv. The dynamic xml file should sit somewhere that the mythtv user owns rather than in the middle of /usr/share where root should be the only one with write permission. Perhaps a symlink to /home/mythtv?
Yes i am actually working on c++ version of this which will have all the versions of the trailers. It's just hard cause apple.com has no consistency in their file name format so it's piles and piles of regex. But to answer your question it is in the works. I figured i would release this to gather a sense of how much people will actually use it.

Yes in fact that is not a bad idea at all. I might add some documentation to symlink it to the myth directory. Thanks for the feedback!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 08-02-2007, 05:59 PM
MythTV Friend in Training
 
Join Date: May 2007
Posts: 11
Default

Quote:
Originally Posted by wildbill12
Very simple install, working great!

I had to increase the cache size for the HD movie trailers as well to avoid pauses. I also added the option "-cache-min 75" which tells mplayer to prefill the cache to 75% before playing the file, if not it only fills to like 4% before playing.

Because of all this monkeying around with the cache and waiting for it to fill it does take a bit before the trailer actually starts, so like mtrax said, a "Pleas Wait" message on screen while the cache is filling would be useful. Otherwise, great add-on and thanks!
Yeah unfortunately a "please wait" screen presents some what of a challenge given the format of the script. The idea behind it is to not have local copies of the trailers. I am sure that can be something i can add in the future plugin version though. I will give your -cache-min a try and get it added to the wiki. Thanks for the feedback!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 08-02-2007, 06:00 PM
MythTV Friend in Training
 
Join Date: May 2007
Posts: 11
Default

Quote:
Originally Posted by mtrax
amazingly simple... just have a couple of small issues
1. with the mplayer caching , is it possible to put a "please wait..." to give feedback to selection
2. is there a mplayer argument to suppress the "Fill Cache.." messages in the frontend log?
I may have to increase the cache for HD movie to avoid the pauses, unless there is another option to assist with this?
thanks for the plugin.
Unfortunately the Fill Cache is something that mplayer by default puts in your log. I don't know if there is a way to escape that. But i can look at it. Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
MythTV 0.20 endlich released! laga Ankündigungen - MythTV 0 09-12-2006 10:46 PM
MythTV 0.20 released justinh MythTV News and Announcements 0 09-11-2006 09:02 AM
Mythtv 0.18-r1 is released justinh MythTV News and Announcements 0 05-16-2005 07:28 PM
Mythtv 0.18 is released. justinh MythTV News and Announcements 3 04-17-2005 01:06 PM
MythTV 0.17 Has Been Released! digitalboy MythTV News and Announcements 0 02-11-2005 06:18 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:04 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2