Kodi Community Forum

Full Version: reFocus 0.9.5 for Frodo (deprecated)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Jeroen Wrote:The "edit" button probably Smile

Seriously? I'm not aware of an "edit" keymapping...
Remember I'm already on the info page, I just can't access the submenu... On 0.9.3, i can get to it with the arrows...
Koying Wrote:Seriously? I'm not aware of an "edit" keymapping...
Remember I'm already on the info page, I just can't access the submenu... On 0.9.3, i can get to it with the arrows...

He meant, there should be a button marked 'Edit' to the right of 'Trailer'. Click that button and a dialog with all of the options will appear.
Great skin! any chance you can incorporate a tv show auto delete prompt like in this skin?
Sranshaft Wrote:He meant, there should be a button marked 'Edit' to the right of 'Trailer'. Click that button and a dialog with all of the options will appear.

Well, I do not have the button...

I only got "Play" and "Cast", as shown here + trailer when one is available.
As I said, in 0.9.3, from this menu, an "arrow left" leads me to this menu

As I assume the button is there for most, any idea what could cause this? (I already checked in english, and the symptoms are the same)
Koying Wrote:Well, I do not have the button...

Ok, I think I nailed it.
Actually the button doesn't appear for "http" videos (which are most of mine)

It's due to
Code:
<visible>![SubString(ListItem.Path,http) | SubString(ListItem.Path,plugin://)]</visible>
Removing it makes the "edit" button appear everywhere.

It's clearly a bug. I see no reason for preventing to edit the metadata of an "http" video in any occasion...

I guess it is the same for everywhere where you have negative test for
Code:
SubString(ListItem.Path,http)
e.g. trailers
Can you give me an example of a usage scenario where you actually change thumbnails and such for online content?
Well, all the common scenarii for a video file...

I just store my video files on a server and happen to stream them thru http. XBMC handles this nicely and can handle subdirectories, so there is no differences vs. a local folder.
Ah I see, I thought you were referring to streaming websites or something. I'll take care of it
Jeroen Wrote:I'll take care of it

Thanks in advance Smile
Maybe I'm just dense, but I can't seem to figure out how to get to the queue in this skin.

What am I missing?
Jeroen Wrote:The watchlist addon hasn't been pushed to git yet though. Probably will soon. I have quite a lot of changes waiting though, just have to clean up and finish some things before updating git.

I'm wondering if combining watchlist with recently added movies would be more convenient/useful though, not sure:
Image

This is very cool. I really like this implementation, I find it convenient to have both current watchlist of tv shows with recently added movies.
Ebatte Wrote:Maybe I'm just dense, but I can't seem to figure out how to get to the queue in this skin.

What am I missing?

You mean getting to the playlist? Just press space when in the library, this is skin independent. Or use the "now playing" entry in the homescreen menu.

kyotocafe Wrote:This is very cool. I really like this implementation, I find it convenient to have both current watchlist of tv shows with recently added movies.

I noticed that partially watched movies are also available through the watchlist add-on now, so that could be used too. Probably will make it an option to choose between both.
I was just wondering if it is possible to display fanart in the home page, but insted of having it as a slide show, fan art would appear as I highlight either one of the sections in the homepage..
@Jeroen any chance you can incorporate a tv show auto delete prompt like in this skin?
eldelxl Wrote:I was just wondering if it is possible to display fanart in the home page, but insted of having it as a slide show, fan art would appear as I highlight either one of the sections in the homepage..

Possible, but not going to happen, sorry.

Lunatixz Wrote:@Jeroen any chance you can incorporate a tv show auto delete prompt like in this skin?

I would have to look into it first. But since it's not something I would use, lots of other things are higher on the priority list.