@lumiastream/lumia-types 3.5.4 → 3.5.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.
|
@@ -1797,8 +1797,6 @@ export declare enum SystemVariables {
|
|
|
1797
1797
|
SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
|
|
1798
1798
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
1799
1799
|
SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
|
|
1800
|
-
/** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
|
|
1801
|
-
SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
|
|
1802
1800
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
1803
1801
|
SPOTIFY_NEXT_SONG = "spotify_next_song",
|
|
1804
1802
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -1825,8 +1823,6 @@ export declare enum SystemVariables {
|
|
|
1825
1823
|
YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
|
|
1826
1824
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
1827
1825
|
YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
|
|
1828
|
-
/** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
|
|
1829
|
-
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
|
|
1830
1826
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
1831
1827
|
YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
|
|
1832
1828
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -1883,8 +1879,6 @@ export declare enum SystemVariables {
|
|
|
1883
1879
|
VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
|
|
1884
1880
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
1885
1881
|
VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
|
|
1886
|
-
/** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
|
|
1887
|
-
VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
|
|
1888
1882
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
1889
1883
|
VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
|
|
1890
1884
|
/** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
|
|
@@ -1797,8 +1797,6 @@ export declare enum SystemVariables {
|
|
|
1797
1797
|
SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
|
|
1798
1798
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
1799
1799
|
SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
|
|
1800
|
-
/** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
|
|
1801
|
-
SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
|
|
1802
1800
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
1803
1801
|
SPOTIFY_NEXT_SONG = "spotify_next_song",
|
|
1804
1802
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -1825,8 +1823,6 @@ export declare enum SystemVariables {
|
|
|
1825
1823
|
YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
|
|
1826
1824
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
1827
1825
|
YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
|
|
1828
|
-
/** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
|
|
1829
|
-
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
|
|
1830
1826
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
1831
1827
|
YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
|
|
1832
1828
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -1883,8 +1879,6 @@ export declare enum SystemVariables {
|
|
|
1883
1879
|
VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
|
|
1884
1880
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
1885
1881
|
VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
|
|
1886
|
-
/** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
|
|
1887
|
-
VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
|
|
1888
1882
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
1889
1883
|
VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
|
|
1890
1884
|
/** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
|
|
@@ -729,8 +729,8 @@ export var SystemVariables;
|
|
|
729
729
|
SystemVariables["SPOTIFY_NOW_PLAYING_URI"] = "spotify_now_playing_uri";
|
|
730
730
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
731
731
|
SystemVariables["SPOTIFY_NOW_PLAYING_DURATION"] = "spotify_now_playing_duration";
|
|
732
|
-
/** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
|
|
733
|
-
|
|
732
|
+
// /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
|
|
733
|
+
// SPOTIFY_NOW_PLAYING_PROGRESS = 'spotify_now_playing_progress',
|
|
734
734
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
735
735
|
SystemVariables["SPOTIFY_NEXT_SONG"] = "spotify_next_song";
|
|
736
736
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -758,8 +758,8 @@ export var SystemVariables;
|
|
|
758
758
|
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_URL"] = "youtubemusic_now_playing_url";
|
|
759
759
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
760
760
|
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_DURATION"] = "youtubemusic_now_playing_duration";
|
|
761
|
-
/** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
|
|
762
|
-
|
|
761
|
+
// /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
|
|
762
|
+
// YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = 'youtubemusic_now_playing_progress',
|
|
763
763
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
764
764
|
SystemVariables["YOUTUBEMUSIC_NEXT_SONG"] = "youtubemusic_next_song";
|
|
765
765
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -818,8 +818,8 @@ export var SystemVariables;
|
|
|
818
818
|
SystemVariables["VLC_NOW_PLAYING_URL"] = "vlc_now_playing_url";
|
|
819
819
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
820
820
|
SystemVariables["VLC_NOW_PLAYING_DURATION"] = "vlc_now_playing_duration";
|
|
821
|
-
/** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
|
|
822
|
-
|
|
821
|
+
// /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
|
|
822
|
+
// VLC_NOW_PLAYING_PROGRESS = 'vlc_now_playing_progress',
|
|
823
823
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
824
824
|
SystemVariables["VLC_NOW_PLAYING_URI"] = "vlc_now_playing_uri";
|
|
825
825
|
// ────────────────────────────────── Voicemod ──────────────────────────────────
|
|
@@ -2244,7 +2244,7 @@ export const AllVariables = {
|
|
|
2244
2244
|
'spotify_now_playing_uri',
|
|
2245
2245
|
'spotify_now_playing_url',
|
|
2246
2246
|
'spotify_now_playing_duration',
|
|
2247
|
-
'spotify_now_playing_progress',
|
|
2247
|
+
// 'spotify_now_playing_progress',
|
|
2248
2248
|
'spotify_next_song',
|
|
2249
2249
|
'spotify_next_image',
|
|
2250
2250
|
'spotify_next_artist',
|
|
@@ -2650,7 +2650,7 @@ export const AllVariables = {
|
|
|
2650
2650
|
},
|
|
2651
2651
|
},
|
|
2652
2652
|
vlc: {
|
|
2653
|
-
variables: ['vlc_now_playing_media', 'vlc_now_playing_image', 'vlc_now_playing_id', 'vlc_now_playing_artist', 'vlc_now_playing_uri', 'vlc_now_playing_url', 'vlc_now_playing_duration', 'vlc_now_playing_progress'],
|
|
2653
|
+
variables: ['vlc_now_playing_media', 'vlc_now_playing_image', 'vlc_now_playing_id', 'vlc_now_playing_artist', 'vlc_now_playing_uri', 'vlc_now_playing_url', 'vlc_now_playing_duration' /* , 'vlc_now_playing_progress' */],
|
|
2654
2654
|
alerts: {
|
|
2655
2655
|
switchSong: ['name', 'uri', 'image'],
|
|
2656
2656
|
songPlayed: ['name', 'uri', 'image'],
|
|
@@ -2786,7 +2786,7 @@ export const AllVariables = {
|
|
|
2786
2786
|
'youtubemusic_now_playing_artist',
|
|
2787
2787
|
'youtubemusic_now_playing_url',
|
|
2788
2788
|
'youtubemusic_now_playing_duration',
|
|
2789
|
-
'youtubemusic_now_playing_progress',
|
|
2789
|
+
// 'youtubemusic_now_playing_progress',
|
|
2790
2790
|
'youtubemusic_next_song',
|
|
2791
2791
|
'youtubemusic_next_image',
|
|
2792
2792
|
'youtubemusic_next_artist',
|
|
@@ -721,8 +721,6 @@ export declare enum SystemVariables {
|
|
|
721
721
|
SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
|
|
722
722
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
723
723
|
SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
|
|
724
|
-
/** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
|
|
725
|
-
SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
|
|
726
724
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
727
725
|
SPOTIFY_NEXT_SONG = "spotify_next_song",
|
|
728
726
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -749,8 +747,6 @@ export declare enum SystemVariables {
|
|
|
749
747
|
YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
|
|
750
748
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
751
749
|
YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
|
|
752
|
-
/** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
|
|
753
|
-
YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
|
|
754
750
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
755
751
|
YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
|
|
756
752
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -807,8 +803,6 @@ export declare enum SystemVariables {
|
|
|
807
803
|
VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
|
|
808
804
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
809
805
|
VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
|
|
810
|
-
/** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
|
|
811
|
-
VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
|
|
812
806
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
813
807
|
VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
|
|
814
808
|
/** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
|
package/dist/variables.types.js
CHANGED
|
@@ -734,8 +734,8 @@ var SystemVariables;
|
|
|
734
734
|
SystemVariables["SPOTIFY_NOW_PLAYING_URI"] = "spotify_now_playing_uri";
|
|
735
735
|
/** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
|
|
736
736
|
SystemVariables["SPOTIFY_NOW_PLAYING_DURATION"] = "spotify_now_playing_duration";
|
|
737
|
-
/** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
|
|
738
|
-
|
|
737
|
+
// /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
|
|
738
|
+
// SPOTIFY_NOW_PLAYING_PROGRESS = 'spotify_now_playing_progress',
|
|
739
739
|
/** Next song title. Use as {{spotify_next_song}}. */
|
|
740
740
|
SystemVariables["SPOTIFY_NEXT_SONG"] = "spotify_next_song";
|
|
741
741
|
/** Next song artwork URL. Use as {{spotify_next_image}}. */
|
|
@@ -763,8 +763,8 @@ var SystemVariables;
|
|
|
763
763
|
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_URL"] = "youtubemusic_now_playing_url";
|
|
764
764
|
/** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
|
|
765
765
|
SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_DURATION"] = "youtubemusic_now_playing_duration";
|
|
766
|
-
/** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
|
|
767
|
-
|
|
766
|
+
// /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
|
|
767
|
+
// YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = 'youtubemusic_now_playing_progress',
|
|
768
768
|
/** Next song title. Use as {{youtubemusic_next_song}}. */
|
|
769
769
|
SystemVariables["YOUTUBEMUSIC_NEXT_SONG"] = "youtubemusic_next_song";
|
|
770
770
|
/** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
|
|
@@ -823,8 +823,8 @@ var SystemVariables;
|
|
|
823
823
|
SystemVariables["VLC_NOW_PLAYING_URL"] = "vlc_now_playing_url";
|
|
824
824
|
/** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
|
|
825
825
|
SystemVariables["VLC_NOW_PLAYING_DURATION"] = "vlc_now_playing_duration";
|
|
826
|
-
/** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
|
|
827
|
-
|
|
826
|
+
// /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
|
|
827
|
+
// VLC_NOW_PLAYING_PROGRESS = 'vlc_now_playing_progress',
|
|
828
828
|
/** Media URI. Use as {{vlc_now_playing_uri}}. */
|
|
829
829
|
SystemVariables["VLC_NOW_PLAYING_URI"] = "vlc_now_playing_uri";
|
|
830
830
|
// ────────────────────────────────── Voicemod ──────────────────────────────────
|
|
@@ -2249,7 +2249,7 @@ exports.AllVariables = {
|
|
|
2249
2249
|
'spotify_now_playing_uri',
|
|
2250
2250
|
'spotify_now_playing_url',
|
|
2251
2251
|
'spotify_now_playing_duration',
|
|
2252
|
-
'spotify_now_playing_progress',
|
|
2252
|
+
// 'spotify_now_playing_progress',
|
|
2253
2253
|
'spotify_next_song',
|
|
2254
2254
|
'spotify_next_image',
|
|
2255
2255
|
'spotify_next_artist',
|
|
@@ -2655,7 +2655,7 @@ exports.AllVariables = {
|
|
|
2655
2655
|
},
|
|
2656
2656
|
},
|
|
2657
2657
|
vlc: {
|
|
2658
|
-
variables: ['vlc_now_playing_media', 'vlc_now_playing_image', 'vlc_now_playing_id', 'vlc_now_playing_artist', 'vlc_now_playing_uri', 'vlc_now_playing_url', 'vlc_now_playing_duration', 'vlc_now_playing_progress'],
|
|
2658
|
+
variables: ['vlc_now_playing_media', 'vlc_now_playing_image', 'vlc_now_playing_id', 'vlc_now_playing_artist', 'vlc_now_playing_uri', 'vlc_now_playing_url', 'vlc_now_playing_duration' /* , 'vlc_now_playing_progress' */],
|
|
2659
2659
|
alerts: {
|
|
2660
2660
|
switchSong: ['name', 'uri', 'image'],
|
|
2661
2661
|
songPlayed: ['name', 'uri', 'image'],
|
|
@@ -2791,7 +2791,7 @@ exports.AllVariables = {
|
|
|
2791
2791
|
'youtubemusic_now_playing_artist',
|
|
2792
2792
|
'youtubemusic_now_playing_url',
|
|
2793
2793
|
'youtubemusic_now_playing_duration',
|
|
2794
|
-
'youtubemusic_now_playing_progress',
|
|
2794
|
+
// 'youtubemusic_now_playing_progress',
|
|
2795
2795
|
'youtubemusic_next_song',
|
|
2796
2796
|
'youtubemusic_next_image',
|
|
2797
2797
|
'youtubemusic_next_artist',
|