Apple Movie Trailers (AMT) script suggestion
I use the download and save option in the settings. I was using it the other day and downloaded a trailer that I didn't want to keep. So, I went to the directory that I specified and noticed that there are 3 different files for each trailer.
This got me to thinking. How about an option in the settings screen that is basicly a file browser. But, instead of showing all 3 files it would show just the title of the trailer and maybe the poster. This would give the users a way to easily delete all the files for a given trailer with fewer buttons presses.
Maybe you could even have it setup so that this option would not be available unless the download and save option was selected.
Even if you can't add a feature like this it is still a great script.
The file I'm talking about is "gui.py" contained in the archive called "Apple_Movie_Trailers-0.91.zip" (the most recent version of this script, as far as I know) which can be downloaded from XBMCScripts.com.
In that file you have to change line 69.
Line 97 says:
self.controls['X Button On']['control'].setVisible( xbmc.getCondVisibility( self.controls['X Button On']['visible'] ) )
and has nothing to do with the incompatibility issue.
I've updated the whole database (takes a long long time) can use studio and actor now but the search function is still not available.
any ideas?
latest version is 0.93.5, and svn is svn (no version)
It use to be able to only download the info as the trailer was highlighted, but no thumbnail. I may look at changing it back to work that way. The problem is, now everything is an sql command. Unless you create the whole database, Actor list, studio list, rating, genre list..., search and so on will not be complete. The genre may be able to be done.
Any suggestions will be considered.
there are 1218 trailers in my database. :)
I was going to work on a playlist (check the context menu), but couldn't figure out a good way. Maybe once the code is cleaned up, I'll take another look.
Again any suggestions.
here's what the 3 files do:
.mov = trailer
.conf = mplayer need this, otherwise it has problem playing the stream "Locally", it shouldnt be visible under my videos
.tbn = I haven't tested, but this oughta show up as the ICOn for the file in.. My Videos
error message:
"There was an error setting up your GUI.
Check your skinfile:
q:scriptsApple Movie TrailersskinsDefaultskin.xml"
entries in xbmc.log:
22:22:48 M: 42643456 ERROR: Texture manager unable to load file: Q:skinProject Mayhem IIImediascrollbar_background.png
22:22:48 M: 42643456 ERROR: Texture manager unable to load file: Q:skinProject Mayhem IIImediascrollbar_bar.png
22:22:48 M: 42643456 ERROR: Texture manager unable to load file: Q:skinProject Mayhem IIImediascrollbar_bar_focus.png
22:22:48 M: 42643456 ERROR: Texture manager unable to load file: Q:skinProject Mayhem IIImediascrollbar_nib.png
22:22:48 M: 42643456 ERROR: Texture manager unable to load file: Q:skinProject Mayhem IIImediascrollbar_nib_focus.png
22:22:54 M: 36753408 ERROR: Keymapping error: no such action 'q:scriptsapple movie trailersdefault.py' defined
regards cy
Affini follow this link and you should be able to find it
http://xbmc-scripting.googlecode.com/svn/trunk/
anyway to DL the entire script at once... instead of each individual file in the set?
I'll fix it soon.
http://code.google.com/p/xbmc-scripting/
http://xbmc-scripting.googlecode.com/svn/trunk/
can be obtained if you have SVN installed by running this command:
SVN co http://xbmc-scripting.googlecode.com/svn/trunk/ [Local directory you want to checkout to here]
The same fix has to be applied to the AccuWeather script, which I also got via SVN.
You take the time to create the initial database but that isnt downloading the trailer itself. Cache wont take long true enough but that is playing AFTER you download the thing. At this point I will asume you are talking about playing previously downloaded trailers because nobody is foolish enough to start trying to play all without a local (which was my original understanding as you didnt specify taking the time to scalp the entire site).
But for a simple play all fix, just add your trailer directory to my videos as a bookmark and make a playlist to run through there. I would think the scripts initial purpose is to update you to new and upcoming films (unless you get everything and I see some pretty old ones there). Once you have picked your downloads and completed them just play them in XBMC like you would any other playlist since the script isnt really needed.
I'm using AMT 0.93.5 and there is one thing that REALLY bugs me: on every hop to next title on the genre, app loads the cover and basic data from the net. This is irritating when I would like to step ie. 5 titles over.
Can there be a conf flag for "load data when title is focused" instead of
:)
tried with other skin in XBMC (PM I) and AMT works
Thank you.
Search function isn't created yet, so no point in enabling it.
http://xbmc.org/forum/showthread.php?t=22562
Affini Here is the program that you need to install to allow you to download everything at once
http://tortoisesvn.net/downloads
Won't happen for a while though.
add fastMethod=True to the call to guibuilder, or wait until i fix it.
if this is the same probem I described - where must I add "fastMethod=True" ?
As for post count.. everybody started at one and the only way to increase is by asking questions and I can honestly say I have asked ALOT of questions.. and not all of them were the brightest questions to be sure... but in the end its the only way to learn.
add fastMethod=True to the call to guibuilder, or wait until i fix it.
realjobe, this has been covered many times, just set the thumbs to poster.
Where has the Update all button gone? Was so much faster.
Thanks To anybody that can help.
Mikey
Open file scriptsApple Movie Trailerslibgui.py and edit line 69 changing from
guibuilder.GUIBuilder( self, os.path.join( self.skinPath, skin ), self.imagePath, useDescAsKey=True, title=default.__scriptname__, line1=__line1__, dlg=dialog, pct=pct, debug=False )
to
guibuilder.GUIBuilder( self, os.path.join( self.skinPath, skin ), self.imagePath, useDescAsKey=True, title=default.__scriptname__, line1=__line1__, dlg=dialog, pct=pct, fastMethod=True, debug=False )
Over in Australia - we have crappy slow broadband :no:
Abe87, I'm not going searching for your other thread :)
I installed AMT (latest SVN release) recently and after using it for a few days now I would like to thank you for the excellent work! Still there's is some "features" I would like to suggest:
1. I can see if I have already watched a trailer in the context menu, as it states "Mark unwatched" here. But I do not have a single chance to see that from the trailer list. Is that only with me? If not it would be rather cool to mark the watched trailers in the list, maybe with a red dot or something alike.
2. I would like to download trailers "on demand" and not by changing my settings. Example: I have watched a trailer and get back to the list. Now I press "Black" and the video downloads to the location I have specified in my settings... (Maybe that is already implemented but I am just too stupid to use it properly :) )
Would love to hear what you think of these ideas...
akaigotchi
BTW, not meaning to sound pushy at all but I do love the work done thus far, it saves me alot of headache when my wife wants me to see a trailer for a show she wants to see.
Affini follow this link and you should be able to find it
http://xbmc-scripting.googlecode.com/svn/trunk/
1) where on the site is the script?
2) did you fix the issue where the text was black and should have been white?
thx 4 the great work!
red checkmark means it's downloaded and saved
magnifying glass means it's been watched
yellow star means it's a favorite.
if you want that in the list, like the asterix for favorite. it can be added, but where? Maybe to the left or right of rating. It kinda clutters the line to have too many symbols.
2. So you have mode set to stream and after you watch a trailer you decide you want to keep it, so an option in the context menu to download and save? Maybe, i'll think about it.
AMT also doesn't work in MC360.
with the original english one AMT works.
I was going to work on a playlist (check the context menu), but couldn't figure out a good way. Maybe once the code is cleaned up, I'll take another look.
Thank you and thank you - and Harsh, no offense - but I don't even want to know what part of 'playlist' you didn't understand. Are you on dial-up or something? For me it doesn't even make a difference playing a trailer from HDD or streaming it.
Also if you try to equal the post count on a forum to knowledge, you will utterly fail.
#If you have any other info about this subject , Please add it free.# |