XBMC Community Forum
[RELEASE] reFocus 0.9.5 - 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: reFocus (/forumdisplay.php?fid=72)
+---- Thread: [RELEASE] reFocus 0.9.5 (/showthread.php?tid=75867)



- Ahuch - 2011-12-21 02:45

Edit: Nevermind


- shadylog - 2011-12-23 17:51

For everyone having trouble getting unwatched/watched indicators activated on the git version:

For windows, just execute Texturepacker.bat in the skin.
For linux, use the following command while in the skin.refocus directory.
Code:
/usr/share/xbmc/TexturePacker -dupecheck -input media/ -output media/Textures.xbt

You will have your watched/unwatched, and many more textures suddenly working.

The reason for missing these textures in the git version is obvious. Texturepacker merely packs already existing images. So providing an up to date Textures.xbt only adds to the size of the git repository, and providing it is redudant.

Thanks again for this wonderful skin Jeroen, and I am honored you chose my suggestion "Deck" for your new view Smile Can't wait to experience it Smile


- Xiolent - 2011-12-23 22:55

rich_stwrt Wrote:When you check 'prefer posters' all that does is it sets the internal scraper (when not using locally stored info) to look for posters rather than banners for your TV shows.

When XBMC scrapes your local media, it will always look for the file "folder.jpg" and store that image as the thumbnail... it does not pay any attention to files named 'banner' or 'poster'.

So here is where it can get confusing. Every skin author has their preference as to what the default image should be. For the default skin Confluence, the author prefers banners, so his skin assumes that 'folder.jpg' is a banner, and displays it as a banner sized image. If 'folder.jpg' is a poster, it stretches it to fill the space. But, there is an option in the skin to use posters. In that case, the skin ignores 'folder.jpg' and looks for the file 'poster.jpg'.

Conversly, Jeroen would seem to prefer posters. So this skin assumes that 'folder.jpg' is a poster, and adjusts that image to fit in a poster sized space. If it happens to be a banner, then it squishes it to fit the space. But, there is an option to use banners, so if this is selected, 'folder.jpg' is ignored and 'banner.jpg' is used.

I know this is a bit a an oversimplification, but it gives you the idea. The real take away from this discussion is that you need to look at the file 'folder.jpg' in your media directories and make sure they are posters if you want to use ReFocus (i'm assuming they are not). You can change them manually, or you could use the new 'artwork downloader' script to download the posters (it gives you the option use a banner or poster for 'folder.jpg').

Now here is the real pain. in order to get this to show up in your library, you are going to need to 1) go to the info screen for each show and do a refresh using locally stored data, 2) delete that source from XBMC, then re-add it and let it scrape everything from scratch. (if anyone has a better way to accomplish this, please let me know).

Maybe someday the developers will change it where XBMC doesn't use 'folder.jpg' but instead stores both the banner and the poster image. But, this is likely low on the priority list (or may be painful change, since it would require a change to the underlying database structure used by the library, as well as a change to every tv show scraper out there).

Hope this helps.

Is this still the most efficient method?
(Sorry if this has already been mentioned, there are a lot of pages)


- Abrasher - 2011-12-24 08:27

Can anyone verify the process to installing and running the github version of this skin? Perhaps specifically on an ATV2? I have the stable 9.4.1 installed and it runs great (minus some watch list issues). I downloaded the latest github(.zip) installed it via the installer and it does not look right in the least.

IDEAS?


- voochi - 2011-12-24 20:35

Hi,
I am using Eden beta1 on W7 and the ReFocus 0.9.4.1 skin

I use the thumbnails view. My problem is that I cant see the movie score rating anywhere when using this view. If I press 'i' to bring up movie info, it shows me Genre, Duration, etc, but no movie score.

Is this deliberate or an oversight? For me the score is one of the most important pieces of info when choosing what to watch, much more useful than something trivial like the movie studio. I don't mind having to press 'i' to see it if there is no room on the main screen.


- limeblue - 2011-12-24 21:07

voochi Wrote:Hi,
I am using Eden beta1 on W7 and the ReFocus 0.9.4.1 skin

I use the thumbnails view. My problem is that I cant see the movie score rating anywhere when using this view. If I press 'i' to bring up movie info, it shows me Genre, Duration, etc, but no movie score.

Is this deliberate or an oversight? For me the score is one of the most important pieces of info when choosing what to watch, much more useful than something trivial like the movie studio. I don't mind having to press 'i' to see it if there is no room on the main screen.

i'm also using refocus on eden beta, that's right in tumbnails view u can not see the rating but if you switch to smaller grid u will see a star rating on top right of your screen.


- canadave - 2011-12-25 00:55

Hey, quick question. In Slide view in "Movies", if I go to "page left/right" mode, I can't move toward the left, from movies at the beginning of the list (starting with "A") to the movies at the end (starting with "Z"). However, I *can* move that way if I just click left without going into page left/right mode.

Not sure if that's an XBMC bug or a reFocus bug...?


- Jeroen - 2011-12-25 11:55

voochi Wrote:Hi,
I am using Eden beta1 on W7 and the ReFocus 0.9.4.1 skin

I use the thumbnails view. My problem is that I cant see the movie score rating anywhere when using this view. If I press 'i' to bring up movie info, it shows me Genre, Duration, etc, but no movie score.

Is this deliberate or an oversight? For me the score is one of the most important pieces of info when choosing what to watch, much more useful than something trivial like the movie studio. I don't mind having to press 'i' to see it if there is no room on the main screen.

Now that you mention it, the rating probably got lost when I reworked the movie info screen. I will add it there, and see what I can do about the thumbnails view, but the space is pretty limited there.

canadave Wrote:Hey, quick question. In Slide view in "Movies", if I go to "page left/right" mode, I can't move toward the left, from movies at the beginning of the list (starting with "A") to the movies at the end (starting with "Z"). However, I *can* move that way if I just click left without going into page left/right mode.

Not sure if that's an XBMC bug or a reFocus bug...?
What do you mean by page left/right mode? Do you mean using the page up and page down keys?


- voochi - 2011-12-25 12:48

Jeroen Wrote:Now that you mention it, the rating probably got lost when I reworked the movie info screen. I will add it there, and see what I can do about the thumbnails view, but the space is pretty limited there.


What do you mean by page left/right mode? Do you mean using the page up and page down keys?

That's great news, thanks for the reply. This skin should be default in Eden, I think it gets the balance between clean looks, simplicity and useability (from a distance) just perfect. Too many skins have tiny little font that you can't read from a distance, and a million bits of info all jumbled over the screen.

But that's just my opinion.


- Jeroen - 2011-12-25 14:35

voochi Wrote:That's great news, thanks for the reply. This skin should be default in Eden, I think it gets the balance between clean looks, simplicity and useability (from a distance) just perfect. Too many skins have tiny little font that you can't read from a distance, and a million bits of info all jumbled over the screen.

But that's just my opinion.

Thanks for the kind words. I added the rating (stars and text) to the video info screen. I am thinking about removing the studio flag in the thumbnail view to make room for the rating, as I agree it is more useful. Or maybe move the studio logo to the left and putting the rating on the right where the rating is now.