Jump to content

marcelveldt

Recommended Posts

e123enitan

Hi Marcel

I have tried various GUI you have in Titan, this screen have become my favourite, due to it simplicity

I am just wondering if the menu title box shaded part could be shifted to left to allow better display of the backdrop, something like autofit to the longest text. appreciate if this could be taken into consideration in your next build.

 

Cheers!

 

55ece354595a0_screenshot014.png

Edited by e123enitan
Link to comment
Share on other sites

jluce50

I have similar thing before, so I went to skin settings>media library view>use extended video info dialog, when this enable it should down load the script,

I hope it works for you.

 

I already have the Extended Info script installed.

Link to comment
Share on other sites

marcelveldt

I already have the Extended Info script installed.

It's a known issue with Kodi Jarvis. Will be fixed in next version of extendedinfo
  • Like 1
Link to comment
Share on other sites

Diedrich

On a two occasions I have utilized the skin restore function. It doesn't seem to be a comprehensive solution though; because when I restore, all I seem to get back are color schemes, home tiles/sub menus and that's about it. It doesn't remember the layout of Movies or TV, it didn't remember toggles such as battery icon and it didn't even remember how many tile rows on the home screen. I'm using the beta version.

Edited by dvgmar
Link to comment
Share on other sites

altramarine

Kodi: 15.1

Emby: 1.1.13

Titan: 3.4.1

 

I have an Unset (mixed content) folder in my library that contains both Movies and Series.

I added my Emby folders using the Smart Shortcuts which worked wonderfully.

 

Unfortunately, the one folder that contains both movies and series only displays movies, totally ignoring series.

Would you be so kind as to advise how to make it show all?

 

I would really appreciate it:)

 

 

Link to comment
Share on other sites

marcelveldt

On a two occasions I have utilized the skin restore function. It doesn't seem to be a comprehensive solution though; because when I restore, all I seem to get back are color schemes, home tiles/sub menus and that's about it. It doesn't remember the layout of Movies or TV, it didn't remember toggles such as battery icon and it didn't even remember how many tile rows on the home screen. I'm using the beta version.

This is fixed in upcoming new beta of the skin.
  • Like 1
Link to comment
Share on other sites

jluce50

I just installed the newest beta, including the helper script and skin shortcuts script, and I'm getting all kinds of errors:

 

18:28:59 T:6848  NOTICE: TITAN SKIN --> Migrating Widget and background settings.....
18:28:59 T:6848   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'xml.parsers.expat.ExpatError'>
                                            Error Contents: no element found: line 1, column 0
                                            Traceback (most recent call last):
                                              File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.titanskin.helpers\default.py", line 12, in <module>
                                                fullMigration()
                                              File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.titanskin.helpers\migration.py", line 21, in fullMigration
                                                migrateSkinShortcuts()
                                              File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.titanskin.helpers\migration.py", line 281, in migrateSkinShortcuts
                                                doc = parse( skinshortcutspath )
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\dom\minidom.py", line 1918, in parse
                                                return expatbuilder.parse(file)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\dom\expatbuilder.py", line 924, in parse
                                                result = builder.parseFile(fp)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\dom\expatbuilder.py", line 211, in parseFile
                                                parser.Parse("", True)
                                            ExpatError: no element found: line 1, column 0
                                            -->End of Python script error report<--
