Skip to content

Commit

Permalink
v1.06 as published on web page
Browse files Browse the repository at this point in the history
Added darker skin
  • Loading branch information
ArturSierzant committed Jul 22, 2020
1 parent 1983fab commit 9e096c5
Show file tree
Hide file tree
Showing 21 changed files with 3,554 additions and 3 deletions.
3 changes: 2 additions & 1 deletion about.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function about() {
<tr class="line"><td colspan="5"></td></tr>
<tr class="<?php echo ($i++ & 1) ? 'even' : 'odd'; ?>">
<td>&nbsp;</td>
<td style="vertical-align: top;">v1.06 <br>2020.07.??</td>
<td style="vertical-align: top;">v1.06 <br>2020.07.22</td>
<td></td>
<td>
<ul style="padding-left: 1em;">
Expand All @@ -171,6 +171,7 @@ function about() {
<li> added default login option</li>
<li> added possibility to login using URL (login.php)</li>
<li> added support for PWA (Progressive Web App)</li>
<li> added new skin (darker)</li>
<li> improved TIDAL support (python API replaced with PHP API - works much faster)</li>
<li> improved Favorites - mixed lists (streams and local files) are allowed</li>
<li> improved Favorites - tracks from Tidal and YouTube now can be added to Favorites</li>
Expand Down
4 changes: 2 additions & 2 deletions include/config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
// | Use a UNIX style directory scheme with a trailing slash. |
// | |
// | Windows: 'D:/Media/'; |
// | Linux/Unix/OSX: '/var/mpd/music/'; |
// | Linux/Unix/OSX: '/var/lib/mpd/music/'; |
// +------------------------------------------------------------------------+

$cfg['media_dir'] = '/share/HDA_DATA/ompd/';
$cfg['media_dir'] = '/var/lib/mpd/music/';



Expand Down
1 change: 1 addition & 0 deletions skin/ompd_darker/about.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
O!MPD darker skin by Artur Sierżant.
Binary file added skin/ompd_darker/img/large_file_not_found.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/medium_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/medium_message_error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/medium_message_ok.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/medium_message_warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/medium_online.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/playing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/small_animated_progress.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/small_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/small_error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/small_login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/small_uncheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/tiny_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added skin/ompd_darker/img/tiny_uncheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9e096c5

Please sign in to comment.