Skip to content

Commit

Permalink
Merge pull request #999 from onkelandy/lms
Browse files Browse the repository at this point in the history
lms: breaking change rename prefix "sqb_" to "lms_"
  • Loading branch information
onkelandy authored Feb 2, 2025
2 parents 1c70330 + 1d51707 commit c96a79a
Show file tree
Hide file tree
Showing 3 changed files with 792 additions and 792 deletions.
16 changes: 8 additions & 8 deletions lms/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@
'lu_names':
{
'type': 'dict',
'sqb_lookup@instance': 'PLAYERS#fwd',
'lms_lookup@instance': 'PLAYERS#fwd',
'lookup': {
'type': 'list',
'sqb_lookup@instance': 'PLAYERS#list'
'lms_lookup@instance': 'PLAYERS#list'
}
}
},
Expand All @@ -172,19 +172,19 @@
'lu_ids':
{
'type': 'dict',
'sqb_lookup@instance': 'PLAYLIST_IDS#fwd',
'lms_lookup@instance': 'PLAYLIST_IDS#fwd',
'lookup': {
'type': 'list',
'sqb_lookup@instance': 'PLAYLIST_IDS#list'
'lms_lookup@instance': 'PLAYLIST_IDS#list'
}
},
'lu_urls':
{
'type': 'dict',
'sqb_lookup@instance': 'PLAYLIST_URLS#fwd',
'lms_lookup@instance': 'PLAYLIST_URLS#fwd',
'lookup': {
'type': 'list',
'sqb_lookup@instance': 'PLAYLIST_URLS#list'
'lms_lookup@instance': 'PLAYLIST_URLS#list'
}
},
},
Expand All @@ -202,7 +202,7 @@
'eval': 'True if sh....running() == True else None',
'enforce_updates': True,
'cycle': '20',
'sqb_read_group_trigger': 'database.rescan'
'lms_read_group_trigger': 'database.rescan'
},
'starttime':
{
Expand Down Expand Up @@ -245,7 +245,7 @@
'eval': 'True if sh....playmode() == "play" else None',
'enforce_updates': True,
'cycle': '10',
'sqb_read_group_trigger': 'player.control.time_poll'
'lms_read_group_trigger': 'player.control.time_poll'
}
},
'volume_fading': {
Expand Down
Loading

0 comments on commit c96a79a

Please sign in to comment.