Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more id3 v2.4 support details. #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
14 changes: 10 additions & 4 deletions source/config/options_tags_compatibility_id3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@

**ID3v2 version**

Although ID3v2.4 is the latest version, its support in music players is still lacking. While some software has
no problem using version 2.4 tags, others may not be able to read the tags and display the information. Support
for ID3v2.4 in other media players (such as smartphones) is variable.
Although ID3v2.4 is the latest version, its support in music players and file explorers is still lacking.
While some software has no problem using version 2.4 tags,
others may not be able to read the tags and display the information.
Support for ID3v2.4 in other media players (such as smartphones) is variable.

.. only:: html

Expand All @@ -25,7 +26,12 @@

Other than native support for multi-valued tags in v2.4, the :doc:`Picard Tag Mapping <../technical/tag_mapping_pdf>`
section will show you what you lose when choosing v2.3 instead of v2.4.


Windows 10 Creators Update v1703 onwards is supposed to support the reading and display of ID3 v2.4 tags in Windows Explorer,
though this has not been verified.
In earlier versions of Windows, support in Windows Explorer can be added using
:doc:`SoftPointer AudioShell 2 <http://www.softpointer.com/AudioShellAndWindows8.htm>`.
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't we better link to https://www.softpointer.com/AudioShell.htm instead? This gives an overview over what this thing is, which I think makes it easier for the user to decide if they want this or not.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Shouldn't we better link to https://www.softpointer.com/AudioShell.htm instead? This gives an overview over what this thing is, which I think makes it easier for the user to decide if they want this or not.

Yes - we definitely should. My mistake.


**ID3v2 text encoding**

The default for version 2.4 is UTF-8, the default for version 2.3 is UTF-16. Use ISO-8859-1 only if you face
Expand Down