@lumiastream/lumia-types 3.6.4 → 3.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1865,6 +1865,12 @@ export declare enum SystemVariables {
|
|
|
1865
1865
|
SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
|
|
1866
1866
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
1867
1867
|
SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
|
|
1868
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{spotify_now_playing_progress}}. */
|
|
1869
|
+
SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
|
|
1870
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{spotify_now_playing_progress_ts}}. */
|
|
1871
|
+
SPOTIFY_NOW_PLAYING_PROGRESS_TS = "spotify_now_playing_progress_ts",
|
|
1872
|
+
/** Whether playback is currently advancing (true/false). Use as {{spotify_now_playing_is_playing}}. */
|
|
1873
|
+
SPOTIFY_NOW_PLAYING_IS_PLAYING = "spotify_now_playing_is_playing",
|
|
1868
1874
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
1869
1875
|
SPOTIFY_NEXT_SONG = "spotify_next_song",
|
|
1870
1876
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -1891,6 +1897,12 @@ export declare enum SystemVariables {
|
|
|
1891
1897
|
YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
|
|
1892
1898
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
1893
1899
|
YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
|
|
1900
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{youtubemusic_now_playing_progress}}. */
|
|
1901
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
|
|
1902
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{youtubemusic_now_playing_progress_ts}}. */
|
|
1903
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS_TS = "youtubemusic_now_playing_progress_ts",
|
|
1904
|
+
/** Whether playback is currently advancing (true/false). Use as {{youtubemusic_now_playing_is_playing}}. */
|
|
1905
|
+
YOUTUBEMUSIC_NOW_PLAYING_IS_PLAYING = "youtubemusic_now_playing_is_playing",
|
|
1894
1906
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
1895
1907
|
YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
|
|
1896
1908
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -1947,6 +1959,12 @@ export declare enum SystemVariables {
|
|
|
1947
1959
|
VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
|
|
1948
1960
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
1949
1961
|
VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
|
|
1962
|
+
/** Now playing media position in seconds at the last play/pause/seek anchor. Use as {{vlc_now_playing_progress}}. */
|
|
1963
|
+
VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
|
|
1964
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{vlc_now_playing_progress_ts}}. */
|
|
1965
|
+
VLC_NOW_PLAYING_PROGRESS_TS = "vlc_now_playing_progress_ts",
|
|
1966
|
+
/** Whether playback is currently advancing (true/false). Use as {{vlc_now_playing_is_playing}}. */
|
|
1967
|
+
VLC_NOW_PLAYING_IS_PLAYING = "vlc_now_playing_is_playing",
|
|
1950
1968
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
1951
1969
|
VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
|
|
1952
1970
|
/** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
|
|
@@ -1865,6 +1865,12 @@ export declare enum SystemVariables {
|
|
|
1865
1865
|
SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
|
|
1866
1866
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
1867
1867
|
SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
|
|
1868
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{spotify_now_playing_progress}}. */
|
|
1869
|
+
SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
|
|
1870
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{spotify_now_playing_progress_ts}}. */
|
|
1871
|
+
SPOTIFY_NOW_PLAYING_PROGRESS_TS = "spotify_now_playing_progress_ts",
|
|
1872
|
+
/** Whether playback is currently advancing (true/false). Use as {{spotify_now_playing_is_playing}}. */
|
|
1873
|
+
SPOTIFY_NOW_PLAYING_IS_PLAYING = "spotify_now_playing_is_playing",
|
|
1868
1874
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
1869
1875
|
SPOTIFY_NEXT_SONG = "spotify_next_song",
|
|
1870
1876
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -1891,6 +1897,12 @@ export declare enum SystemVariables {
|
|
|
1891
1897
|
YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
|
|
1892
1898
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
1893
1899
|
YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
|
|
1900
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{youtubemusic_now_playing_progress}}. */
|
|
1901
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
|
|
1902
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{youtubemusic_now_playing_progress_ts}}. */
|
|
1903
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS_TS = "youtubemusic_now_playing_progress_ts",
|
|
1904
|
+
/** Whether playback is currently advancing (true/false). Use as {{youtubemusic_now_playing_is_playing}}. */
|
|
1905
|
+
YOUTUBEMUSIC_NOW_PLAYING_IS_PLAYING = "youtubemusic_now_playing_is_playing",
|
|
1894
1906
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
1895
1907
|
YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
|
|
1896
1908
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -1947,6 +1959,12 @@ export declare enum SystemVariables {
|
|
|
1947
1959
|
VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
|
|
1948
1960
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
1949
1961
|
VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
|
|
1962
|
+
/** Now playing media position in seconds at the last play/pause/seek anchor. Use as {{vlc_now_playing_progress}}. */
|
|
1963
|
+
VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
|
|
1964
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{vlc_now_playing_progress_ts}}. */
|
|
1965
|
+
VLC_NOW_PLAYING_PROGRESS_TS = "vlc_now_playing_progress_ts",
|
|
1966
|
+
/** Whether playback is currently advancing (true/false). Use as {{vlc_now_playing_is_playing}}. */
|
|
1967
|
+
VLC_NOW_PLAYING_IS_PLAYING = "vlc_now_playing_is_playing",
|
|
1950
1968
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
1951
1969
|
VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
|
|
1952
1970
|
/** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
|
|
@@ -802,8 +802,12 @@ export var SystemVariables;
|
|
|
802
802
|
SystemVariables["SPOTIFY_NOW_PLAYING_URI"] = "spotify_now_playing_uri";
|
|
803
803
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
804
804
|
SystemVariables["SPOTIFY_NOW_PLAYING_DURATION"] = "spotify_now_playing_duration";
|
|
805
|
-
|
|
806
|
-
|
|
805
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{spotify_now_playing_progress}}. */
|
|
806
|
+
SystemVariables["SPOTIFY_NOW_PLAYING_PROGRESS"] = "spotify_now_playing_progress";
|
|
807
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{spotify_now_playing_progress_ts}}. */
|
|
808
|
+
SystemVariables["SPOTIFY_NOW_PLAYING_PROGRESS_TS"] = "spotify_now_playing_progress_ts";
|
|
809
|
+
/** Whether playback is currently advancing (true/false). Use as {{spotify_now_playing_is_playing}}. */
|
|
810
|
+
SystemVariables["SPOTIFY_NOW_PLAYING_IS_PLAYING"] = "spotify_now_playing_is_playing";
|
|
807
811
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
808
812
|
SystemVariables["SPOTIFY_NEXT_SONG"] = "spotify_next_song";
|
|
809
813
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -831,8 +835,12 @@ export var SystemVariables;
|
|
|
831
835
|
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_URL"] = "youtubemusic_now_playing_url";
|
|
832
836
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
833
837
|
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_DURATION"] = "youtubemusic_now_playing_duration";
|
|
834
|
-
|
|
835
|
-
|
|
838
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{youtubemusic_now_playing_progress}}. */
|
|
839
|
+
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_PROGRESS"] = "youtubemusic_now_playing_progress";
|
|
840
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{youtubemusic_now_playing_progress_ts}}. */
|
|
841
|
+
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_PROGRESS_TS"] = "youtubemusic_now_playing_progress_ts";
|
|
842
|
+
/** Whether playback is currently advancing (true/false). Use as {{youtubemusic_now_playing_is_playing}}. */
|
|
843
|
+
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_IS_PLAYING"] = "youtubemusic_now_playing_is_playing";
|
|
836
844
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
837
845
|
SystemVariables["YOUTUBEMUSIC_NEXT_SONG"] = "youtubemusic_next_song";
|
|
838
846
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -891,8 +899,12 @@ export var SystemVariables;
|
|
|
891
899
|
SystemVariables["VLC_NOW_PLAYING_URL"] = "vlc_now_playing_url";
|
|
892
900
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
893
901
|
SystemVariables["VLC_NOW_PLAYING_DURATION"] = "vlc_now_playing_duration";
|
|
894
|
-
|
|
895
|
-
|
|
902
|
+
/** Now playing media position in seconds at the last play/pause/seek anchor. Use as {{vlc_now_playing_progress}}. */
|
|
903
|
+
SystemVariables["VLC_NOW_PLAYING_PROGRESS"] = "vlc_now_playing_progress";
|
|
904
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{vlc_now_playing_progress_ts}}. */
|
|
905
|
+
SystemVariables["VLC_NOW_PLAYING_PROGRESS_TS"] = "vlc_now_playing_progress_ts";
|
|
906
|
+
/** Whether playback is currently advancing (true/false). Use as {{vlc_now_playing_is_playing}}. */
|
|
907
|
+
SystemVariables["VLC_NOW_PLAYING_IS_PLAYING"] = "vlc_now_playing_is_playing";
|
|
896
908
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
897
909
|
SystemVariables["VLC_NOW_PLAYING_URI"] = "vlc_now_playing_uri";
|
|
898
910
|
// ────────────────────────────────── Voicemod ──────────────────────────────────
|
|
@@ -797,6 +797,12 @@ export declare enum SystemVariables {
|
|
|
797
797
|
SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
|
|
798
798
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
799
799
|
SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
|
|
800
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{spotify_now_playing_progress}}. */
|
|
801
|
+
SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
|
|
802
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{spotify_now_playing_progress_ts}}. */
|
|
803
|
+
SPOTIFY_NOW_PLAYING_PROGRESS_TS = "spotify_now_playing_progress_ts",
|
|
804
|
+
/** Whether playback is currently advancing (true/false). Use as {{spotify_now_playing_is_playing}}. */
|
|
805
|
+
SPOTIFY_NOW_PLAYING_IS_PLAYING = "spotify_now_playing_is_playing",
|
|
800
806
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
801
807
|
SPOTIFY_NEXT_SONG = "spotify_next_song",
|
|
802
808
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -823,6 +829,12 @@ export declare enum SystemVariables {
|
|
|
823
829
|
YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
|
|
824
830
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
825
831
|
YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
|
|
832
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{youtubemusic_now_playing_progress}}. */
|
|
833
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
|
|
834
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{youtubemusic_now_playing_progress_ts}}. */
|
|
835
|
+
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS_TS = "youtubemusic_now_playing_progress_ts",
|
|
836
|
+
/** Whether playback is currently advancing (true/false). Use as {{youtubemusic_now_playing_is_playing}}. */
|
|
837
|
+
YOUTUBEMUSIC_NOW_PLAYING_IS_PLAYING = "youtubemusic_now_playing_is_playing",
|
|
826
838
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
827
839
|
YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
|
|
828
840
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -879,6 +891,12 @@ export declare enum SystemVariables {
|
|
|
879
891
|
VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
|
|
880
892
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
881
893
|
VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
|
|
894
|
+
/** Now playing media position in seconds at the last play/pause/seek anchor. Use as {{vlc_now_playing_progress}}. */
|
|
895
|
+
VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
|
|
896
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{vlc_now_playing_progress_ts}}. */
|
|
897
|
+
VLC_NOW_PLAYING_PROGRESS_TS = "vlc_now_playing_progress_ts",
|
|
898
|
+
/** Whether playback is currently advancing (true/false). Use as {{vlc_now_playing_is_playing}}. */
|
|
899
|
+
VLC_NOW_PLAYING_IS_PLAYING = "vlc_now_playing_is_playing",
|
|
882
900
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
883
901
|
VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
|
|
884
902
|
/** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
|
package/dist/variables.types.js
CHANGED
|
@@ -807,8 +807,12 @@ var SystemVariables;
|
|
|
807
807
|
SystemVariables["SPOTIFY_NOW_PLAYING_URI"] = "spotify_now_playing_uri";
|
|
808
808
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
809
809
|
SystemVariables["SPOTIFY_NOW_PLAYING_DURATION"] = "spotify_now_playing_duration";
|
|
810
|
-
|
|
811
|
-
|
|
810
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{spotify_now_playing_progress}}. */
|
|
811
|
+
SystemVariables["SPOTIFY_NOW_PLAYING_PROGRESS"] = "spotify_now_playing_progress";
|
|
812
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{spotify_now_playing_progress_ts}}. */
|
|
813
|
+
SystemVariables["SPOTIFY_NOW_PLAYING_PROGRESS_TS"] = "spotify_now_playing_progress_ts";
|
|
814
|
+
/** Whether playback is currently advancing (true/false). Use as {{spotify_now_playing_is_playing}}. */
|
|
815
|
+
SystemVariables["SPOTIFY_NOW_PLAYING_IS_PLAYING"] = "spotify_now_playing_is_playing";
|
|
812
816
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
813
817
|
SystemVariables["SPOTIFY_NEXT_SONG"] = "spotify_next_song";
|
|
814
818
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -836,8 +840,12 @@ var SystemVariables;
|
|
|
836
840
|
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_URL"] = "youtubemusic_now_playing_url";
|
|
837
841
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
838
842
|
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_DURATION"] = "youtubemusic_now_playing_duration";
|
|
839
|
-
|
|
840
|
-
|
|
843
|
+
/** Now playing track position in seconds at the last play/pause/seek anchor. Use as {{youtubemusic_now_playing_progress}}. */
|
|
844
|
+
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_PROGRESS"] = "youtubemusic_now_playing_progress";
|
|
845
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{youtubemusic_now_playing_progress_ts}}. */
|
|
846
|
+
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_PROGRESS_TS"] = "youtubemusic_now_playing_progress_ts";
|
|
847
|
+
/** Whether playback is currently advancing (true/false). Use as {{youtubemusic_now_playing_is_playing}}. */
|
|
848
|
+
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_IS_PLAYING"] = "youtubemusic_now_playing_is_playing";
|
|
841
849
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
842
850
|
SystemVariables["YOUTUBEMUSIC_NEXT_SONG"] = "youtubemusic_next_song";
|
|
843
851
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -896,8 +904,12 @@ var SystemVariables;
|
|
|
896
904
|
SystemVariables["VLC_NOW_PLAYING_URL"] = "vlc_now_playing_url";
|
|
897
905
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
898
906
|
SystemVariables["VLC_NOW_PLAYING_DURATION"] = "vlc_now_playing_duration";
|
|
899
|
-
|
|
900
|
-
|
|
907
|
+
/** Now playing media position in seconds at the last play/pause/seek anchor. Use as {{vlc_now_playing_progress}}. */
|
|
908
|
+
SystemVariables["VLC_NOW_PLAYING_PROGRESS"] = "vlc_now_playing_progress";
|
|
909
|
+
/** Epoch ms when the progress anchor was captured (for client-side interpolation). Use as {{vlc_now_playing_progress_ts}}. */
|
|
910
|
+
SystemVariables["VLC_NOW_PLAYING_PROGRESS_TS"] = "vlc_now_playing_progress_ts";
|
|
911
|
+
/** Whether playback is currently advancing (true/false). Use as {{vlc_now_playing_is_playing}}. */
|
|
912
|
+
SystemVariables["VLC_NOW_PLAYING_IS_PLAYING"] = "vlc_now_playing_is_playing";
|
|
901
913
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
902
914
|
SystemVariables["VLC_NOW_PLAYING_URI"] = "vlc_now_playing_uri";
|
|
903
915
|
// ────────────────────────────────── Voicemod ──────────────────────────────────
|