Mod Titan M O D ( last Updated 19-12-2019)
(2020-10-17, 08:20)fantasticn Wrote: Edit: Meanwhile I adjusted the files "View_S23_Netflix.xml" and "View_S25_Netflix_Landscape.xml" and substituted the line "<include>trailer_onup</include>" with "<include></include>". Now I cannot accidently press the "up" button in Netflix View and Netflix Landscape View anymore and thereby cause the trailer to start. But unfortunately this did not resolve my actual problem (first movie of my library starting occasionally, esepcially when entering a library with a different view type). That leaves me puzzled as to this issue being related to the trailer function or not. So I am currently investigating into this "current playlist" thing: Why is this first movie of my library always automatically placed into the "current playlist" and where in the world is this playlist located?

Edit 2: Seems that "current playlist" always shows the movie that was last played and then stopped. So there seems no relevant connection to the autoplay problem then. Also it's not only the first movie of my database that is always starting to play automatically but the first movie that is listed under a Netflix Viewtype. So if I sort the movies by entry date instead of names and then re-enter the section it is the first movie listed that is going to be played automatically. Still I am puzzled why Titan Mod behaves like this while no other skin has this problem.

I knew that the trailer is not to blame. I had already tested it.

This is triggered by "Titan Mod".

Code:
2020-10-19 00:43:30.711 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:66 Kodi Version: 18
2020-10-19 00:43:30.712 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:67 Script argument data: ['plugin://plugin.video.jellycon/library/movies', '12', '?item_id=615cb62cee7f872bfd9309bb6e694713&mode=PLAY', 'resume:false']
2020-10-19 00:43:30.712 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:327 Parameter string: ?item_id=615cb62cee7f872bfd9309bb6e694713&mode=PLAY
2020-10-19 00:43:30.712 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:328 Plugin Path string: plugin://plugin.video.jellycon/library/movies
2020-10-19 00:43:30.712 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:351 JellyCon -> Detected parameters: {'item_id': '615cb62cee7f872bfd9309bb6e694713', 'mode': 'PLAY', 'request_path': '/library/movies'}
2020-10-19 00:43:30.712 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:70 Script params: {'item_id': '615cb62cee7f872bfd9309bb6e694713', 'mode': 'PLAY', 'request_path': '/library/movies'}
2020-10-19 00:43:30.713 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:151 JellyCon -> Mode: PLAY
2020-10-19 00:43:30.713 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:152 JellyCon -> URL: None
2020-10-19 00:43:30.713 T:8564  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:939 == ENTER: PLAY ==
This ID corresponds to the unintentionally played movie,
In my example "id = 615cb62cee7f872bfd9309bb6e694713".
This ID can also be found in the "library.db" of your Emby server or Jellyfin server.

And that is triggered with the other Titan versions.

Code:
2020-10-20 12:06:43.334 T:8376  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:66 Kodi Version: 18
2020-10-20 12:06:43.334 T:8376  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:67 Script argument data: ['plugin://plugin.video.jellycon/library/movies', '11', '', 'resume:alse']
2020-10-20 12:06:43.334 T:8376  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:327 Parameter string:
2020-10-20 12:06:43.335 T:8376  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:328 Plugin Path string: plugin://plugin.video.jellycon/library/movies
2020-10-20 12:06:43.335 T:8376  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:351 JellyCon -> Detected parameters: {'request_path': '/library/movies'}
2020-10-20 12:06:43.335 T:8376  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:70 Script params: {'request_path': '/library/movies'}
2020-10-20 12:06:43.336 T:8376  NOTICE: JELLYFIN.resources.lib.server_detect -> DEBUG::resources\lib\server_detect.py:170 checkServer Called
2020-10-20 12:06:43.340 T:8376  NOTICE: JELLYFIN.resources.lib.downloadutils -> DEBUG::resources\lib\downloadutils.py:109 use_https: False
2020-10-20 12:06:43.340 T:8376  NOTICE: JELLYFIN.resources.lib.downloadutils -> DEBUG::resources\lib\downloadutils.py:112 verify_cert: False
2020-10-20 12:06:43.347 T:8376  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:724 showContent Called: {'item_type': 'Movie', 'media_type': 'movies'}
2020-10-20 12:06:43.351 T:8376  NOTICE: JELLYFIN.resources.lib.functions -> DEBUG::resources\lib\functions.py:746 showContent Content Url: {server}/Users/{userid}/Items?format=json&ImageTypeLimit=1&IsMissing=False&Fields={field_filters}&CollapseBoxSetItems=True&GroupItemsIntoCollections=True&Recursive=true&SortBy=Name&SortOrder=Ascending&IsVirtualUnaired=false&IncludeItemTypes=Movie
2020-10-20 12:06:43.351 T:8376  NOTICE: JELLYFIN.resources.lib.dir_functions -> DEBUG::resources\lib\dir_functions.py:25 == ENTER: getContent ==

