Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Aug 5, 2024
1 parent 1cb8226 commit 85cd2ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc
- Added a three second delay when entering movies or home windows before trailers will autoplay
- Minor tweaks to design for pvr guide and channels

Still to do:
- infoscreen bug
- remaining pvr screens
- infoscreen widget navigation for music widgets + music videos (songvideourl)
- check to see the player status labels
- Evaluate Container.NumItems for scrollbars in each view / layout
- autoscroll bar
- multiart on autoscroll
- Create radio station button
- remove window property hack for music ratings during playback in Omega
= <!-- temp fix to account for fact that DecreaseRating won't go lower than 1 for VideoPlayer.UserRating -->
- https://github.com/jurialmunkey/plugin.video.themoviedb.helper/wiki/Replacing-Extended-Info#direct-call-auto

**2.6.0**
- Fixed typo in trailer autoplay preventing tvshow trailers from autoplaying in videos window unless container content was NOT tvshows.

Expand Down Expand Up @@ -67,17 +80,6 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc
- Fixed musicplayer navigation for horizontal gridviews
- Fixed alignment and shadow on musicplayer when horizontal gridviews are active

Still to do:
--- check to see the player status labels
- Evaluate Container.NumItems for scrollbars in each view / layout
- autoscroll bar
- multiart on autoscroll
- Create radio station button
- remove window property hack for music ratings during playback in Omega
<!-- temp fix to account for fact that DecreaseRating won't go lower than 1 for VideoPlayer.UserRating -->
- PVR
https://github.com/jurialmunkey/plugin.video.themoviedb.helper/wiki/Replacing-Extended-Info#direct-call-auto

**2.5.3**
- Disabled debugging

Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<import addon="script.skinshortcuts" version="1.1.5" />
<import addon="service.upnext" version="1.1.9+MATRIX.1" />
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="true">
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" />
</extension>
<extension point="xbmc.addon.metadata">
Expand Down

0 comments on commit 85cd2ea

Please sign in to comment.