Skip to content

Commit

Permalink
Remove Media support (Video/Pictures). Let's concentrate on Audio.
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger committed Apr 25, 2022
1 parent 6a1df80 commit a90e286
Show file tree
Hide file tree
Showing 101 changed files with 451 additions and 3,476 deletions.
160 changes: 0 additions & 160 deletions CPAN/Media/Scan.pm

This file was deleted.

8 changes: 0 additions & 8 deletions CPAN/Media/Scan/Audio.pm

This file was deleted.

18 changes: 0 additions & 18 deletions CPAN/Media/Scan/Error.pm

This file was deleted.

19 changes: 0 additions & 19 deletions CPAN/Media/Scan/Image.pm

This file was deleted.

20 changes: 0 additions & 20 deletions CPAN/Media/Scan/Progress.pm

This file was deleted.

24 changes: 0 additions & 24 deletions CPAN/Media/Scan/Result.pm

This file was deleted.

20 changes: 0 additions & 20 deletions CPAN/Media/Scan/Video.pm

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Changelog8.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ <h2><a name="v8.3.0" id="v8.3.0"></a>Version 8.3.0</h2>

<li>Server Changes:</li>
<ul>
<li>Remove support for media types other than audio (video, pictures). Let's make "M" music again.</li>
<li><a href="https://github.com/Logitech/slimserver/pull/651">#651</a> - Updated French translation - thanks Frank-Berry!</li>
<li>Added British English translations - thanks expectingtofly!</li>
<li>Updated Czech translation - thanks mipa87!</li>
Expand All @@ -22,7 +23,6 @@ <h2><a name="v8.3.0" id="v8.3.0"></a>Version 8.3.0</h2>
<li><a href="https://github.com/Logitech/slimserver/pull/751">#751</a> - Shuffle tracks added with "playlist loadtracks" for a given year (thanks philchillbill!)</li>
<li><a href="https://github.com/Logitech/slimserver/pull/758">#758</a> - Allow selection of regional language (eg. ZH_CH or EN_GB) through JSONRPC (thanks expectingtofly!)</li>
<li><a href="https://github.com/Logitech/slimserver/issues/785">#785</a> - Improve adding albums as favorites: don't rely on the album title alone, but use the artist to identify the album, too.</li>
<li>Remove support for media types other than audio (video, pictures).</li>
<li>Remove more legacy plugins: Amazon, MP3Tunes, Orange, YALP</li>
</ul>
<br />
Expand Down
4 changes: 0 additions & 4 deletions HTML/Default/html/js-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
INCLUDE "html/ext/ext-main.js";
END;

IF hasMediaSupport;
INCLUDE "html/lightbox/lightbox.js";
END;

INCLUDE "html/SqueezeJS/Base.js";
INCLUDE "html/SqueezeJS/UI.js";
INCLUDE "html/Main.js";
Expand Down
Binary file removed HTML/Default/html/lightbox/images/close.gif
Binary file not shown.
Binary file removed HTML/Default/html/lightbox/images/lb-load.gif
Binary file not shown.
Binary file removed HTML/Default/html/lightbox/images/next.gif
Binary file not shown.
Binary file removed HTML/Default/html/lightbox/images/prev.gif
Binary file not shown.
Loading

3 comments on commit a90e286

@paulgevers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just slightly curious, do you want to mention why? I have been fighting with libmediascan for Debian, but I guess I don't need that anymore. Are issues with that the reason for this change?

@michaelherger
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a nutshell: I don't have the bandwidth and know-how to keep it alive. New formats should be supported, bugs fixed. The feature has been neglected for years, but hardly anyone uses it, because there are so much better solutions out there. It just doesn't make sense to spend time on it.

@paulgevers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely makes sense. Thanks for sharing.

Please sign in to comment.