Adding a button...
#1
I know this has been talked about before, however, I cannot find the thread so if someone could just point me there i would appreciate it.
I am using the Home Theater Experience script by Nuka (its awesome) however, it currently has to be run from PM3.HD I would like to add a button in the context menu or info pane to play the movie with the script before it.

here is the thread:
http://forum.xbmc.org/showthread.php?tid=55628

thanks guys!
Reply
#2
after looking again, it can be run from Aeon, u just have to qeue the movie then go to scripts and start the script. if someone could help add a button either on the context menu or the movie info panel beside trailer that would be awesome (preferably the context menu tho)
Reply
#3
http://xbmc-addons.googlecode.com/svn/pa...ma_mod.zip

this adds a button named cinema to the video info dialog. it only works from window 25 library mode.

it also includes the home weather mod i did as it's too hard to cut stuff out.

these files replace an unmodded aeon git version.

the settings are in aeons skin / advanced / views
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#4
whats window 25? i turned on the cinema button and pointed to the Home Theater Experience default.py but cannot find the button. am i supposed to point to that? the text on those 2 things doesnt show up. the radio button is there but no description...
Reply
#5
ok, nm, found it...it just doesnt show up. like the options in settings that arent showing up other than the radio button, the word cinema doesnt show up in the movie info page. it just has the watch reload fanart and trailer if i move over one more time it appears that nothing is selected. if i hit enter then the script starts, nopw just need to get the "cinema" to appear
Reply
#6
ok got it working and then added it into the latest Aeon Hitched from Git, however it still does not show up with labels. All i did was copy the stuff involving cinema into the same spots that it was in in ur files (Nuka) and it was right. thanks for an awesome script!
Reply
#7
Add this:
Code:
<string id="31272">ENABLE "CINEMA" - HOME THEATER EXPERIENCE SCRIPT</string>
<string id="31273">PATH TO HOME THEATER EXPERIENCE SCRIPT</string>

after:
Code:
<string id="31299">SHOW RSS / NOW PLAYING IN SHOWCASE VIEW</string>


and add this:
Code:
<string id="31445">CINEMA</string>

after:
Code:
<string id="31408">IMDB</string>

all in strings.xml

the stuff between <string id=> and </string> can be whatever u want it to read

thanks again Nuka, this is awesome!
(if u wanna add this to the HTE script thread you are more than welcome)
Reply
#8
there's a language string file in the zip, with all those strings.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#9
i got 4 files....customization, dialogvideoinfo, font, includes_objects, but its workin so its all good
Reply
#10
you don't see the language folder? and a colors folder? with the 720p folder.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#11
ahhh, i extracted insided another folder and didnt notice the colors and language folder....my mistake. kinda glad tho, it made me do some diggin and figure it out myself. thanks for the awesome script man
Reply
#12
The link to the MOD is broken, can someone post it again please. I need also A button for Aeon
Reply
#13
http://xbmc-addons.googlecode.com/svn/pa...ma_mod.zip

i stripped out everything else, i hope it works.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#14
Nuka1195 Wrote:http://xbmc-addons.googlecode.com/svn/pa...ma_mod.zip

i stripped out everything else, i hope it works.

It works perfectly, thank you for the very nice script and the MOD for the button. I Like het very much. Big Grin
Reply
#15
Sorry to bring the topic up again, but the link seems to be broken. Can someone bring it up again?

Tried to figure the mod myself but wasn't very lucky

Thanks a lot.
Reply

Logout Mark Read Team Forum Stats Members Help
Adding a button...0