Trigger for the misbehavior I go to the created EmbyCon or JellyCon link. And then the call "/library/movies" .

I suspect it is due to the settings of "script.skinshortcuts"
with "Titan MOD" I have "<property name =" translatedPath ">" and "<property name =" path ">".
With the other Titan-Skin versions I only have "<property name =" path ">" in the "script-skinshortcuts-includes.xml"

But unfortunately I am not familiar with that and I hope someone with better knowledge can help.
Reply


Messages In This Thread
RE: Titan Mod with small fixes - by mardukL - 2018-04-19, 16:34
RE: Titan Mod with small fixes - by mardukL - 2018-08-25, 12:38
RE: Titan Mod with small fixes - by geowill76 - 2018-04-20, 13:04
RE: Titan Mod with small fixes - by mardukL - 2018-04-20, 13:22
RE: Titan Mod with small fixes - by geowill76 - 2018-04-20, 14:34
RE: Titan Mod with small fixes - by mardukL - 2018-04-20, 16:23
RE: Titan Mod with small fixes - by mardukL - 2018-05-01, 14:01
RE: Titan Mod with small fixes - by mardukL - 2018-05-18, 15:49
RE: Titan Mod with small fixes - by blaze7 - 2018-05-18, 19:38
RE: Titan Mod with small fixes - by mardukL - 2018-05-25, 14:19
RE: Titan Mod with small fixes - by mardukL - 2018-05-19, 10:33
RE: Titan Mod with small fixes - by mardukL - 2018-05-22, 08:06
RE: Titan Mod with small fixes - by mardukL - 2018-05-23, 08:24
RE: Titan Mod with small fixes - by brazen1 - 2018-05-22, 23:08
RE: Titan Mod with small fixes - by mardukL - 2018-05-23, 08:34
RE: Titan Mod with small fixes - by mardukL - 2018-05-25, 14:22
RE: Titan Mod with small fixes - by mardukL - 2018-05-26, 14:22
RE: Titan Mod with small fixes - by rhoop206 - 2018-05-28, 07:01
RE: Titan Mod with small fixes - by mardukL - 2018-05-31, 17:20
RE: Titan Mod with small fixes - by mardukL - 2018-05-31, 14:43
RE: Titan Mod with small fixes - by mardukL - 2018-05-31, 14:14
RE: Titan Mod with small fixes - by ontap - 2018-05-30, 14:30
RE: Titan Mod with small fixes - by mardukL - 2018-05-31, 14:09
RE: Titan Mod with small fixes - by ontap - 2018-05-30, 14:30
RE: Titan Mod with small fixes - by ontap - 2018-05-30, 14:36
RE: Titan Mod with small fixes - by rhoop206 - 2018-06-01, 01:32
RE: Titan Mod with small fixes - by mardukL - 2018-06-02, 11:13
RE: Titan Mod with small fixes - by mardukL - 2018-06-14, 09:38
RE: Titan Mod with small fixes - by mardukL - 2018-06-14, 23:34
RE: Titan Mod with small fixes - by mardukL - 2018-06-18, 15:44
RE: Titan Mod with small fixes - by rhoop206 - 2018-06-16, 03:59
RE: Titan Mod with small fixes - by mardukL - 2018-06-16, 12:30
RE: Titan Mod with small fixes - by mardukL - 2018-06-18, 15:23
RE: Titan Mod with small fixes - by mardukL - 2018-06-18, 15:38
RE: Titan Mod with small fixes - by rhoop206 - 2018-06-19, 03:38
RE: Titan Mod with small fixes - by mardukL - 2018-06-19, 10:25
RE: Titan Mod with small fixes - by mardukL - 2018-06-20, 09:32
RE: Titan Mod with small fixes - by mardukL - 2018-06-20, 19:29
RE: Titan Mod with small fixes - by mardukL - 2018-06-21, 07:55
RE: Titan Mod with small fixes - by mardukL - 2018-06-21, 16:12
RE: Titan Mod with small fixes - by mardukL - 2018-06-21, 13:19
RE: Titan Mod with small fixes - by pmcnamara - 2018-06-21, 22:40
RE: Titan Mod with small fixes - by mardukL - 2018-06-22, 09:25
RE: Titan Mod with small fixes - by pmcnamara - 2018-06-26, 13:00
RE: Titan Mod with small fixes - by mardukL - 2018-06-22, 20:02
Titan Mod with small fixes - by wsx1 - 2018-06-23, 18:25
RE: Titan Mod with small fixes - by mardukL - 2018-06-24, 02:40
RE: Titan Mod with small fixes - by mardukL - 2018-06-24, 02:23
RE: Titan Mod with small fixes - by mardukL - 2018-06-25, 00:02
RE: Titan Mod with small fixes - by mardukL - 2018-06-25, 07:37
RE: Titan Mod with small fixes - by mardukL - 2018-06-25, 14:37
Titan Mod with small fixes - by wsx1 - 2018-06-25, 22:19
RE: Titan Mod with small fixes - by aerogems - 2018-06-29, 03:03
RE: Titan Mod with small fixes - by rhoop206 - 2018-06-29, 23:30
RE: Titan Mod with small fixes - by mardukL - 2018-06-30, 14:12
RE: Titan Mod with small fixes - by corus - 2018-06-30, 11:58
RE: Titan Mod with small fixes - by mardukL - 2018-06-30, 14:33
RE: Titan Mod with small fixes - by corus - 2018-06-30, 16:36
RE: Titan Mod with small fixes - by rhoop206 - 2018-07-01, 21:55
RE: Titan Mod with small fixes - by Juppstein - 2018-07-04, 17:50
RE: Titan Mod with small fixes - by Juppstein - 2018-07-04, 17:53
RE: Titan Mod with small fixes - by mardukL - 2018-07-05, 07:32
RE: Titan Mod with small fixes - by mardukL - 2018-07-10, 10:42
RE: Titan Mod with small fixes - by mardukL - 2018-07-10, 10:31
RE: Titan Mod with small fixes - by junitodx - 2018-07-10, 22:22
RE: Titan Mod with small fixes - by mardukL - 2018-07-11, 10:59
RE: Titan Mod with small fixes - by junitodx - 2018-07-11, 12:05
RE: Titan Mod with small fixes - by mardukL - 2018-07-11, 11:28
RE: Titan Mod with small fixes - by mardukL - 2018-07-12, 10:53
Titan Mod with small fixes - by wsx1 - 2018-07-11, 19:45
RE: Titan Mod with small fixes - by wsx1 - 2018-07-11, 20:58
RE: Titan Mod with small fixes - by mardukL - 2018-07-12, 08:20
RE: Titan Mod with small fixes - by wsx1 - 2018-07-11, 23:22
RE: Titan Mod with small fixes - by mardukL - 2018-07-12, 09:41
RE: Titan Mod with small fixes - by mpippia - 2018-07-23, 00:14
RE: Titan Mod with small fixes - by Karellen - 2018-07-23, 01:22
RE: Titan Mod with small fixes - by mpippia - 2018-07-23, 05:45
RE: Titan Mod with small fixes - by mpippia - 2018-07-24, 00:12
RE: Titan Mod with small fixes - by mardukL - 2018-07-23, 09:12
RE: Titan Mod with small fixes - by Comma - 2018-07-24, 05:35
RE: Titan Mod with small fixes - by mardukL - 2018-07-23, 18:24
RE: Titan Mod with small fixes - by mardukL - 2018-07-23, 20:04
Titan Mod with small fixes - by wsx1 - 2018-07-24, 18:10
RE: Titan Mod with small fixes - by rhoop206 - 2018-07-25, 04:37
RE: Titan Mod with small fixes - by mardukL - 2018-07-28, 15:23
RE: Titan Mod with small fixes - by mardukL - 2018-07-28, 15:38
RE: Titan Mod with small fixes - by mardukL - 2018-07-28, 18:35
RE: Titan Mod with small fixes - by mardukL - 2018-07-28, 18:36
Titan Mod with small fixes - by wsx1 - 2018-07-29, 09:34
RE: Titan Mod with small fixes - by mardukL - 2018-07-29, 16:45
Titan Mod with small fixes - by wsx1 - 2018-07-30, 14:03
RE: Titan Mod with small fixes - by Comma - 2018-07-31, 04:39
RE: Titan Mod with small fixes - by szabi - 2018-07-31, 17:56
RE: Titan Mod with small fixes - by mardukL - 2018-08-01, 22:04
RE: Titan Mod with small fixes - by mardukL - 2018-08-08, 13:33
RE: Titan Mod with small fixes - by mardukL - 2018-08-11, 17:28
RE: Titan Mod with small fixes - by mardukL - 2018-08-13, 09:06
Titan Mod with small fixes - by Gothico - 2018-08-15, 14:54
RE: Titan Mod with small fixes - by mardukL - 2018-08-15, 15:52
Titan Mod with small fixes - by Gothico - 2018-08-15, 16:01
RE: Titan Mod with small fixes - by mardukL - 2018-08-15, 16:19
RE: Titan Mod with small fixes - by Gothico - 2018-08-15, 18:35
RE: Titan Mod with small fixes - by mardukL - 2018-08-15, 18:43
Titan Mod with small fixes - by rflores2323 - 2018-08-20, 04:22
RE: Titan Mod with small fixes - by mardukL - 2018-08-20, 09:33
RE: Titan Mod with small fixes - by mardukL - 2018-08-21, 08:49
RE: Titan Mod with small fixes - by minhgi - 2018-08-20, 17:25
RE: Titan Mod with small fixes - by Juppstein - 2018-08-21, 11:00
RE: Titan Mod with small fixes - by mardukL - 2018-08-21, 13:30
RE: Titan Mod with small fixes - by Gothico - 2018-08-21, 11:53
RE: Titan Mod with small fixes - by mardukL - 2018-08-21, 16:33
RE: Titan Mod with small fixes - by mardukL - 2018-08-21, 16:21
RE: Titan Mod with small fixes - by Juppstein - 2018-08-21, 16:26
RE: Titan Mod with small fixes - by mardukL - 2018-08-23, 20:31
RE: Titan Mod with small fixes - by rhoop206 - 2018-08-26, 23:15
RE: Titan Mod with small fixes - by mardukL - 2018-08-27, 15:49
RE: Titan Mod with small fixes - by mardukL - 2018-09-07, 13:22
RE: Titan Mod with small fixes - by Juppstein - 2018-09-07, 21:24
RE: Titan Mod with small fixes - by mardukL - 2018-09-08, 14:18
RE: Titan Mod with small fixes - by Juppstein - 2018-09-08, 15:14
RE: Titan Mod with small fixes - by mardukL - 2018-09-08, 19:59
RE: Titan Mod with small fixes - by mardukL - 2018-09-08, 20:00
RE: Titan Mod with small fixes - by mardukL - 2018-09-08, 22:23
RE: Titan Mod with small fixes - by Juppstein - 2018-09-08, 23:21
RE: Titan Mod with small fixes - by godeli - 2018-09-09, 22:03
RE: Titan Mod with small fixes - by mardukL - 2018-09-10, 08:14
RE: Titan Mod with small fixes - by mardukL - 2018-09-10, 08:25
RE: Titan Mod with small fixes - by mardukL - 2018-09-14, 09:27
RE: Titan Mod with small fixes - by teedo42 - 2018-09-12, 00:24
RE: Titan Mod with small fixes - by mardukL - 2018-09-14, 09:24
RE: Titan Mod with small fixes - by mardukL - 2018-09-14, 21:09
RE: Titan Mod with small fixes - by Juppstein - 2018-09-15, 10:44
RE: Titan Mod with small fixes - by mardukL - 2018-09-15, 17:58
RE: Titan Mod with small fixes - by mardukL - 2018-09-16, 11:49
RE: Titan Mod with small fixes - by Juppstein - 2018-09-15, 19:33
RE: Titan Mod with small fixes - by mardukL - 2018-09-17, 15:37
RE: Titan Mod with small fixes - by mardukL - 2018-09-15, 23:22
RE: Titan Mod with small fixes - by mardukL - 2018-09-16, 10:43
RE: Titan Mod with small fixes - by manny729 - 2018-09-16, 08:54
RE: Titan Mod with small fixes - by mardukL - 2018-09-16, 10:42
RE: Titan Mod with small fixes - by manny729 - 2018-09-17, 03:51
RE: Titan Mod with small fixes - by mardukL - 2018-09-17, 14:23
Unknown symbol on screen - by Picard - 2018-09-24, 06:15
RE: Unknown symbol on screen - by mardukL - 2018-09-24, 09:32
Videolyrics PLUS - by Picard - 2018-09-27, 09:08
RE: Videolyrics PLUS - by mardukL - 2018-09-27, 09:35
Side blade - by Picard - 2018-11-03, 05:41
RE: Side blade - by mardukL - 2018-11-03, 15:49
RE: Titan M O D ( last Updated 19-12-2019) - by Fuchs2468 - 2020-10-21, 05:12
Nexus subtitles issue - by mitgarand - 2023-03-15, 23:30
RE: Nexus subtitles issue - by Fuchs2468 - 2023-03-17, 23:54
RE: Nexus subtitles issue - by mitgarand - 2023-03-18, 04:08
Home menu text colors - by mitgarand - 2023-03-23, 21:48
RE: Home menu text colors - by Fuchs2468 - 2023-03-23, 22:27
RE: Home menu text colors - by mitgarand - 2023-03-23, 22:49
Weird Scraping Information - by mitgarand - 2023-09-14, 21:00
RE: Titan M O D modificación - by Fuchs2468 - 2024-03-02, 02:27
Logout Mark Read Team Forum Stats Members Help
Titan M O D ( last Updated 19-12-2019)15