Jump to content

thomascheney

New Members
  • Posts

    4
  • Joined

  • Last visited

thomascheney's Achievements

Newbie

Newbie (1/3)

  1. Hi, sorry, do you need me to send a sample still? I would certainly be willing to do that if you need it. Edit: I attached one. 白色雑音.mka
  2. When MKAs have special vowels (ú, etc.) or characters from languages that do not use the Roman alphabet (Japanese, etc.) in the tags, they are not displayed correctly. Tags that I generate on my own with the UTF-8 encoding or with other programs such as MP3Tag do not display correctly in Poweramp but do display correctly in all other programs I've tried. Poweramp version: build-945-bundle-play Full Version 64 bit. Phone: Samsung Galaxy S21
  3. Thanks for taking a look at this. I wouldn't think that would be necessary. Somewhere you must be parsing the XML that contains the tags in the mka. Whatever code is grabbing the artist tag just needs to look at the 50 level if there is nothing at the 30 level, which should be really easy because it's all there in the same xml. It shouldn't need to be considered the album artist in that situation, just the track artist tag's specific location. The problem with not doing that is that you will have mka files that are correctly tagged according to Matroska that Poweramp does not read correctly.
  4. Poweramp doesn't recognize Artists that are specified at the 50 TargeTypeLevel (Album). Essentially Matroska says that you can specify the artist for the whole album and it should apply to all tracks here. If the artist is specified at a lower level (e.g. the 30 track level), you probably want to supersede the upper level, e.g. if Artist30Level exists artist = Artist30Level else artist = Aritist50Level
×
×
  • Create New...