18:29:05 T:8344   ERROR: Traceback (most recent call last):
18:29:05 T:8344   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 196, in shouldwerun
18:29:05 T:8344   ERROR:     hashes = ast.literal_eval( xbmcvfs.File( os.path.join( __masterpath__ , xbmc.getSkinDir() + ".hash" ) ).read() )
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\ast.py", line 49, in literal_eval
18:29:05 T:8344   ERROR:     node_or_string = parse(node_or_string, mode='eval')
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\ast.py", line 37, in parse
18:29:05 T:8344   ERROR:     return compile(source, filename, mode, PyCF_ONLY_AST)
18:29:05 T:8344   ERROR:   File "<unknown>", line 0
18:29:05 T:8344   ERROR:     ^
18:29:05 T:8344   ERROR: SyntaxError: unexpected EOF while parsing
18:29:05 T:8344   ERROR: Traceback (most recent call last):
18:29:05 T:8344   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 92, in buildMenu
18:29:05 T:8344   ERROR:     self.writexml( profilelist, mainmenuID, groups, numLevels, buildMode, progress, options )
18:29:05 T:8344   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 427, in writexml
18:29:05 T:8344   ERROR:     submenudata = DATA._get_shortcuts( submenu, submenuDefaultID, True, profile[0] )
18:29:05 T:8344   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\datafunctions.py", line 153, in _get_shortcuts
18:29:05 T:8344   ERROR:     tree = xmltree.parse( path )
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 1182, in parse
18:29:05 T:8344   ERROR:     tree.parse(source, parser)
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 657, in parse
18:29:05 T:8344   ERROR:     self._root = parser.close()
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 1654, in close
18:29:05 T:8344   ERROR:     self._raiseerror(v)
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 1506, in _raiseerror
18:29:05 T:8344   ERROR:     raise err
18:29:05 T:8344   ERROR: ParseError: no element found: line 1, column 0
18:29:05 T:8344   ERROR: Traceback (most recent call last):
18:29:05 T:8344   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 196, in shouldwerun
18:29:05 T:8344   ERROR:     hashes = ast.literal_eval( xbmcvfs.File( os.path.join( __masterpath__ , xbmc.getSkinDir() + ".hash" ) ).read() )
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\ast.py", line 49, in literal_eval
18:29:05 T:8344   ERROR:     node_or_string = parse(node_or_string, mode='eval')
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\ast.py", line 37, in parse
18:29:05 T:8344   ERROR:     return compile(source, filename, mode, PyCF_ONLY_AST)
18:29:05 T:8344   ERROR:   File "<unknown>", line 0
18:29:05 T:8344   ERROR:     ^
18:29:05 T:8344   ERROR: SyntaxError: unexpected EOF while parsing
18:29:05 T:8344   ERROR: Traceback (most recent call last):
18:29:05 T:8344   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 92, in buildMenu
18:29:05 T:8344   ERROR:     self.writexml( profilelist, mainmenuID, groups, numLevels, buildMode, progress, options )
18:29:05 T:8344   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 427, in writexml
18:29:05 T:8344   ERROR:     submenudata = DATA._get_shortcuts( submenu, submenuDefaultID, True, profile[0] )
18:29:05 T:8344   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\datafunctions.py", line 153, in _get_shortcuts
18:29:05 T:8344   ERROR:     tree = xmltree.parse( path )
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 1182, in parse
18:29:05 T:8344   ERROR:     tree.parse(source, parser)
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 657, in parse
18:29:05 T:8344   ERROR:     self._root = parser.close()
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 1654, in close
18:29:05 T:8344   ERROR:     self._raiseerror(v)
18:29:05 T:8344   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 1506, in _raiseerror
18:29:05 T:8344   ERROR:     raise err
18:29:05 T:8344   ERROR: ParseError: no element found: line 1, column 0
18:29:07 T:8224  NOTICE: Thread LanguageInvoker start, auto delete: false
18:29:07 T:8224  NOTICE: -->Python Interpreter Initialized<--
18:29:07 T:8224   ERROR: Traceback (most recent call last):
18:29:07 T:8224   ERROR:   File "C:\Users\Jeremy\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\xmlfunctions.py", line 196, in shouldwerun
18:29:07 T:8224   ERROR:     hashes = ast.literal_eval( xbmcvfs.File( os.path.join( __masterpath__ , xbmc.getSkinDir() + ".hash" ) ).read() )
18:29:07 T:8224   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\ast.py", line 49, in literal_eval
18:29:07 T:8224   ERROR:     node_or_string = parse(node_or_string, mode='eval')
18:29:07 T:8224   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\ast.py", line 37, in parse
18:29:07 T:8224   ERROR:     return compile(source, filename, mode, PyCF_ONLY_AST)
18:29:07 T:8224   ERROR:   File "<unknown>", line 0
18:29:07 T:8224   ERROR:     ^

kodi.log

Link to comment
Share on other sites

marcelveldt

Please could I make a request to add year and search to default  submenu of each user menu(movie, TV shows, Anima, Kids and etc), the current default have Genre, recently added, Unwatched, this would aid the process for searching/narrow down movies, especially where one have large collections of media files,

hope this make sense. 

Thanks again.

Please make this request on the Trello board of the Emby addon or on the forums for the Emby addon...

Link to comment
Share on other sites

marcelveldt

Starting to seriously use Kodi for the first time in a decade, and loving this skin once I configured it to my liking.

 

One small question though, would it be possible to make the "Nextup" service popup a little smaller and more subtle?  In Confluence, it pops up as a small window in the corner, which makes it far easier to deal with different media file's different lengths (some shows, 30 seconds is far too early, other shows have two minutes of credits).

 

In Titan, it pops up in the left center of the screen, and blocks a large portion of the picture.

 

Edit:  Actually, I realized it might not be Confluence I'm thinking of but one of the other skins I've tried, but my point still stands, I'd love to see something far more subtle in the corner of the screen instead of a huge popup blocking everything.

Added to my TODO list to fix somewhere in the next couple of days. Thanks for the feedback

  • Like 1
Link to comment
Share on other sites

marcelveldt

@@marcelveldt

 

Confirmation number: 3286722356458680W

I hope that buys a good beer in the Netherlands

 

Here is my home screen. I love it and I have one request to make it perfect! As you can see from the Photoshop'ing, I'd like to request the skin settings option to have the sub-menu items expand above the home tiles. I use a mouse to navigate and having the sub-menus open above the tiles would prevent the bottom bar from shading up as well as prevent sloppy mousing over the other tiles and therefore popping up their own sub-menu.

 

