Skip to content

Commit

Permalink
v1.07 as published on web page
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturSierzant committed Dec 3, 2021
1 parent 5e156fb commit bd968da
Show file tree
Hide file tree
Showing 65 changed files with 71 additions and 436 deletions.
8 changes: 4 additions & 4 deletions about.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down Expand Up @@ -84,7 +84,7 @@ function about() {
<tr class="header header_bigger">
<td class="space"></td>
<td colspan="3" style="white-space: normal;">
O!MPD&nbsp;<?php echo html(NJB_VERSION); ?>,&nbsp;Copyright&nbsp;&copy;&nbsp;2015-2020&nbsp;Artur&nbsp;Sier&#380;ant<br>
O!MPD&nbsp;<?php echo html(NJB_VERSION); ?>,&nbsp;Copyright&nbsp;&copy;&nbsp;2015-2021&nbsp;Artur&nbsp;Sier&#380;ant<br>

</td>
<td class="space"></td>
Expand All @@ -101,7 +101,7 @@ function about() {
This is free software, and you are welcome to redistribute it<br>
under certain <a href="about.php?action=license#conditions">conditions</a>.
<br><br>
O!MPD is fork of netjukebox&nbsp;Copyright&nbsp;&copy;&nbsp;2001-2012&nbsp;Willem&nbsp;Bartels <a href="http://www.netjukebox.nl/">http://www.netjukebox.nl</a>
O!MPD is fork of netjukebox&nbsp;Copyright&nbsp;&copy;&nbsp;2001-2012&nbsp;Willem&nbsp;Bartels <a href="http://www.netjukebox.nl/" target = "_blank">http://www.netjukebox.nl</a>
</td>
<td></td>
</tr>
Expand Down 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.07 <br>202?.??.??</td>
<td style="vertical-align: top;">v1.07 <br>2021.12.03</td>
<td></td>
<td>
<ul style="padding-left: 1em;">
Expand Down
2 changes: 1 addition & 1 deletion ajax-album-playlist.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-blacklist.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-change-player.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-check-status.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-evaluate-status.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-favorite-arrange-MPD.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-favorite-arrange-Tidal.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-favorite-arrange.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-favorite-list.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-favorite.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-get-hra-audio-format.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-hra-new-albums.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-hra-search.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-last-played.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-library.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-lyrics.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-playlist-mini.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-playlist-save.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-playlist-sync.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-random-files.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-suggested.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-tidal-auth.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-tidal-items.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-tidal-new-albums.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-tidal-search.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-track-version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-update-progress.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax-yt-search.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion ajax.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
2 changes: 1 addition & 1 deletion api/hra_api/hra_api.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// +------------------------------------------------------------------------+
// | O!MPD, Copyright © 2015-2020 Artur Sierzant |
// | O!MPD, Copyright © 2015-2021 Artur Sierzant |
// | http://www.ompd.pl |
// | |
// | |
Expand Down
Loading

0 comments on commit bd968da

Please sign in to comment.