mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
[web-src] Rename forked-daapd to OwnTone
This commit is contained in:
parent
525506de1a
commit
55a92e84c2
@ -85,7 +85,7 @@ export default {
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
connect: function () {
|
connect: function () {
|
||||||
this.$store.dispatch('add_notification', { text: 'Connecting to forked-daapd', type: 'info', topic: 'connection', timeout: 2000 })
|
this.$store.dispatch('add_notification', { text: 'Connecting to OwnTone server', type: 'info', topic: 'connection', timeout: 2000 })
|
||||||
|
|
||||||
webapi.config().then(({ data }) => {
|
webapi.config().then(({ data }) => {
|
||||||
this.$store.commit(types.UPDATE_CONFIG, data)
|
this.$store.commit(types.UPDATE_CONFIG, data)
|
||||||
@ -95,7 +95,7 @@ export default {
|
|||||||
this.open_ws()
|
this.open_ws()
|
||||||
this.$Progress.finish()
|
this.$Progress.finish()
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.$store.dispatch('add_notification', { text: 'Failed to connect to forked-daapd', type: 'danger', topic: 'connection' })
|
this.$store.dispatch('add_notification', { text: 'Failed to connect to OwnTone server', type: 'danger', topic: 'connection' })
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<i class="mdi mdi-rss"></i>
|
<i class="mdi mdi-rss"></i>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p class="help">Adding a podcast includes creating an RSS playlist, that will allow forked-daapd to manage the podcast subscription.
|
<p class="help">Adding a podcast includes creating an RSS playlist, that will allow OwnTone to manage the podcast subscription.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
@click="on_click_outside_settings">
|
@click="on_click_outside_settings">
|
||||||
<a class="navbar-link is-arrowless">
|
<a class="navbar-link is-arrowless">
|
||||||
<span class="icon is-hidden-touch"><i class="mdi mdi-24px mdi-menu"></i></span>
|
<span class="icon is-hidden-touch"><i class="mdi mdi-24px mdi-menu"></i></span>
|
||||||
<span class="is-hidden-desktop has-text-weight-bold">forked-daapd</span>
|
<span class="is-hidden-desktop has-text-weight-bold">OwnTone</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="navbar-dropdown is-right">
|
<div class="navbar-dropdown is-right">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
<div class="column is-four-fifths has-text-centered-mobile">
|
<div class="column is-four-fifths has-text-centered-mobile">
|
||||||
<p class="heading"><b>forked-daapd</b> - version {{ config.version }}</p>
|
<p class="heading"><b>OwnTone</b> - version {{ config.version }}</p>
|
||||||
<h1 class="title is-4">{{ config.library_name }}</h1>
|
<h1 class="title is-4">{{ config.library_name }}</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -95,7 +95,7 @@
|
|||||||
<div class="column is-four-fifths">
|
<div class="column is-four-fifths">
|
||||||
<div class="content has-text-centered-mobile">
|
<div class="content has-text-centered-mobile">
|
||||||
<p class="is-size-7">Compiled with support for {{ config.buildoptions | join }}.</p>
|
<p class="is-size-7">Compiled with support for {{ config.buildoptions | join }}.</p>
|
||||||
<p class="is-size-7">Web interface built with <a href="http://bulma.io">Bulma</a>, <a href="https://materialdesignicons.com/">Material Design Icons</a>, <a href="https://vuejs.org/">Vue.js</a>, <a href="https://github.com/mzabriskie/axios">axios</a> and <a href="https://github.com/ejurgensen/forked-daapd/network/dependencies">more</a>.</p>
|
<p class="is-size-7">Web interface built with <a href="http://bulma.io">Bulma</a>, <a href="https://materialdesignicons.com/">Material Design Icons</a>, <a href="https://vuejs.org/">Vue.js</a>, <a href="https://github.com/mzabriskie/axios">axios</a> and <a href="https://github.com/ejurgensen/OwnTone/network/dependencies">more</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<i class="mdi mdi-magnify"></i>
|
<i class="mdi mdi-magnify"></i>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p class="help has-text-centered">Tip: you can search by a smart playlist query language <a href="https://github.com/ejurgensen/forked-daapd/blob/master/README_SMARTPL.md" target="_blank">expression</a> if you prefix it
|
<p class="help has-text-centered">Tip: you can search by a smart playlist query language <a href="https://github.com/ejurgensen/OwnTone/blob/master/README_SMARTPL.md" target="_blank">expression</a> if you prefix it
|
||||||
with <code>query:</code>.
|
with <code>query:</code>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<template slot="content">
|
<template slot="content">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
forked-daapd supports PNG and JPEG artwork which is either placed as separate image files in the library,
|
OwnTone supports PNG and JPEG artwork which is either placed as separate image files in the library,
|
||||||
embedded in the media files or made available online by radio stations.
|
embedded in the media files or made available online by radio stations.
|
||||||
</p>
|
</p>
|
||||||
<p>In addition to that, you can enable fetching artwork from the following artwork providers:</p>
|
<p>In addition to that, you can enable fetching artwork from the following artwork providers:</p>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
<div class="notification is-size-7" v-if="!spotify.libspotify_installed">
|
<div class="notification is-size-7" v-if="!spotify.libspotify_installed">
|
||||||
<p>forked-daapd was either built without support for Spotify or libspotify is not installed.</p>
|
<p>OwnTone was either built without support for Spotify or libspotify is not installed.</p>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="spotify.libspotify_installed">
|
<div v-if="spotify.libspotify_installed">
|
||||||
<div class="notification is-size-7">
|
<div class="notification is-size-7">
|
||||||
@ -40,10 +40,10 @@
|
|||||||
</form>
|
</form>
|
||||||
<p class="help is-danger">{{ libspotify.errors.error }}</p>
|
<p class="help is-danger">{{ libspotify.errors.error }}</p>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
libspotify enables forked-daapd to play Spotify tracks.
|
libspotify enables OwnTone to play Spotify tracks.
|
||||||
</p>
|
</p>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
forked-daapd will not store your password, but will still be able to log you in automatically afterwards, because libspotify saves a login token.
|
OwnTone will not store your password, but will still be able to log you in automatically afterwards, because libspotify saves a login token.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -55,7 +55,7 @@
|
|||||||
Access granted for <b><code>{{ spotify.webapi_user }}</code></b>
|
Access granted for <b><code>{{ spotify.webapi_user }}</code></b>
|
||||||
</p>
|
</p>
|
||||||
<p class="help is-danger" v-if="spotify_missing_scope.length > 0">
|
<p class="help is-danger" v-if="spotify_missing_scope.length > 0">
|
||||||
Please reauthorize Web API access to grant forked-daapd the following additional access rights:
|
Please reauthorize Web API access to grant OwnTone the following additional access rights:
|
||||||
<b><code>{{ spotify_missing_scope | join }}</code></b>
|
<b><code>{{ spotify_missing_scope | join }}</code></b>
|
||||||
</p>
|
</p>
|
||||||
<div class="field fd-has-margin-top ">
|
<div class="field fd-has-margin-top ">
|
||||||
@ -79,7 +79,7 @@
|
|||||||
|
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
<div class="notification is-size-7" v-if="!lastfm.enabled">
|
<div class="notification is-size-7" v-if="!lastfm.enabled">
|
||||||
<p>forked-daapd was built without support for Last.fm.</p>
|
<p>OwnTone was built without support for Last.fm.</p>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="lastfm.enabled">
|
<div v-if="lastfm.enabled">
|
||||||
<p class="content">
|
<p class="content">
|
||||||
@ -105,7 +105,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="help is-danger">{{ lastfm_login.errors.error }}</p>
|
<p class="help is-danger">{{ lastfm_login.errors.error }}</p>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
forked-daapd will not store your Last.fm username/password, only the session key. The session key does not expire.
|
OwnTone will not store your Last.fm username/password, only the session key. The session key does not expire.
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user