2016-02-06, 20:52
Hi, I was wondering if there was a way to display unwatched count of Episodes by TV Show in the different screens.
Preferably something that also works with addons.
I was trying to see if I can find something online for this, and the closest I found was for another skin where you modify the following XML (seems to be using core features of Kodi to pull the info) -- however when I tried it in the Confluence skin I got an error in the log saying something along the lines of it not recognizing that property.
Checking the skin folder, these are all the files I could find that use the label, I don't know much about customizing skins, nor have I dived into the back-end code at all, so I don't want to just start modding files if I don't have a guide to go off of here, I was wondering if there was a way to accomplish this in the GUI or if someone can point me into how to make any necessary changes to the config files to achieve this.
I just picked up this skin today, and I'm liking it thus far; I just really would like to have this feature added to it.
Thanks!
Preferably something that also works with addons.
I was trying to see if I can find something online for this, and the closest I found was for another skin where you modify the following XML (seems to be using core features of Kodi to pull the info) -- however when I tried it in the Confluence skin I got an error in the log saying something along the lines of it not recognizing that property.
Code:
<label>$INFO[ListItem.Label]</label>
Code:
<label>$INFO[ListItem.Label]$INFO[ListItem.Property(UnWatchedEpisodes), (,)]</label>
Checking the skin folder, these are all the files I could find that use the label, I don't know much about customizing skins, nor have I dived into the back-end code at all, so I don't want to just start modding files if I don't have a guide to go off of here, I was wondering if there was a way to accomplish this in the GUI or if someone can point me into how to make any necessary changes to the config files to achieve this.
Code:
~/.kodi/addons/skin.aeonmq6/720p$ grep -c 'ListItem.Label' *.xml |grep -vE ':0$'
AddonBrowser.xml:8
customHome.xml:2
customNextTracks.xml:4
DialogAlbumInfo.xml:9
DialogButtonMenu.xml:2
DialogContentSettings.xml:3
DialogFavourites.xml:2
DialogFileStacking.xml:2
DialogMediaSource.xml:2
DialogPeripheralManager.xml:2
DialogPictureInfo.xml:4
DialogPVRChannelsOSD.xml:2
DialogPVRGroupManager.xml:2
DialogSelect.xml:6
DialogSongInfo.xml:4
DialogSubtitles.xml:12
DialogVideoInfo.xml:11
FileBrowser.xml:4
FileManager.xml:6
Home.xml:11
IncludesLyrics.xml:8
IncludesMainMenu.xml:6
IncludesMenuCustom.xml:41
IncludesMenuWidgets.xml:5
IncludesVariables.xml:77
IncludesWeather.xml:3
includes.xml:2
LoginScreen.xml:2
MyMusicPlaylistEditor.xml:4
MyPics.xml:1
MyPrograms.xml:1
MyPVRChannels.xml:3
MyPVRRecordings.xml:2
MyPVRSearch.xml:2
MyPVRTimers.xml:2
MyVideoNav.xml:5
MyVideoPlaylist.xml:1
script-ExtendedInfo Script-DialogInfo.xml:8
script-ExtendedInfo Script-DialogVideoInfo.xml:8
script-NextAired-TVGuide.xml:1
script-RCB-editromcollection.xml:17
script-RCB-editscraper.xml:7
script-RCB-gameinfo.xml:8
script-RCB-importoptions.xml:10
script-RCB-removeRC.xml:4
script-Rom_Collection_Browser-main.xml:16
script-trakt-ContextMenu.xml:2
SettingsProfile.xml:14
Settings.xml:4
SkinSettings.xml:4
SmartPlaylistEditor.xml:3
traktContextMenu.xml:2
VideoOSDBookmarks.xml:2
Views3DWall.xml:2
ViewsBanner.xml:2
ViewsGames.xml:8
ViewsGlassList.xml:9
ViewsLandScapeX.xml:5
ViewsLiveTV.xml:9
ViewsLowList.xml:5
ViewsMultiplex.xml:4
ViewsPanel.xml:1
ViewsPhotoShow.xml:3
ViewsPosterList.xml:4
ViewsPosterLite.xml:13
ViewsRightList.xml:5
ViewsSets.xml:4
ViewsShowArt.xml:3
ViewsShowCase.xml:4
ViewsTotalArt.xml:6
ViewsWall.xml:8
ViewsWide.xml:7
VisualisationPresetList.xml:2
I just picked up this skin today, and I'm liking it thus far; I just really would like to have this feature added to it.
Thanks!