Thanks a lot for your donation, it's highly appreciated.

I have added your request to my TODO list to pick up once I'm done with the current changes.

 

Just an FYI: Did you notice that there already are different layouts for the submenu ? You can set it to vertical (mediaportal style) or the horizintal bar for example.

Link to comment
Share on other sites

marcelveldt

Hi Marcel

I have tried various GUI you have in Titan, this screen have become my favourite, due to it simplicity

I am just wondering if the menu title box shaded part could be shifted to left to allow better display of the backdrop, something like autofit to the longest text. appreciate if this could be taken into consideration in your next build.

Check out the latest 3.5.3 beta version. It has some nice fixes.

TIP: Try out the new white color theme, it's really clean.

Link to comment
Share on other sites

marcelveldt

On a two occasions I have utilized the skin restore function. It doesn't seem to be a comprehensive solution though; because when I restore, all I seem to get back are color schemes, home tiles/sub menus and that's about it. It doesn't remember the layout of Movies or TV, it didn't remember toggles such as battery icon and it didn't even remember how many tile rows on the home screen. I'm using the beta version.

This is fixed as of version 3.5.3 of the skin.

Link to comment
Share on other sites

marcelveldt

I have an Unset (mixed content) folder in my library that contains both Movies and Series.

I added my Emby folders using the Smart Shortcuts which worked wonderfully.

 

Unfortunately, the one folder that contains both movies and series only displays movies, totally ignoring series.

Would you be so kind as to advise how to make it show all?

 

I would really appreciate it:)

The Emby addon does not yet support mixed content. I do know however that @@Angelblue05 is working on that so it might be added soon.

  • Like 1
Link to comment
Share on other sites

marcelveldt

I just installed the newest beta, including the helper script and skin shortcuts script, and I'm getting all kinds of errors:

attachicon.gifkodi.log

If you go to skin settings --> reset shortcuts it should fix the issues.

 

If you don't want to reset your shortcuts because you have customized a lot, can you send me your skinshortcuts folder as a zip ?

 

It's located in kodi\userdata\addon_data\script.skinshortcuts

 

Just zip that entire folder and send it to me so I can examine why it's failing the migration.

Link to comment
Share on other sites

marcelveldt

I have had to revert back to 3.5.2 due to navigation issues. Pressing OK to change the widget list takes me to the skin settings pages.

Thanks for the catch, fixed in upcoming new beta 3.5.4

Link to comment
Share on other sites

marcelveldt

After the updates I no longer get thumbnails showing in the widgets when selecting from source.  The default widgets seem to work fine.

Are you sure that has ever worked ? As far as I'm aware the artwork won't be provided in the widget for a plain source, only for library items and plugins.

Link to comment
Share on other sites

Thanks for the catch, fixed in upcoming new beta 3.5.4

I can get to the widget lists now and move up and down in them, but the widget list seems to be smaller with only 2 options. Movies list is recommended, and recently added. TV Show list options are next up episodes and recently added.

 

I am sure the widget lists used to rotate through more options, e.g. recently added, in progress, unwatched, next up episodes (tv). And Music used to have recently played, random, Library, maybe some more.

 

Are these widget changes on purpose or a bug. This is a fresh install of Kodi 15.2rc1, emby 1.1.38, and Titan 3.5.4.

Link to comment
Share on other sites

Oh and how do I get rid of the power icon at the bottom of the home screen? If I disable the power menu on the home screen it goes away but then I have no power menu.

Link to comment
Share on other sites

Are you sure that has ever worked ? As far as I'm aware the artwork won't be provided in the widget for a plain source, only for library items and plugins.

Yes I have just tested on v3.4.1. The difference between the versions is when selecting----assign widget-video library-sources-films-create shortcut you would get a pop up saying Display... you could then select movies, tv etc. It seems this pop up is no longer appearing.

 

The source is in my library but as the library has mixed kids and adults films I use source to just show the adult films etc on that tile.

Edited by borenson
Link to comment
Share on other sites

jluce50

If you go to skin settings --> reset shortcuts it should fix the issues.

 

Thanks. Resetting the shortcuts worked. 

 

A couple other things:

 

Have the settings to change the opacity of the various panels been removed from General Color Settings? I could have sworn that's where they were.

 

I'm not sure if this is skin related, but the weather background images cycle incredibly quickly. I feel like I'm going to have a seizure when I load the weather screen. Is there a setting for this somewhere?

Link to comment
Share on other sites

Diedrich

Oh and how do I get rid of the power icon at the bottom of the home screen? If I disable the power menu on the home screen it goes away but then I have no power menu.

You have to go to Skin Settings>General. Enable mouse support and then you will see the option a few lines below that to remove the battery icon from the home screen. That one tripped me up too.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...