Jump to content

andrewilley

Administrators
  • Posts

    21,162
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Blogs

Gallery

Downloads

Poweramp Knowledge Base

База знаний Poweramp

Poweramp知识库

Poweramp Equalizer Knowledge Base

База знаний Poweramp Equalizer

Store

Events

Ideas

Everything posted by andrewilley

  1. You can add your own Title via the naming feature if you create the stream via an M3U playlist, but that wording will be overridden if the radio station broadcasts its own song information. I do agree that is not always ideal though, as those old song details will no longer be relevant but are still remembered and displayed in the Category List instead of the actual station details. Andre
  2. No, sorry, there's no way to add information or detailed notes about Bookmarked items. I think the original concept was just to remember and restore a particular song at a specific position, not to annotate multiple songs with various comments in the same way that you might use post-it notes to mark various pages in a book. I'll move this thread to Feature Requests anyway. Andre
  3. The problem is that there are hundreds of minor feature requests, and only one developer. I don't think crossfade has been revisited much since it was first introduced to the app in fact. There are some feature requests that date back even longer though. A-B Repeat is close to its 14th birthday by now - although hopefully that might be considered as part of the Player Screen interface customisation options? Andre
  4. While it is technically possible for LRC data to by synced down to the individual word, it's pretty rare outside of karaoke content. Timecode data is normally supplied for the whole line only. The current line is highlighted as brighter/larger text in Poweramp. If your LRC data does contain individual word info, it will not be processed by Poweramp as it is not intended to be a karaoke machine. Here's a theoretical example from the LRC wiki, which is pretty close to being an unofficial spec. The timecodes shown in <> brackets will be ignored, so for example at 00:06.47 the simple text "And all the joy within you dies " would be highlit. [ti: Somebody to Love] [ar: Jefferson Airplane] [al: Surrealistic Pillow] [lr: Lyricists of that song] [length: 2:58] [by: Person/organization that authored the LRC file] [tool: Software used to create LRC file https://example.com/lrc-maker-pro] [#: Some comment] [00:00.00] <00:00.04> When <00:00.16> the <00:00.82> truth <00:01.29> is <00:01.63> found <00:03.09> to <00:03.37> be <00:05.92> lies [00:06.47] <00:07.67> And <00:07.94> all <00:08.36> the <00:08.63> joy <00:10.28> within <00:10.53> you <00:13.09> dies [00:13.34] <00:14.32> Don't <00:14.73> you <00:15.14> want <00:15.57> somebody <00:16.09> to <00:16.46> love Andre
  5. Is not a feature of the core app, but the lyric text colour is skinable, which some skins support (e.g. I know YAPS can do it). Andre
  6. Max was indicating that this sort of change would most likely be made the next time he's working in that area of the app's code, not as a special specific job. How soon that might be is a rather flexible term though, other work may take priority and push into many months or possibly years. Andre
  7. Most Android devices cannot properly handle NTFS drives. Some can read them, but very few can write. Stick with exFat, it's plenty fast enough. It's possible your drive's file system had become damaged and reformat has resolved that, but it's unusual for such issues to result in poor sound quality - files either play or they don't (or possibly they skip badly). Andre
  8. It does sound like this is an issue with HyperOS. Perhaps their latest update is not supporting the DUMP permission? I assume you've all tried uninstalling the PA EQ app and reinstalling it, and then running the ADB DUMP process again? It is a slightly hacky workaround to be fair, the real answer is that apps should announce the fact that they are playing audio and that other apps are permitted to access it for making adjustments. Very few app developers seem to add those simple two lines of code into their players though (in Poweramp it's user-configurable, controlled via the 'MusicFX' button), hence the DUMP permission hack which tells Android it can override what the audio player app is saying (or not saying). Andre
  9. First, Poweramp processes all audio in stereo PCM (32/64 bit). It does not pass any formats through natively, they need to be converted to PCM first. So no native DSD I'm afraid. And as for above 768kHz? That would make a great app for annoying bats I guess, but I'm not sure how much mainstream traction such a feature would attract. As far as I know, 384kHz is the highest you'll get. Andre
  10. Has it occurred to you that if you keep asking the same question, you'll most likely get the same answer? Android apps are meant to identify in their code whether they want their audio output to be able to be managed by external apps, and if they don't then the content is not meant to be processed. Using the DUMP permission (which is something of a hack) expands on that number, but there will still be apps which don't even identify themselves as playing audio at all, which the PS-EQ won't touch.If an app can be equalized though, just select it from the Known Players list and it should work fine. Andre
  11. Have you had any success with either turning DVC mode on, or choosing a different Output method - e.g. instead of using OpenSL ES, try AAudio, AudioTrack, or HiRes. What exactly is the problem with the sound, beyond being "really off"? Is it possibly volume related rather than actually quality of audio? Andre
  12. That's already a feature. When you use Save/Assign to store an EQ Preset, there are a number of tickboxes that you can select to so it can be automatically applied in specific situations - for example for specific folders, albums, genres, even individual songs, or particular Output devices. To save for the current Bluetooth device, tick only the name of the device in the list. Don't also tick the overall Bluetooth option, as that will apply it to all BT devices. Andre
  13. That's perhaps more of an issue of higher resolutions and larger buffer sizes to be honest. Not that latency really matters much for pure audio playback. After an Android update, it might be worth setting the Outputs menu back to defaults and seeing if that helps, but sometimes it's just changes in the ROM that cause the issues. Andre
  14. Unfortunately, the point of a Grid view is that it's largely based on images in a grid, rather than being a more text oriented list layout. Horses for courses I guess. Andre
  15. Correct, Grid View does not show the metadata line at all, which is where several bits of background info are contained. Andre
  16. Just go into the main EQ adjustment screen and tap the Preset button (middle button) and choose either Graphic or Parametric default, or pick one of the supplied Presets as a starting point. The overlapping icon on the Settings page looks like a skin or font error, there should be an icon next to Graphic, and another by Parametric, just below. Andre
  17. If you can get someone else to do the porting work, that would make sense to me. Not sure whether its design ethos fits too well with the Apple way of doing things though. But otherwise, I would say only once the Frequently Requested Features list has been addressed would it be time to think of new platforms. Andre
  18. POPM is a bizarre tag anyway. It consists of a text string to identify the user (meant to be an email address, but it often isn't) then a null-byte separator, then a one-byte number to indicate the chosen rating on a scale of 1 to 255. Generally apps convert this byte to a more user-recognisable 1-5 figure - so a byte value of 64 often represents '2' in the 1-5 scale, or 196 would be a rating of '4'. The reason for the string is because ratings are meant to be personal to you, and you wouldn't want to see someone else's rating. Thus there can actually be more than one POPM tag in a file for different people's ratings. Mostly this is not filled with a username/email though, and often you'll find the writing application's details are in there instead - e.g. Windows tends to use "Windows Media Player 9 Series". Oh, and just to confuse things further, after the rating byte there is an optional play count figure for the song - which would also be user-specific of course. Rarely used. And all of the above assumes that all apps follow the spec rather than inventing their own variants. Andre
  19. @koukei I don't know much about third-party wifi adb tools (cabled is more reliable) but it looks like you mistyped the adb command anyway, it should be: adb shell pm grant com.maxmpz.equalizer android.permission.DUMP Andre
  20. Last update of Android, or Poweramp? What device? Rather than using the experimental High-Res Output mode, try something like AAudio or AudioTrack which on recent Android versions support high-res settings. Andre
  21. ID3v2 is simply the format of tags that is used in MP3 files. https://en.wikipedia.org/wiki/ID3 Older versions did not support ratings. POPM is the name of the tag that contains ratings within an ID3v2.3 tag block. http://www.unixgods.org/Ruby/ID3/docs/id3v2.4.0-frames.html#POPM Andre
  22. No, that is not a streaming radio station, it's a commercial video sharing website. Sure, try pasting this link into the 'Add URL' box in the Streaming menu: http://edge-bauerall-01-gos2.sharp-stream.com/net2national.mp3?aw_0_1st.skey=1691534114 Andre
  23. Just tap 'Add URL' from that menu, and paste in the HTTP address of a streaming radio station (not the radio company's website, the actual shortcast-style stream itself). Self)
  24. That's how I understood this feature too, but I agree it does not seem to behave as expected. Andre
×
×
  • Create New...