I want ask you, if is possible add to movie file view - fanart, information about media ( I mean information about sound, codec, etc.. ). This information I can see in library mode.
THX
Alda
Media info in movie file view?
alda
Senior Member Posts: 241 Joined: Jan 2010 Reputation: 0 |
2010-02-01 21:51
Post: #1
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-02-01 22:03
Post: #2
no. file view = a view of your files, not a view of your movies.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
`Black
Skilled Skinner Joined: Apr 2009 Reputation: 49 Location: Germany |
2010-02-01 22:26
Post: #3
It's not possible at the moment but not impossible to do. XBMC has to extract the media informations on the fly from the focused or all visible files. But I think that would make the browsing slow, so if you don't implement it yourself, you'll never see it.
|
| find quote |
alda
Senior Member Posts: 241 Joined: Jan 2010 Reputation: 0 |
2010-02-01 22:40
Post: #4
No, it isn't necessary. I can work in library mode.
But maybe I'm doing something wrong, because in the library mode I can't see movie cover ( folder.jpg or movie.jpg ) but I see clip from the movie. Alda |
| find quote |
`Black
Skilled Skinner Joined: Apr 2009 Reputation: 49 Location: Germany |
2010-02-02 04:26
Post: #5
You have to use movie.tbn or <moviename>.tbn to get a cover in library mode... some skins have hq options and use poster/folder/movie.jpg from the movie's folder but .tbn will work with all skins. So if you use movie.jpg, just rename it to movie.tbn and rescan all movies.
|
| find quote |
alda
Senior Member Posts: 241 Joined: Jan 2010 Reputation: 0 |
2010-02-02 09:35
Post: #6
Thanks, super It's working but....
In library mode in genre view - is possible add for each genre any picture ? Where must be this picture saved ? Thx Alda
(This post was last modified: 2010-02-02 10:00 by alda.)
|
| find quote |
mcborzu
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2010-02-02 16:31
Post: #7
Yes, this is from Alaska but a good majority of skins support this...
PHP Code: <texture diffuse="poster/postermatteNF.png" fallback="DefaultMovieGenre.jpg">moviegenres/$INFO[ListItem.Label].jpg</texture> This, moviegenres/$INFO[ListItem.Label].jpg means it looks in the folder 'moviegenres' inside the media folder/then if you are highlighted on Horror...moviegenres/$INFO[ListItem.Label].jpg would return-moviegenres/Horror.jpg And fallback="DefaultMovieGenre.jpg means if it can't locate the corresponding pic it will use this as a fallback Somewhere there is a thread about Movie/Music genre pictures, probably in the Fanart/backdrop section |
| find quote |
alda
Senior Member Posts: 241 Joined: Jan 2010 Reputation: 0 |
2010-02-02 17:55
Post: #8
thanks for your answer, but I'm not quite sure, where to place this line into skin and where make this folder.
Thank you for each help Alda
(This post was last modified: 2010-02-02 17:58 by alda.)
|
| find quote |

Search
Help