• 1
  • 470
  • 471
  • 472
  • 473
  • 474(current)
Titan BINGIE MOD v1 (UPDATED - 07/24/2020)
I'm having the issue where I see two resume options for any tv show. One is accurate and a second that always indicates the latest episode in library even if it's unplayed.


I am on omega and using jellyfin plugin for kodi
Reply
(2024-06-18, 14:26)BlueKaiju Wrote: As you can see in the 1st picture it shows "Resume S2: Ep. 2" even though there is no Season 2 Episode 2 anywhere in my library. There are only 2 episodes in my library right now: Season 2 Episode 7 and Season 5 Episode 6. The top button correctly says "Play Season 5 Episode 6" although there is a weird graphical glitch with the progress bar behind it. Maybe there is something wrong with the code that handles the Resume button?

This is the same issue I am having and I have cleaned library as well
Reply
(2024-12-11, 15:39)Thomiehawk Wrote: I am on omega and using jellyfin plugin for kodi
I've never heard Kodi giving 2 resume points; suspect this is a jellyfin anomaly and might want to utilize the set-up without the plugin. One wonders if the default skin also has the issue?
Reply
(2024-12-11, 15:39)Thomiehawk Wrote: I am on omega and using jellyfin plugin for kodi

fun fact, jellyfin modifies the kodi database directly sidestepping all of kodi's built in library operations
Reply
I've checked with default skin but there seems to be no issues with estuary

I've reset the kodi database and disabled the jellyfin plugin, added my shows through an smb share then scanned with tmdb scraper.
Then created a new widget for in-progress shows and I still get the same issue

Image

As you can see in the picture it gives two options:
  1. Play season 1 episode 3 (correct)
  2. Resume S1:EP6 (incorrect)

It is a visual glitch however since pressing both options leads me to the correct episode, which is episode 3 in this case.
Reply
Check the .nfo and look for the resume points... do you have more than one? If there is two, then other software has infiltrated the meta-data.

<resume>
        <position>0.000000</position>
        <total>0.000000</total>
</resume>
Reply
Where exactly should I be able to find these nfo files? The only ones I can find in the series folders are those that jellyfin have created
Reply
I've managed to export the resume points
The nfo for this show had just one resume point

    <resume>
        <position>0.000000</position>
        <total>0.000000</total>
    </resume>

same as your example
Reply
I was able to fix it by deleting line 1774 through 1796 in IncludesDialogVideoInfo.xml
Quote:<!-- Resume -->
<control type="radiobutton" id="90">
<!-- <visible>Skin.HasSetting(videoinfo_button_play)</visible> -->
<visible>ListItem.IsResumable</visible>
<include>Bingie_InfoDialog_Button_Default_Defs</include>
<include content="Bingie_InfoDialog_Button_Texture">
<param name="radiotexture" value="dialogs/videoinfo/info/play2.png"/>
</include>
<label>$LOCALIZE[13404]$INFO[ListItem.Season, $LOCALIZE[31871],: ]$INFO[ListItem.Episode,$LOCALIZE[31873]. ,]</label>
<radioposx>17</radioposx>
<radiowidth>22</radiowidth>
<radioheight>22</radioheight>
<!-- Set InfoDialog as BaseWindow if NOT clicked via SendClick -->
<onclick condition="!$EXP[IsTvShowDBTypeNoFallback]">SetProperty(BaseWindow,1,Home)</onclick>
<onclick condition="!Window.IsActive(Custom_1191_TMDbHelper.xml) + !Window.IsActive(Custom_1190_TMDbHelperCast.xml)">Dialog.Close(movieinformation)</onclick>
<onclick condition="!String.IsEmpty(ListItem.FileNameAndPath) + !Window.IsActive(Custom_1191_TMDbHelper.xml) + !Window.IsActive(Custom_1190_TMDbHelperCast.xml)">AlarmClock(PlayMovie,PlayMedia($ESCINFO[ListItem.FileNameAndPath],resume),00:01,silent)</onclick>
<onclick condition="String.IsEmpty(ListItem.FileNameAndPath) + !Window.IsActive(Custom_1191_TMDbHelper.xml) + !Window.IsActive(Custom_1190_TMDbHelperCast.xml)">AlarmClock(PlayMovie,PlayMedia($ESCINFO[ListItem.FolderPath],resume),00:01,silent)</onclick>
<onclick condition="Window.IsActive(Custom_1190_TMDbHelperCast.xml) + !Window.IsActive(Custom_1191_TMDbHelper.xml)">RunScript(plugin.video.themoviedb.helper,close_dialog=1190)</onclick>
<onclick condition="!ListItem.IsFolder + !String.IsEmpty(ListItem.FileNameAndPath) + Window.IsActive(Custom_1190_TMDbHelperCast.xml) + !Window.IsActive(Custom_1191_TMDbHelper.xml)">AlarmClock(PlayMovie,PlayMedia($ESCINFO[ListItem.FileNameAndPath],resume),00:01,silent)</onclick>
<onclick condition="!ListItem.IsFolder + String.IsEmpty(ListItem.FileNameAndPath) + Window.IsActive(Custom_1190_TMDbHelperCast.xml) + !Window.IsActive(Custom_1191_TMDbHelper.xml)">AlarmClock(PlayMovie,PlayMedia($ESCINFO[ListItem.FolderPath],resume),00:01,silent)</onclick>
<onclick condition="!$EXP[Exp_InfoDialog_IsFolder] + !String.IsEmpty(ListItem.FileNameAndPath) + Window.IsActive(Custom_1191_TMDbHelper.xml) + !Window.IsActive(Custom_1190_TMDbHelperCast.xml)">RunScript(plugin.video.themoviedb.helper,recommendations=onaction,window_id=1191,after=True,builtin='PlayMedia($ESCINFO[ListItem.FileNameAndPath],resume)')</onclick>
<onclick condition="!$EXP[Exp_InfoDialog_IsFolder] + String.IsEmpty(ListItem.FileNameAndPath) + Window.IsActive(Custom_1191_TMDbHelper.xml) + !Window.IsActive(Custom_1190_TMDbHelperCast.xml)">RunScript(plugin.video.themoviedb.helper,recommendations=onaction,window_id=1191,after=True,builtin='PlayMedia($ESCINFO[ListItem.FolderPath],resume)')</onclick>
</control>

