Last active
August 19, 2022 08:13
-
-
Save ypchen/cd452b0f316b16d5a9dab1983795a3cc to your computer and use it in GitHub Desktop.
Revisions
-
ypchen revised this gist
Aug 19, 2022 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,12 +5,19 @@ def my_addon_version (): return '1.18.4' def my_version (): return my_addon_version() + '-gist-r3' # priv: revision 4 # If the version number mismatches, overwrite gist_hash in settings.xml if (my_addon_version() != xbmcaddon.Addon().getAddonInfo('version')): addon.setSetting('gist_hash', version_gist_hash[xbmcaddon.Addon().getAddonInfo('version')]) #### Quickfix code #### gimytv_site = 'gimytv.co' gimytv_videos_strG = '上一頁' gimytv_videos_strT = '下一頁' gimytv_sources_str4 = '> ' -
ypchen revised this gist
Nov 13, 2021 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,13 @@ def my_gist_hash (): return 'cd452b0f316b16d5a9dab1983795a3cc' def my_addon_version (): return '1.18.4' def my_version (): return my_addon_version() + '-gist-r2' # priv: revision 2 # If the version number mismatches, overwrite gist_hash in settings.xml if (my_addon_version() != xbmcaddon.Addon().getAddonInfo('version')): -
ypchen created this gist
Nov 13, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ def my_gist_hash (): return '' def my_addon_version (): return '1.18.4' def my_version (): return my_addon_version() + '-gist-r1' # priv: revision 1 # If the version number mismatches, overwrite gist_hash in settings.xml if (my_addon_version() != xbmcaddon.Addon().getAddonInfo('version')): addon.setSetting('gist_hash', version_gist_hash[xbmcaddon.Addon().getAddonInfo('version')]) #### Quickfix code ####