Skip to content
Merged
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
2 changes: 1 addition & 1 deletion include/ape.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Refactored by Dan Sully
#define APE_NO_ID3 (1 << 5)

/* Artificial limits -- recommended but can be increased */
#define APE_MAXIMUM_TAG_SIZE 2048 * 1024 // recommended limit is 8KB but have seen files that are larger (Bug 15324, https://github.com/Logitech/slimserver/issues/961)
#define APE_MAXIMUM_TAG_SIZE 2048 * 1024 // recommended limit is 8KB but have seen files that are larger (Bug 15324, https://github.com/LMS-Community/slimserver/issues/961)
#define APE_MAXIMUM_ITEM_COUNT 64
#define APE_ID3_MIN_TAG_SIZE 128

Expand Down
2 changes: 1 addition & 1 deletion lib/Audio/Scan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ and adapted by Netgear. It has been heavily rewritten to fix bugs and add
more features.

The source to the original Netgear C scanner for SqueezeCenter is located
at L<http://svn.slimdevices.com/repos/slim/7.3/trunk/platforms/readynas/contrib/scanner>
at L<https://github.com/LMS-Community/slimserver-platforms/tree/public/8.5/readynas/contrib/scanner>

The audio MD5 feature uses an MD5 implementation by L. Peter Deutsch,
E<lt>ghost@aladdin.comE<gt>.
Expand Down