I leave it up to the creator of the skin if I should make a PR on github or not

There are two resume buttons created instead of one
Reply
Does anybody know which playlist file 'Surprise me' is using?
Reply
(2024-12-14, 18:12)Chalklands Wrote: 'Surprise me'
I suspect it's this one.
 
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Surprise Me</name>
    <match>all</match>
    <rule field="playcount" operator="is">
        <value>0</value>
    </rule>
    <limit>1</limit>
    <order direction="descending">random</order>
</smartplaylist>
Reply
Everyone I am sorry I haven't been replying. I have had both my PC go out. The liquid cooler went out on one and I broke my water cooled system open loop on the other. I have ordered parts and bought another PC just waiting for it to arrive.

I'll be on vacation in Japan after this so please just give me some time.
Titan Bingie Mod
Reply
(2024-12-09, 06:25)PatK Wrote:
(2024-12-09, 03:53)GangstaExhaust Wrote: setup with 6-7 categories/hubs
I'm unfamiliar with the definition of hub, but let's say you have 6-7 folders each can be set as a source for your media as a category. Each category can be made a favourite, parsed with a smart playlist or made a node.

e.g. Stuff folders.

Old Stuff
New Stuff
Good Stuff
Bad Stuff
Stuffing
Get Stuffed
Best Stuff
TV Stuff

I actually figured it out, I was just being dumb
Reply
Does anyone know which old version of the skin had different views for widgets?
I want my custom hub first widget to be Landscape, Widget 2 to be Poster, Widget 3 to be banner, etc.
I can edit the code myself to help out but I can't figure out where in the code its assigned.
Reply
(2020-11-04, 14:29)HugoL Wrote:
(2020-11-04, 07:34)mathu204 Wrote: Also this one is a feature request or question, is it possible to set different aspects for different widgets rather than all widgets being set to Poster or Landscape? My Custom List uses Landscape while the rest are Poster, but I cant change any individually, I would like to have My next episodes widget as landscape and the rest poster.

For multiple layout widgets: switch off the Fixed Focus Widgets Vertical Scrolling, highlighted below (Confusingly, Achilles has  changed this header to Fixed "Frame" vertical scrolling but this must be a mistake). Now when you configure widgets from Configure Shortcuts>Edit Menu Shortcuts, you'll see a new option to change each widget's layout. 


Image

However, in my opinion, switching off Fixed Focus Widgets for multiple widget layout doesn't look right at all because will have to sacrifice the proper Netflix style where the widget focus is always on the top widget.  This option focuses on the bottom widget and cuts off the top widget and it looks all wrong to me.

If you still chose to have multiple layouts, don't be tempted to switch back on the fixed focus setting after you've set your multiple layouts because it won't scroll vertically correctly,  moving the widgets into the spotlight area.

There is however, at least one instance that I know of where you can have the fixed focus and a multiple layout together. If you only set the last widget of your home widgets as a different layout, it will scroll properly. In the case below I have the proper Netflix layout with the Categories widget displaying landscape and everything above set as poster.

Image

How does one achieve this on the current version of the skin?
Reply
  • 1
  • 470
  • 471
  • 472
  • 473
  • 474(current)

Logout Mark Read Team Forum Stats Members Help
Titan BINGIE MOD v1 (UPDATED - 07/24/2020)0