2016-05-06, 18:25
Request: add the file name and path in the info screen, specially for movies and tv shows - I think that this information is useful and is included in most skins.
Thanks
Thanks
(2016-03-08, 16:08)tripkip Wrote: Is there an option to hide watched items from recently added movies/episodes?That would be great. Nice report from another thread (copy from there, as the original thread isnt only about it)
I remember there was an issue with the way they recent items were extracted from the db to easily add this, don't remember entirely but it never made it into Confluence even though many people want this.
(2016-05-07, 22:54)Milhouse Wrote: I must admit I really liked this feature when it was in Confluence.
The Estuary "Unwatched" filter (in the "Recently Added" view) doesn't work as well as this database method, because let's say you have 50 recently added movies (the first 25 of which have been watched, the next 25 of which are unwatched) then in Estuary - which only shows at most 25 items - when you enable the "Unwatched" filter the "Recently Added" list becomes empty and doesn't show the remaining 25 unwatched movies.
Presumably this is because Estuary retrieves the 25 most recently added movies and then filters out the watched movies, leaving none left. If instead Estuary queried the database for "most recently added movies that have not been watched limit 25" then it would work much better. Which is basically what the Confluence patches did, I think.
The Estuary (must most likely "core"?) implementation of the "Unwatched" filter is so wrong it's not worth having IMHO - my movies "Recently Added" list currently shows 1 movie when applying the Unwatched filter, yet there's hundreds of unwatched movies in the library. It's the same with episodes, too.
Similarly the Estuary Home screen would work better if it had the option to show only unwatched recently added movies/episodes (using a database query, and not applying a filter on a limited result set). My Estuary home screen is cluttered with movies and episodes I've already watched, and there's no way to get rid of them.
A global non-skin specific "Hide watched" setting for the Recently Added queries would be a great thing IMHO, and would certainly improve Estuary.
Code:
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<aspectratio>stretch</aspectratio>
<!--<aspectratio>keep</aspectratio> -->
<imagepath background="true">$INFO[ListItem.Path]/extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
</control>
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<aspectratio>stretch</aspectratio>
<imagepath background="true">$INFO[ListItem.Path]../extrafanart</imagepath>
<timeperimage>7000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
<visible>Container.Content(episodes)</visible>
</control>
-<control id="90163" type="button">
<include>ButtonHomeSubCommonValues</include>
<label>Recently Viewed</label>
<onclick>ActivateWindow(Videos,special://videoplaylists/RecentlyPlayed.xsp,return)</onclick>
(2016-05-12, 13:27)Dumyat Wrote: Feature request for Live TV option: Currently skin seems to default to using Live Tv widget for this item which appears to show recently played channels. I maybe struggle to see what the relevance / benefit is to a user in showing this information, particularly given it takes up most of screen as well.
I'm not sure it's actually possible to create, but what about showing 'Today's TV Recommendation / Picks' (a random selection of programmes broadcasting that day with data used from the Guide DB), with button options to record / set reminders for these items. Maybe even base these recommendations on viewing habits (Tv channels / programmes most watched). This kind of functionality would have a far greater benefit to users and would be a huge plus point for Live TV within Kodi.
Feature request for background colour themes: Ability to switch off transparency and keep background colour solid, when media is playing. I find it a little distracting having live media playing in the background, when I'm surfing through media elsewhere...
Anyway, great job on a great skin guys.......The future is certainly looking bright with Estuary
(2016-05-13, 16:51)caribo Wrote: At the moment the TV widget shows the first 10 channels in the list, which will change to be the most recently played at some point in the future. This is exactly what I would like to see rather than somebody elses TV recommendations. That's not how I watch TV. so maybe of benefit to you, but not everyone. each to their own , I guessYou are maybe misunderstanding what I'm attempting to illustrate here. Displaying recently played TV channels does not have quite the same relevance / benefit as maybe other media types, like music, Tv shows or movies where a user may have stopped them for whatever reason, but may want to go back to them at some point in the future to finish watching/listening, so there is clearly a benefit in showing recently played items for those media types. Displaying Tv channels that might have been played yesterday, the day before or even last week surely has no real benefit as the programme you were watching at that time has obviously finished.
(2016-03-17, 15:38)pyrodex Wrote: Could it be possible to have options to set the info functions to default to something other than plot to maybe metadata?
(2016-05-06, 18:25)theotocopulitos Wrote: Request: add the file name and path in the info screen, specially for movies and tv shows - I think that this information is useful and is included in most skins.This is also ESSENTIAL. How on earth are you gonna find out what's wrongly scraped? Opening logs is way to much work for something that used to be simple.
Thanks
(2016-03-08, 20:28)ep0ch Wrote: Thanks for this very cool skin. A couple of features I would like:
1. The default view for "TV" to show the EPG instead of "Favourite Channels". This would be very cool imho
2. Ability to re-order menu items
That is all, thanks again!
(2016-05-19, 18:14)ianuk2005 Wrote:If you want custom menu items and the ability to re-order them, you may want to consider downloading Guilouz's MOD of the Estuary Skin, as both of these features are available by going into skin settings and selecting Customize Main Menu.(2016-03-08, 20:28)ep0ch Wrote: Thanks for this very cool skin. A couple of features I would like:
1. The default view for "TV" to show the EPG instead of "Favourite Channels". This would be very cool imho
2. Ability to re-order menu items
That is all, thanks again!
+1
The EPG should be the easiest and default thing to access for live TV.
Re-ordering would be nice, i prefer live TV at the top then movies, tv shows etc.
Can't help but think custom menus is going to solve a lot of peoples requests.