what file must be change to accomplish this?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Audible101 Offline
Senior Member
Posts: 103
Joined: Jul 2010
Reputation: 0
Post: #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
find quote
Flomaster Offline
Posting Freak
Posts: 1,293
Joined: Jun 2010
Reputation: 6
Location: East Texas
Post: #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=-
(This post was last modified: 2010-09-09 23:01 by Flomaster.)
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #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: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #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
find quote
Audible101 Offline
Senior Member
Posts: 103
Joined: Jul 2010
Reputation: 0
Post: #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
find quote
1slimm31 Offline
Junior Member
Posts: 40
Joined: Jun 2010
Reputation: 0
Post: #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
find quote
chram Offline
Junior Member
Posts: 6
Joined: Jul 2010
Reputation: 0
Post: #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
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #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
find quote
chram Offline
Junior Member
Posts: 6
Joined: Jul 2010
Reputation: 0
Post: #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
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #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
find quote
Post Reply