![]() |
|
[MOD] Horizontal Confluence Modded - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Confluence (/forumdisplay.php?fid=125) +---- Thread: [MOD] Horizontal Confluence Modded (/showthread.php?tid=103001) |
- Thizizmyname - 2012-02-21 00:12 Wonderful! I've been waiting for this update. sadly I didn't wait long enough, I modified your Home.xml to make movies and HD-movies go to different playlists (I needed four and I wanted one to have movies submenu) Now its all back to normal but I saved my changes elsewhere to recreate it. Thing though, The recently... for your playlists doesn't seem to work. Playlist 1 shows three blank places on its latest and playlist two doesn't even show it at all. - Thizizmyname - 2012-02-21 00:15 Oh by the way. how can I make your smart playlist with recently added show the movies submenu? (I'll hide "Movies" so it doesn't have to be seen on both) Showcase Information - catmantx - 2012-02-21 00:46 Quote: Originally Posted by catmantx Sorry, one more thing...can you add infos too in the showcase? mad-max[/quote] Can you elaborate? I don't know what info you mean? What I ment is if you can do in Showcase to have the "Information" appear like you have in "Fanart" Tahnks for quick reply and fix!!! - mad-max - 2012-02-21 10:36 Thizizmyname Wrote:Thing though, The recently... for your playlists doesn't seem to work. You installed "latestandrandomitems"-script? ---> http://forum.xbmc.org/showthread.php?tid=122448 Thizizmyname Wrote:how can I make your smart playlist with recently added show the movies submenu? What are you trying with submenu? You can create another playlists that filters only your movies...name it "custom1" and your good to go... catmantx Wrote:What I ment is if you can do in Showcase to have the "Information" appear like you have in "Fanart" You might try NEON-Showcase... mad-max - Thizizmyname - 2012-02-21 14:13 mad-max Wrote:You installed "latestandrandomitems"-script? First I didn't. I forgot to check your script-folder, it wasnt there but I found the thread. I installed it, exited XBMC and relaunched it. But still the recently was blank. Quote:What are you trying with submenu? You can create another playlists that filters only your movies...name it "custom1" and your good to go... Well yes, I have done that to some other. but I want to be able to have the genre, set, actor etc. submenus on a button for a smart playlist with randomandlast-script. I know it wont work for the actual playlist, I just want to have access to them. So what I want is this as one homebutton: [recently based on "movie"-playlist] [Button directing me to "movie"-playlist] {submenu with mad-max's original movie submenu} - mad-max - 2012-02-21 15:00 Thizizmyname Wrote:First I didn't. I forgot to check your script-folder, it wasnt there but I found the thread. I installed it, exited XBMC and relaunched it. But still the recently was blank. log-file? Thizizmyname Wrote:I know it wont work for the actual playlist, I just want to have access to them. Create a custom smartplaylist named "custom1" and link it to the movie content you want to have... Then you should have a button for movies with recently added that can be used from home... Then change grouplist visibility from Code: <control type="grouplist" id="9016">to Code: <control type="grouplist" id="9016">Then you should have sub for your new home menu utton for smartplaylist... - Thizizmyname - 2012-02-21 15:14 Thank you very much about the submenu. It was as easy as I expected to change the location, I just didn't find it. mad-max Wrote:log-file? http://pastebin.com/nZcMZ5bT The error show up here: Code: 14:06:24 T:3600 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory": "special://masterprofile/playlists/video/custom1.xsp", "media": "video", "properties": ["year", "runtime", "file", "playcount", "rating", "plot", "fanart", "thumbnail", "resume", "trailer"]}, "id": 1}EDIT: Now looking at the code, my playlist isn't "custom1.xsp" its "AppData\Roaming\XBMC\userdata\playlists\video\film.xsp" Changing the playlists filename to custom1 made it work, but that shouldn't be necessary. - mad-max - 2012-02-21 15:42 Thizizmyname Wrote:EDIT: Now looking at the code, my playlist isn't "custom1.xsp" its "AppData\Roaming\XBMC\userdata\playlists\video\film.xsp"Right now, it's neccesary for the <onload> command in Home.xml I don't know how to clean this thing up...I know, it's not so elegant... Do you have another solution for this? cheers, mad-max - WeirdH - 2012-02-21 21:29 I decided not to go through this entire thread, because I just returned to these boards after a two year hiatus. I know I should be reading up on what I missed, but it's so muuuuch.....! Anyway, please don't yell at me for asking this: I was wondering if I could easily hide the 'DB-editor' and 'Cinema' buttons in the movie info window. Which xml to edit? Or could it be done from the GUI? Thanks in advance, this is a great mod. Using it mainly for the kiosk mode, but it has much more neat stuff to offer! EDIT: Nevermind, found it already in DialogVideoInfo.xml. Other question though: I display my radio streams in Music>Files view, and that doesn't seem to be included/affected by the kiosk mode. Can I implement that through editing xmls?? TIA - mad-max - 2012-02-21 23:00 @weirdH: The buttons are in DialogVideoInfo.xml... Best way is to search for the Addon-IDs... Then delete the two controls... If you need more assistance just ask... Sent from my HTC |