• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
what file must be change to accomplish this?
#61
hey i don't know if this belongs here but i don't think it deserves a new thread. So im trying to figure out how to choose a folder for as fanart for full screen vizulations. I can't use any that is listed as "same one used on home" because i already have specific fanart for pics movies tv show etc. i want to choose a totally different folder where i can place pics. whats the workaround for this ya
Reply
#62
Swwethip1 Wrote:thanks - One more thing.. not sure if this is skin related - but do you know if there is a "update library" action, where I can make a button on my remote called Update Library? So it can update ALL library's at the touch of a button

I remember someone saying its possible, but the skin has to have this function

yeah you can map a button to update, video library, and another to update music library.

I will find the thread and link back here. although its not Night specific I will link it anyways. I just started mapping buttons on my MOnster remote.

I have a button to take me right into Movies , Tv Shows, Music, Hide Watched,
I do not use those OBC commands I am not sure how to use them, but say you want to map your RED button to update library you do like like <red>XBMC.UpdateLibrary(Video)</red>

from this thread:
http://forum.xbmc.org/showthread.php?tid...ary+button


Code:
<universalremote>
          <obc117>XBMC.UpdateLibrary(video)</obc117>
          <obc71>XBMC.UpdateLibrary(music)</obc71>
          <obc58>XBMC.ReplaceWindow(weather)</obc58>
          <obc76>XBMC.ReplaceWindow(filemanager)</obc76>
          <obc90>XBMC.RestartApp</obc90>
        <obc80>XBMC.Reboot</obc80>
        <obc144>XBMC.CleanLibrary(video)</obc144>
        <obc176>XBMC.CleanLibrary(music)</obc176>
        <obc132>XBMC.TakeScreenshot</obc132>
    </universalremote>
-=Jason=-
Reply
#63
Audible101 Wrote:hey i don't know if this belongs here but i don't think it deserves a new thread. So im trying to figure out how to choose a folder for as fanart for full screen vizulations. I can't use any that is listed as "same one used on home" because i already have specific fanart for pics movies tv show etc. i want to choose a totally different folder where i can place pics. whats the workaround for this ya

If you want a specific pack just for Music Vis. then easiest would be to open up MusicVisualisation.xml.

Line 46 is the line for what you use on Home:

Quote:<imagepath background="true">$INFO[Skin.String(CustomMusicFolder)]</imagepath>

Then change to whatever the location is:
Quote:<imagepath background="true">F:\Documents\XBMC\Backdrops\music</imagepath>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#64
Flomaster Wrote:
Code:
<universalremote>
          <obc117>XBMC.UpdateLibrary(video)</obc117>
          <obc71>XBMC.UpdateLibrary(music)</obc71>
          <obc58>XBMC.ReplaceWindow(weather)</obc58>
          <obc76>XBMC.ReplaceWindow(filemanager)</obc76>
          <obc90>XBMC.RestartApp</obc90>
        <obc80>XBMC.Reboot</obc80>
        <obc144>XBMC.CleanLibrary(video)</obc144>
        <obc176>XBMC.CleanLibrary(music)</obc176>
        <obc132>XBMC.TakeScreenshot</obc132>
    </universalremote>

nice gonna try fix my keyboard with update and clean library action Big Grin
Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
Reply
#65
mcborzu Wrote:If you want a specific pack just for Music Vis. then easiest would be to open up MusicVisualisation.xml.

Line 46 is the line for what you use on Home:



Then change to whatever the location is:

thx for the help
Reply
#66
Flomaster Wrote:take a look at ~/.xbmc/addons/skin.night/720p/DialogFullScreenInfo.xml
on second thought maybe its in http://github.com/bartowski/skin.night/b...eoInfo.xml
not sure what needs changing in there but thats where I would look

-=Jason=-

tried playing around but couldnt find the right file, im looking to resize the poster image while on fullscreen info when a movie is playing right now its too big and overlapping the info, any suggestions from anyone. and thanks flomaster that was definitely the right place just gotta find the file now
Reply
#67
Hey,

Love the skin! Would really like to be able to do the following:
Under dark view (movies), I would like to enable the following at the bottom right /right side of the screen (in 1080p resolution):
- Release Year
- Rating (stars or numbers)
- Quality (1080p/720p/Divx (etc))
- Runtime

This would be really awesome. What do I have to change to acomplish this? Big Grin
Reply
#68
need to know what view u wanna change. don't think night have stars for imdb
Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
Reply
#69
zwat Wrote:need to know what view u wanna change. don't think night have stars for imdb

ok, under Movies where i've selected the following view:
View type - Files
View options - Dark view


I want to add whats mentioned above to this view. Am I being clear? Tongue
Reply
#70
yep then i think u need to change the viewtype_files.xml
Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
Reply
#71
zwat Wrote:nice gonna try fix my keyboard with update and clean library action Big Grin

I also have to add it under the keyboard.xml. So hitting the letter Z, would be this:

<Z>XBMC.UpdateLibrary(video)</Z>
Reply
#72
z is already in use for changing aspect ratio. at least when playing video.

<v mod="ctrl">XBMC.UpdateLibrary(video)</v>
<v mod="ctrl,shift">XBMC.CleanLibrary(video)</v>
<m mod="ctrl">XBMC.UpdateLibrary(music)</m>
<m mod="ctrl,shift">XBMC.CleanLibrary(music)</m>
Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
Reply
#73
for some reason i don't get album cover when scraping so the default image for albums is shown. this image says nothing so i see no reason for having it there. what i thought to do instead was to get it to fall back on the genre image. but i can't find any fallback code in include_music_global.xml where can i try to do this genre thing?
Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
Reply
#74
zwat Wrote:for some reason i don't get album cover when scraping so the default image for albums is shown. this image says nothing so i see no reason for having it there. what i thought to do instead was to get it to fall back on the genre image. but i can't find any fallback code in include_music_global.xml where can i try to do this genre thing?

If I read that right, I believe there is no way to use $Info type stuff as a fallback. Only regular fallback="example/example.png"
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#75
ahh so u can just fall back on a hardcoded image? then i can try the isemty thing u do on ../logo.png and ../../logo.png. that should work right?
Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7

Logout Mark Read Team Forum Stats Members Help
what file must be change to accomplish this?0