Merge pull request #1233 from cewert/hotfix-screensaver-release

This commit is contained in:
Charles Ewert 2023-04-26 21:02:09 -04:00 committed by GitHub
commit e70e55f755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 49 deletions

View File

@ -10,7 +10,7 @@
##########################################################################
APPNAME = Jellyfin_Roku
VERSION = 1.6.5
VERSION = 1.6.6
ZIP_EXCLUDE= -x xml/* -x artwork/* -x \*.pkg -x storeassets\* -x keys\* -x \*/.\* -x *.git* -x *.DS* -x *.pkg* -x dist/**\* -x out/**\*

View File

@ -1,6 +1,5 @@
sub init()
m.playReported = false
m.top.disableScreenSaver = true
m.top.observeField("state", "audioStateChanged")
end sub
@ -10,6 +9,8 @@ sub audioStateChanged()
reportedPlaybackState = "update"
m.top.disableScreenSaver = (currentState = "playing")
if currentState = "playing" and not m.playReported
reportedPlaybackState = "start"
m.playReported = true

View File

@ -3,7 +3,7 @@
title=Jellyfin
major_version=1
minor_version=6
build_version=5
build_version=6
### Main Menu Icons / Channel Poster Artwork

View File

@ -1,6 +1,6 @@
{
"name": "jellyfin-roku",
"version": "1.6.5",
"version": "1.6.6",
"description": "Roku app for Jellyfin media server",
"main": "index.js",
"devDependencies": {

View File

@ -1,50 +1,6 @@
[
{
"description": "Bug Fix: Rows on home view not refreshing when data has changed",
"description": "Bug Fix: System screensaver not working",
"author": "1hitsong"
},
{
"description": "Bug Fix: Next up section does not populate correctly after watching a TV episode",
"author": "1hitsong"
},
{
"description": "Bug Fix: Next episode button does not display consistently",
"author": "1hitsong"
},
{
"description": "Bug Fix: Crash when fallback font API call fails",
"author": "1hitsong"
},
{
"description": "Core: Fix Jellyfin links in readme",
"author": "cewert"
},
{
"description": "Bug Fix: Music shuffle not working",
"author": "1hitsong"
},
{
"description": "Updated View: Add current playback time and song length to the sides of the audio progress bar",
"author": "1hitsong"
},
{
"description": "Bug Fix: Turn off loop mode when user manually changes song",
"author": "1hitsong"
},
{
"description": "Core: Enable confirm partner button and setup RALE",
"author": "cewert"
},
{
"description": "Bug Fix: Clock not displaying on login view",
"author": "cewert"
},
{
"description": "Core: Add build badge and rework readme content",
"author": "cewert"
},
{
"description": "Core: Adjust settings to follow latest guidelines",
"author": "sevenrats"
}
]