![]() |
Mod Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68) +---- Thread: Mod Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard (/showthread.php?tid=236142) |
RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 - JohnyBee - 2015-09-25 Hi the_bo, Great mod. I added cooperation with script.extendedinfo. Line 1136 (...) <item id="9"><!-- Actor Info --> <label>31798</label> <!-- JB - start --> <!--<onclick>RunScript(script.metadata.actors,$INFO[Container(50).Listitem.Label])</onclick>--> <!--<visible>System.HasAddon(script.metadata.actors)</visible> --> <onclick>XBMC.RunScript(script.extendedinfo,info=extendedactorinfo,name=$INFO[Container(50).Listitem.Label])</onclick> <visible>System.HasAddon(script.extendedinfo)</visible> <!-- JB - stop --> </item> <item id="10"><!-- Director Info --> <label>31883</label> <!-- JB - start --> <onclick>XBMC.RunScript(script.extendedinfo,info=extendedactorinfo,name=$INFO[ListItem.Director])</onclick> <visible>System.HasAddon(script.extendedinfo)</visible> <!--<onclick>RunScript(script.metadata.actors,$INFO[ListItem.Director])</onclick>--> <!--<visible>System.HasAddon(script.metadata.actors)</visible>--> <!-- JB - stop --> </item> <item id="11"><!-- Writer Info --> <label>31884</label> <!-- JB - start--> <onclick>XBMC.RunScript(script.extendedinfo,info=extendedactorinfo,name=$INFO[ListItem.Writen])</onclick> <visible>System.HasAddon(script.extendedinfo)</visible> <!--<onclick>RunScript(script.metadata.actors,$INFO[ListItem.Writer])</onclick>--> <!--<visible>System.HasAddon(script.metadata.actors)</visible>--> <!-- JB - stop--> </item> <item id="1"><!-- Refresh --> <label>31695</label> <onclick>SendClick(2003,6)</onclick> <visible>!Skin.HasSetting(kioskininfo)</visible> </item> <item id="12"><!-- Ext Info --> <label>780003</label> <!-- JB - start --> <onclick>XBMC.RunScript(script.extendedinfo,info=extendedinfo,name='$INFO[ListItem.OriginalTitle]')</onclick> <visible>System.HasAddon(script.extendedinfo)</visible> <!-- JB - stop --> </item> (...) JB RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 - Thae - 2015-09-25 First, the info screen looks very good. Everything works fine except the disc scroll and the rotating logo or clearart. disc.png, logo.png and clearart.png are present in the movie folder. Any ideas? RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 - the_bo - 2015-09-25 (2015-09-25, 12:48)JohnyBee Wrote: Hi the_bo, Hi JB yeah i updated mq6 with extendendinfo in my last update. you mite of had old version. Thanks anyways. Any other enhancements sure let me know ![]() cheers (2015-09-25, 13:58)Thae Wrote: First, the info screen looks very good. Everything works fine except the disc scroll and the rotating logo or clearart. disc.png, logo.png and clearart.png are present in the movie folder. Hi Thae Did you run artwork downloader to include the images in kodi? Make sure select local files in artwork downloader settings. if it still doesnt work let me know. RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 - Thae - 2015-09-26 (2015-09-25, 20:15)the_bo Wrote: Hi Thae Now it works...thanks! RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 - Sunergia - 2015-10-27 Hi the_bo, This is some really great work...really smooth, we definitely appreciate it! Is it possible to add a tab for the trailer? RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 - the_bo - 2015-10-27 (2015-10-27, 17:01)Sunergia Wrote: Hi the_bo, Hi sunergia Glad you enjoy. To enable trailer tab if you open dialogvideoinfo XML file in an XML editor. There's good free XML editors if you google search. Once its opened if there's a search function, search for word "trailer". You will see code called " trailer window" or just "trailer" if I recall sorry haven't laptop available to check. If you remove the <!-- arrow after the word trailer then few lines down under the /item remove the other --> arrow. This will uncomment out the code so trailer tab should show. Hope this helps let me know if it works ![]() RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 - Sunergia - 2015-10-27 Thank you for teaching me...I did find the line you are talking about, and I did try to do as you instructed, but it did not work. I also experimented by uncommenting different ways, but no dice... I'm sure it's something simple that I'm missing. RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 - Sunergia - 2015-10-28 Ok...messed around some more... and it work like a charm, Thanks! I was deleting the arrow before "Trailer Window" when in fact it was the " <-- " after Trailer Window. Your awesome, thanks for your time. RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard - the_bo - 2015-11-09 Updated for Mq6 Isengard. Enjoy ![]() RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard - djhifi - 2015-11-10 Any chance on making the videologos from devilshura appear on this view? It only shows me some of them (for example 1080p does not show the devilshura one), i guess it has smth to do with editing the dialogvideoinfo.xml, because it breaks when we use this mod (devilshura does not use dialogvideoinfo.xml). Also, i dont/cant use local files on artwork downloader (i have over 4000 movies and 300 tv shows), no chance for animated artwork then? EDIT: Also, on TV Shows, it misplaces the clearart if the TVShows (for example Game Of Thrones) has several genres scrolling (they scroll on both panels). Also with this mod, the number of votes disappear (star of IMDB is used) but also no "votes" on the left panel (like in movies) ![]() RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard - the_bo - 2015-11-10 (2015-11-10, 00:31)djhifi Wrote: Any chance on making the videologos from devilshura appear on this view? It only shows me some of them (for example 1080p does not show the devilshura one), i guess it has smth to do with editing the dialogvideoinfo.xml, because it breaks when we use this mod (devilshura does not use dialogvideoinfo.xml). Hi dj Ill have a look at the devilshura mod when get time. Make sure your art is named properly for artwork downloader to pick it up. Animated posters and fanart is upcoming in version jarvis. Its only in aplha stage yet. Can you give a screenshot of what wrong with the tvshows as mine are displaying fine. Do u mean the votes not showing for tvshows? I have modded the code for you to show the stars and votes for tvshows. I havent votes on my tv shows to test so download this mod below and test. Right click save as dialogvideoinfo.xml. Make sure save it as xml file as in first post. Let me know if it works. RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard - djhifi - 2015-11-10 Prior to anythin: I am on openelec, Jarvis nightly build from milhouse, aeon mq6 4.0.0 (it jumped from 320 to 400, jarvis ready) and devilshura mod 4.0.0 (by Wanilton). I will try and screenshot, because i have openelec machines but related to the artwork naming, all is fine, im just reporting that in some shows which have multiple genres (therefore scrolling genres) the clearart of the given show overlaps that part of the screen, because the genre scrolling occurs on both panels, (on my kodi, game of thrones is one of the examples (i use XEM scrapper)) GOT has like 7 genres lol. And yes I mean votes are not showing for tvshows like they show on movies. I know tvshows all use the star.png, but in movies, when the star.png is used, the voting counts goes to the left panel, right? Well on tvshows it does not show...which is a pitty ![]() ![]() Regarding devilshuramod, what it is strange is that your mod is of a file which devilshura does not include on his mod...so it's strange to break the videoinfo like this (only codec and studio logos are displayed fine). I can send you the modded .xmls somewhere, for further testing. As I said I am on jarvis, you did not understand what i'tve meant with "animated". You say the discart rotates, well here it doesn't, because I dont use local files (i have over 4k movies). It's really not possible to make the discart rotate without having the files locally on the disk? :S ----EDIT Yes, now votes show for tvshows, and the stars as well (you could have kept the big star and place votes on the left like in movies, but whatever now ![]() PS: Still regarding tvshows, also no info present for: country, writer, director and audio language. PS2: Still on tvshows: Can you allow either banner and/or (or is better ![]() RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard - the_bo - 2015-11-10 Quote:I will try and screenshot, because i have openelec machines but related to the artwork naming, all is fine, im just reporting that in some shows which have multiple genres (therefore scrolling genres) the clearart of the given show overlaps that part of the screen, because the genre scrolling occurs on both panels, (on my kodi, game of thrones is one of the examples (i use XEM scrapper)) GOT has like 7 genres lol. Yeah i think the space for the genre can only fit about 4 genres before it starts scrolling. Quote:Regarding devilshuramod, what it is strange is that your mod is of a file which devilshura does not include on his mod...so it's strange to break the videoinfo like this (only codec and studio logos are displayed fine). I can send you the modded .xmls somewhere, for further testing. Are the logos displaying ok in other parts of the skin?. As you are using jarvis which is only in alpha phase errors are to be expected and this could be causing them not to show. If you can test the logos in aeon mq6 isengard to see if they show. Quote:As I said I am on jarvis, you did not understand what i'tve meant with "animated". You say the discart rotates, well here it doesn't, because I dont use local files (i have over 4k movies). It's really not possible to make the discart rotate without having the files locally on the disk? :SIs the discs showing at all? If you imported them correctly then they should be scrolling in from the side. make sure the image is called disc.png and is in same folder as movie file. Use artwork downloader and select local files. I suggest you use the program mediaelch to scrape all your images and movie info before you import them into the library. Its an amazing program. Quote:PS: Still regarding tvshows, also no info present for: country, writer, director and audio language.Yeah i noticed my tv shows dont have country info either. Dont think it gets scraped. May have to manually add it to the nfo files. I recommend that you try editing the dialogvideoinfo file for yourself. This is the best way to learn. I have commented the code well so you know what each part does. If you search google for free xml editor. Also its best to have a keyboard key that refreshes the skin so you can see your changes quickly without having to change the skin to see changes. If you open up notepad and paste following code. Code: <keymap> Ive set f5 key to refresh skin you change it to whatver key you like. Save the file as keyboard.xml and save it in the .kodi/userdata/keymaps folder. If you are on openelec use the program winscp to transfer the edited dialogvideoinfo file quickly. You can drag and drop files quickly between your desktop and openelec then press the skin refresh button to see changes. Hope you can follow this if you need any other questions let me know sure ![]() RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard - djhifi - 2015-11-10 Yes I use notepad++ i know all that regarding the hotkey for refresh as well , I have the root foolder accessible via smb mate lol, no need to teach me all of that ahahaha. Countries ok i got it, what about writer director and audio language? Does your tvshows have that info? And yes, icons work in every other part of the skin except your mod... No, being on jarvis has nothing to do (i guess) as the .xml's are the same, and devilshura does nothing on the "dialogvideoinfo". Never did. It's just strange and I've been dwelving into your xml to try and find where it can lead to mismatches but I cant seem to find the error. And I also don't seem to find any comments on the code that make easier to edit and learn... lol. I cant test on isengard atm no ![]() The discart is showing, just not rotating when it reaches it's place. Yes it rolls, i just thought it would rotate ![]() Nevermind the local files then. I tought there was "roll+rotate". RE: Movie Info Screen - Big Cast,Big Poster, Rolling Disc for MQ5 & MQ6 Isengard - the_bo - 2015-11-10 Quote:Yes I use notepad++ i know all that regarding the hotkey for refresh as well , I have the root foolder accessible via smb mate lol, no need to teach me all of that ahahaha.lol i thought you might be a newbie ![]() Quote:Countries ok i got it, what about writer director and audio language? Does your tvshows have that info?No mine doesnt show that either. Just studios and premiere date is all is shown. Quote:And yes, icons work in every other part of the skin except your mod...Yeah not sure whats causing it as i checked with mq6 original dialogvideoinfo as has same settings for flag bar logos. Quote:The discart is showing, just not rotating when it reaches it's place. Yes it rolls, i just thought it would rotateYeah i just have it set to roll in. Yeah ill have a look at rotating it and update code. Let me know if you have any luck with the devilshura mod. |