Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Removed GMusic #36

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions mopidy_websettings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,24 +370,6 @@ <h2>SoundCloud</h2>
<input type="text" name="soundcloud__auth_token" id="sc_token" value="{{ soundcloud__auth_token }}" size="15" maxlength="40"/>
</div>

<div data-role="collapsible" class="settingscoll">
<h2>Google Music</h2>
<p>Please provide your username, password to enable Google Music.</p>
<div>
<select name="gmusic__enabled" data-role="slider"><br/>
<option value="false"{% if gmusic__enabled == "false" %} selected="true"{% endif %}>Off</option>
<option value="true"{% if gmusic__enabled == "true" %} selected="true"{% endif %}>On</option>
</select>
</div>
<label for="gmusic__username">Username</label>
<input type="text" name="gmusic__username" value="{{ gmusic__username }}" size="15" maxlength="40"/>
<label for="gmusic__password">Password</label>
<p>If you use 2-way authentication, you need an application-specific password.</p>
<input type="password" name="gmusic__password" value="{{ gmusic__password }}" size="10"/>
<p>You may need to supply a device ID. See <a href="https://github.com/mopidy/mopidy-gmusic#configuration">here</a> for more information.</p>
<input type="text" name="gmusic__deviceid" value="{{ gmusic__deviceid }}" size="10" maxlength="40"/>
</div>

<div data-role="collapsible" class="settingscoll">
<h2>Last.FM</h2>
<p>Please provide your username, password to enable scrobbling music to Last.FM.</p>
Expand Down
6 changes: 0 additions & 6 deletions mopidy_websettings/settingsspec.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ enabled = "boolean(default=false)"
client_id = "string(default='')"
client_secret = "string(default='')"

[gmusic]
enabled = "boolean(default=false)"
username = "string(default='')"
password = "string(default='')"
deviceid = "string(default='')"

[tunein]
enabled = "boolean(default=true)"

Expand Down