inital commit

This commit is contained in:
Moritz Böhme 2021-03-28 17:11:08 +02:00
commit 36b964da59
376 changed files with 230001 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
body.show-offline-screen{overflow:hidden}.error-and-offline{position:fixed}.app-header{position:relative;z-index:2}.app-content{position:relative;z-index:1}.nux-screen{padding-top:32px}.nux-screen .nux-screen-inner-box{text-align:center}.nux-screen .nux-screen-inner-box .nux-artists-icon{line-height:128px}.nux-screen .nux-screen-inner-box .nux-artists-icon:before{font-family:glue-spoticon;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;display:inline-block;vertical-align:bottom;content:"\f168";font-size:128px;line-height:inherit}.nux-screen-title{font-size:28px;line-height:36px;letter-spacing:-.005em;font-weight:var(--glue-font-weight-black);color:#fff;text-transform:none}.ca-hidden,.ca-hidden *{visibility:hidden!important}.ca-removed{position:absolute;visibility:hidden;z-index:-1}.confirm-dialog{padding:15px;text-align:center}.confirm-dialog .button{margin-right:10px}.confirm-dialog-container .popover.modal{margin:0}.confirm-dialog-container .popover.modal{transform:translate(-50%,-50%)}
/*# sourceMappingURL=collection-artist.css.map*/

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html dir="auto">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://local_resource_host/css/glue.css" />
<link rel="stylesheet" href="css/collection-artist.css"><link rel="stylesheet" class="userCSS" href="https://zlink.app.spotify.com/css/user.css"></head>
<body class="unlike-removes-entity">
<div
id="collection-artist-wrapper"
class="ca-hidden"
data-play-source="library-collection-artist"
>
<div id="header-wrapper"></div>
<div id="virtual-songs-list-wrapper" class="container app-content"></div>
</div>
<div id="error-wrapper" class="show-error-screen"></div>
<div id="nux-wrapper"></div>
<div
id="confirm-dialog-container"
class="hidden confirm-dialog-container"
></div>
<!-- "init.js" is served by the desktop client and provides the "window.__spotify" object. -->
<script src="init.js"></script>
<script src="collection-artist.bundle.js"></script></body>
</html>

View file

@ -0,0 +1,108 @@
{
"BundleIdentifier": "collection-artist",
"BundleType": "Application",
"BundleVersion": "1.1.55",
"VendorIdentifier": "com.spotify",
"UserInstallable": false,
"AppDescription": {
"en": "",
"ar": "",
"cs": "",
"de": "",
"el": "",
"es": "",
"es-419": "",
"fi": "",
"fr": "",
"fr-CA": "",
"he": "",
"hu": "",
"id": "",
"it": "",
"ja": "",
"ko": "",
"nl": "",
"pl": "",
"pt-BR": "",
"ru": "",
"sv": "",
"th": "",
"tr": "",
"vi": "",
"zh-Hant": "",
"ms": ""
},
"AppName": {
"en": "Collection Artist",
"ar": "Collection Artist",
"cs": "Collection Artist",
"de": "Collection Artist",
"el": "Collection Artist",
"es": "Collection Artist",
"es-419": "Collection Artist",
"fi": "Collection Artist",
"fr": "Collection Artist",
"fr-CA": "Collection Artist",
"he": "Collection Artist",
"hu": "Collection Artist",
"id": "Collection Artist",
"it": "Collection Artist",
"ja": "Collection Artist",
"ko": "Collection Artist",
"nl": "Collection Artist",
"pl": "Collection Artist",
"pt-BR": "Collection Artist",
"ru": "Collection Artist",
"sv": "Collection Artist",
"th": "Collection Artist",
"tr": "Collection Artist",
"vi": "Collection Artist",
"zh-Hant": "Collection Artist",
"ms": "Collection Artist"
},
"SupportedLanguages": [
"ar",
"cs",
"de",
"el",
"en",
"es",
"es-419",
"fi",
"fr",
"fr-CA",
"he",
"hu",
"id",
"it",
"ja",
"ko",
"nl",
"pl",
"pt-BR",
"ru",
"sv",
"th",
"tr",
"vi",
"zh-Hant",
"ms"
],
"SupportedDeviceClasses": [
"Desktop"
],
"BridgeDependencies": {
"bridge-desktop": "0.25.0",
"bridge-web": "2.50.0",
"bridge-zelda": "1.0.0"
},
"Dependencies": {
"api": "1.0.0"
},
"InjectScripts": false,
"InjectStylesheets": false,
"SkipLanguageValidation": true,
"SkipUnrequireValidation": true,
"SpmApp": true,
"GitRevision": "f9a83c602b2"
}