2013-09-05, 02:16
(2013-09-04, 03:02)mandark Wrote: i think i have a new favourite skin. jurialmunkey, your skin is really a design-beauty and very well thought out. congratulations and many thanks for your great work! i can't wait to see it's futher progress (although it already looks quite complete)!Thanks
- when "Show music visualisation in background" is enabled in the skin settings, when displaying fullscreen-visualisation via TAB, no OSD music-info is shown at the bottom of the screen.
- i'm using Advanced Launcher a lot and have all my thumbnails prepared as square images. some views work rather fine for this, but unfortunately some cool views like "Wall", "Reel", "Classic Info" or "Info Poster" don't as they are built for poster-format thumbs. maybe you could add an additional "View option" to tell the skin to display the thumbs as squares.
Fixed the music vis bug in the latest git version (repo version will be updated in a couple of days). Good catch!
Yeah I've been meaning to make some updates for Adv Launcher, just haven't had the time. I can't just use the existing views because changing to a square would mess up the alignment, so I basically need to have a new viewtype for each square version (mostly I would probably use existing music viewtypes and modify them for Adv. Launcher - but it still takes quite a bit of time to convert them all and test them etc.).
(2013-09-04, 11:46)somawhite402 Wrote: Thanks for the addition of the ROM Browser widget to the simple homescreen. That's the last feature I was actually missing a lot. Actually this kind of sucks, now I have nothing to complain about!Hahaha, no problem
Out of curiosity do you have any plans to bring ROM Browser/Advanced Launcher more in line visually with the skin? As in similar viewtypes/context menus etc? Wow. I'm already bitching... it must be my innate English ability to always find something to complain about.
I had actually intended it to be available to the simple home as well but I had left out a little bit of code.
Yeah ROM browser is one of the things next on my to do list - its been really neglected and its actually what I prefer to use (I like being able to browse through all my games together regardless of the console).
(2013-09-04, 19:28)Cassiel Wrote: 100% translated to German now. How to download the .po files within Transifex? Would like to test the translation and see if it all fits into the GUI nicelyExcellent! I'm really not that familiar with the actual transifex system, so I don't know how to download them from there or even if it is possible. The translations get synced (by alanwww1) regularly with the xbmc translation github, which is where I then download the .po files from and merge them with the master branch.
https://github.com/xbmc/translations/tre...skin.artic
^^ This is the where they go, but you will have to wait until they are synced. Sync is supposed to happen every 2-3 days, but more realistically I think it happens about once a week.
(2013-09-04, 19:59)Ferdi-T Wrote: Trying it right now, and it's an excellent skin. Great job, one of my faves.Thanks
One thing though... I cannot figure out how to get into my Musicvideo's (which is actually what I use my machine the most for). Any idea's where it is?
You will have to create your own custom sub menu tile. Change the type to "custom" and use one of the following for the path:
ActivateWindow(Videos,MusicVideoTitles,return)
ActivateWindow(Videos,MusicVideoArtists,return)
ActivateWindow(Videos,MusicVideoAlbums,return)
There isn't much skin support currently as I have never had much luck getting all my music videos to scrape properly for me so I just end up creating a favourite that is a shortcut to my music video directory in video files.
(2013-09-04, 21:05)ghostelement Wrote: I noticed that there are no scroll bars in the skin. When going through a large list, I will usually switch it to scroll by pages, but in this skin, there is no indication when you arrow over to activate that mode. It can be very confusing. Is there any plan to get some scroll bars added?See blondeshanks answer above. Its intended to be quite minimal and only show when it is selected.
If the view scrolls horizontally the scrollbar blue dot is at the bottom of the screen, if it scrolls vertically the scrollbar is on the right side, except for low list and medium list where the scrollbar is on the left because pressing right in those views extends the plot info. Also, in the view header at the top left it shows how many pages there are and what page you are on.
(2013-09-05, 00:12)micoba Wrote: Dark osd doesn't seem to work anymore!? The screen blacks out shortly and returns to the way it looked...
Its working fine for me. Perhaps you are confusing osd with colour theme? OSD refers to the controls and info displayed by pressing "m" or "i" whilst a fullscreen video is playing. If you want to change the colour theme of the skin its at "Settings > Appearance > Skin > Colours" (underneath where you change between skins).