2010-09-24, 18:50
Flomaster Wrote:krypt2nite, maybe I missed it, but did you post your media flags for download. with the channels + audio format ?
-=Jason=-
They are in the same package/download as the others.
Flomaster Wrote:krypt2nite, maybe I missed it, but did you post your media flags for download. with the channels + audio format ?
-=Jason=-
stoli Wrote:They are in the same package/download as the others.
puulima Wrote:I searched the forums but didn't stumble upon this - if this is covered elsewhere - please advise.
Is it possible to have a "Trailers" Menu item on the HOME screen - that functions similar to the Movies and TV-Shows menu items? I realize that there is no separate scraper for trailers so likely when the content is set to MOVIES (in order to scrape for the plots/cover art) XBMC would drop them in with the rest of the Movies...so even if the skin could do this..might not work because of that limitation?
Would this be something others would find useful?
I download all the new trailers from HD-Trailers.net for offline viewing but would prefer to do the viewing in XBMC. Unless there is a way to do this currently, I was thinking if there was a way to flag a separate source as TRAILERS but still setting the CONTENT to MOVIES then this might work? - Which would be an XBMC thing right - whereas adding a TRAILERS menu item is in the skin?
Definitely open to ANY suggestion as to how to have a segregated area for calling up trailers to view though...any way to slip them into the interface.
mobious Wrote:Okay I got the xml working perfectly but I have a question krypt2nite, now for everything dobly and dts I get the single flag with number next to it as its suppose to. But for things like MP3, AAC, etc I only get the icon with no surround number next to it (which I know is how its suppose to be as there are no icons with included surround number for MP3 AAC etc) Now my question is, how would I keep things such as AAC and MP3 to display the normal 2.0 or 5.1 number box while at the same time retaining the single box for dts and dolby? I tried copy pasting the XML part for AAC from the original skin into the edited XML file to replace what you have but that doesn't work, so I must be missing something?
<control type="image">
<description>Audio Channels Image</description>
<width>60</width>
<height>40</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.AudioChannels,flagging/audio/,.png]</texture>
<visible>substring(ListItem.AudioCodec,mp3) | substring(ListItem.AudioCodec,aac)</visible>
</control>
GJones Wrote:I think the most realistic way to approach this is to have an addon for local trailers. I have considered going back through the home theater script or the AMT Light addon.
I had considered doing something to this end because of the automated download script I wrote to pull trailers, thumbnails and NFO information from Apple (very very loosely based on atd).
puulima Wrote:I just stumbled on a thread for the "HTS" and it looks intriguing...no time to digest right now. Is it a current add-on or a manual thing?
I was using the AMT Light add-on but it's too time consuming to download individual trailers - I had posted something (probably the wrong place?) asking if it could be enhanced to allow the user to tag multiple trailers they wanted to download and do a batch download. Also had asked in the same post if it could be enhanced to show "new" trailers since the last time the add-on was was run.
If there was a way to roll that into this - that would be great. My wife might actually watch the trailers if she was able to quickly select them and watch instantly ;-)
So who do I have to buy poke & beer for?
puulima Wrote:I searched the forums but didn't stumble upon this - if this is covered elsewhere - please advise.
Is it possible to have a "Trailers" Menu item on the HOME screen - that functions similar to the Movies and TV-Shows menu items? I realize that there is no separate scraper for trailers so likely when the content is set to MOVIES (in order to scrape for the plots/cover art) XBMC would drop them in with the rest of the Movies...so even if the skin could do this..might not work because of that limitation?
Would this be something others would find useful?
I download all the new trailers from HD-Trailers.net for offline viewing but would prefer to do the viewing in XBMC. Unless there is a way to do this currently, I was thinking if there was a way to flag a separate source as TRAILERS but still setting the CONTENT to MOVIES then this might work? - Which would be an XBMC thing right - whereas adding a TRAILERS menu item is in the skin?
Definitely open to ANY suggestion as to how to have a segregated area for calling up trailers to view though...any way to slip them into the interface.