anxdpanic
40ef176cb5
Resolve Weblate merge conflicts
2024-04-12 10:33:52 -04:00
anxdpanic
a375505687
Merge pull request #697 from anxdpanic/anxdpanic-patch-1
...
Update release-development-repository.yml
2024-04-12 07:50:34 -04:00
anxdpanic
283a790acb
Update release-development-repository.yml
2024-04-12 07:50:23 -04:00
anxdpanic
edba062fad
Merge pull request #695 from anxdpanic/development-repo
...
fixup script path
2024-04-11 15:11:11 -04:00
anxdpanic
c492038360
fixup script path
2024-04-11 15:10:34 -04:00
anxdpanic
a8367b2c12
Merge pull request #694 from anxdpanic/development-repo
...
add workflow to generate and upload development repositories to mirrors
2024-04-11 15:08:10 -04:00
anxdpanic
d7a219b31f
add workflow to generate and upload development repositories to mirrors
2024-04-11 15:05:33 -04:00
MoojMidge
83f63a7d6f
Merge pull request #684 from MoojMidge/v7.0.5
...
v7.0.5
2024-04-04 13:14:54 +11:00
MoojMidge
c68bdc6e41
Version bump - v7.0.5
2024-04-04 13:06:55 +11:00
MoojMidge
5782e7b257
Tidy up some exception catching
2024-04-03 03:33:07 +11:00
MoojMidge
d19c542bc7
Fix typo causing no fractional frame rate hinting to fail #679
2024-04-02 17:15:08 +11:00
MoojMidge
8456e80b24
Merge pull request #678 from MoojMidge/master
...
v7.0.5+beta.4
2024-04-02 15:13:29 +11:00
MoojMidge
587b08825c
Version bump - v7.0.5+beta.4
2024-04-02 15:07:38 +11:00
MoojMidge
8364a412d6
Update to allow for possible future support of DVR streams
2024-04-02 15:07:36 +11:00
MoojMidge
9cfd7f04e3
Fix typo that caused android player requests to fail
2024-04-02 15:07:33 +11:00
MoojMidge
d813ff4f35
Merge pull request #672 from MoojMidge/master
...
v7.0.5+beta.3
2024-04-02 06:12:44 +11:00
MoojMidge
0326b2f93e
Version bump - v7.0.5+beta.3
2024-04-02 05:57:15 +11:00
MoojMidge
fa1ebe1f39
Remove multiple busy dialog crash notification
...
- Used in testing fixes for #649
2024-04-02 05:56:13 +11:00
MoojMidge
5391c002e2
Attempt to workaround bugs with Kodi internal Python module instance counting and garbage collection
2024-04-02 05:54:59 +11:00
MoojMidge
b3b9918756
Update android client payload params
...
- From LuanRT/YouTube.js#624
2024-04-02 05:54:56 +11:00
MoojMidge
49df1d5eb3
Python2 unicode fixes #668
2024-04-02 05:54:54 +11:00
MoojMidge
516ca89696
Add warning level log entry for failed attempts to make player requests
...
- Provides some useful information for issues like #654 , #659 , #663 when no debug log is provided
2024-04-02 05:53:56 +11:00
MoojMidge
0d86842057
Try to reduce log spam in Kodi versions <20 due to unsupported colorbutton control in settings
...
- Introduced after 4d1c665
- Probably won't achieve anything
- Related #668
2024-04-02 05:47:15 +11:00
MoojMidge
b42d260adc
Fix error message when rating video #666
2024-03-31 08:21:57 +11:00
MoojMidge
e5562cdf53
Merge pull request #665 from MoojMidge/master
...
v7.0.5+beta.2
2024-03-31 04:07:50 +11:00
MoojMidge
227e2175fb
Merge remote-tracking branch 'upstream/master'
2024-03-31 03:14:24 +11:00
MoojMidge
3460a6f617
Fixes to allow alternate 2 client details to work
2024-03-31 02:47:37 +11:00
MoojMidge
1783a04de8
Merge pull request #662 from Bingo-Joe/master
...
Fix mistaken use of return value from item.get_premiered() as a function
2024-03-31 01:01:49 +11:00
MoojMidge
34f889c53d
Version bump v7.0.5+beta.2
2024-03-30 11:40:16 +11:00
MoojMidge
6ff4ea978c
Update workflows
...
- Remove Kodi version identifier for main release
- Combine release details into single identifier rather than concatenating them
2024-03-30 11:33:16 +11:00
MoojMidge
d4550efaff
Fix typos #661
2024-03-30 11:29:03 +11:00
MoojMidge
5700fe5318
Add new client and enable use as Alternate #2
...
- Possibly allows 1080p non-adaptive formats to be used
- yt-dlp/yt-dlp#9546
2024-03-30 11:25:25 +11:00
MoojMidge
845d6a1c9d
Add additional list details and sort orders
...
- Channel will display [CHANNEL_NAME] - [VIDEO_NAME] on LHS
- Artist will display [VIDEO_NAME] on LHS and sort by plus display [CHANNEL_NAME] on RHS
- Close #644
2024-03-30 11:21:08 +11:00
MoojMidge
50df569f50
Use more appropriate language for maintenance actions that clear data
2024-03-30 04:09:53 +11:00
MoojMidge
c878012393
Fix typo that caused xbmc_items.set_info to fail in Kodi versions prior to v20
2024-03-30 04:09:37 +11:00
Bingo Joe
129f099770
Fix mistaken use of return value from item.get_premiered() as a function
2024-03-29 12:44:36 -04:00
MoojMidge
d9999ec0a3
Merge pull request #656 from MoojMidge/master
...
v7.0.5+beta.1
2024-03-29 03:37:53 +11:00
MoojMidge
2196a5c7ae
Update changelog
2024-03-29 03:31:28 +11:00
MoojMidge
0768285590
Make FPS and quality mappings class attributes of VideoInfo
2024-03-29 03:13:34 +11:00
MoojMidge
287f2c39b5
Check for wrong videoId in player response
...
- Indicates that Youtube is blocking IP or request payload
- Fallback to try next client rather than playing incorrect video
- Fix #654
2024-03-29 03:11:29 +11:00
MoojMidge
6b67afcdd2
Use iOS client as fallback for all alternate client selection where it is not preferred
2024-03-29 03:04:19 +11:00
MoojMidge
46d361a213
Update API and player request payload
2024-03-29 03:02:47 +11:00
MoojMidge
9d7bba8265
Update changelog
2024-03-28 22:36:45 +11:00
MoojMidge
da924198db
Misc tidy up
2024-03-28 22:02:31 +11:00
MoojMidge
2c23c1448b
Fix potential variable use before definition
2024-03-28 22:00:59 +11:00
MoojMidge
32ee4b55fe
Fix not using default stream selection option as fallback
2024-03-28 21:59:29 +11:00
MoojMidge
8feb985982
Update player request client details
2024-03-28 21:54:20 +11:00
MoojMidge
599545b2ae
Update changelog
2024-03-28 13:55:45 +11:00
MoojMidge
d47c069bde
Update workflows to use single release for Kodi v19+
2024-03-28 13:55:42 +11:00
MoojMidge
0957b3beb6
Store reference to setting class instance rather class
...
- Saves having to instantiate class every time a setting is accessed
2024-03-28 12:44:10 +11:00