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. @Jimi Please add your vote to the Feature Request poll. Andre
  2. I'll try creating a huge M3U file later when I get home and see what happens. Andre
  3. If there are multiple occurrence of the same tag (e.g. two ARTIST tags in a FLAC/Vorbis file) then they will both be displayed, with a semi-colon separator. That is by design, and it is why two tags were saved inside the file in the first place. You would need to edit the tags to prevent this. Ideally every audio app should support split tags, and/or multiple tags, but not all do. Andre
  4. What sort of Playlist is it? File-based (e.g. M3U) or created internally in Poweramp using the '+Playlist' facility? Can you use the '>>' button to skip manually to a new song during playback, and if so what happens when that song finishes? Can you scroll down and play individual songs within the playlist? What does the track counter show? It's in the middle of the line of four buttons under the song info (may need to be made visible using Settings=>Look and Feel=>Player Screen=>Show Track Counter) and should start at 1/xxxx - where xxxx is the total number of songs in the playlist. The counter should increment with each new song played. I've just created a new playlist with 18,000 songs (created from everything in my 'All Songs' list, added twice) and tapping the Shuffle icon in that list's header results in random songs from the list being played as expected, with playback moving on to a new random song at the end of each one. Andre
  5. Just scroll down the Presets list (centre button under the sliders/spectrum analyser area) and choose Parametic default. Or choose any of the supplied parametric presets (indicated by an icon of two small round knobs in the list, rather than two small sliders) as a starting point and tweak from there. Andr3
  6. If/when it happens, the details will be in the Changelog notes of the relevant new build release thread, and often posts get added to the main discussion threads too. Follow this subforum for notifications of new posts: https://forum.powerampapp.com/forum/18-poweramp-new-releases/ Andre
  7. It is far more usual for parametric equalizers to offer less bands than graphic, as each one is more flexible - routinely 4-7 bands, perhaps as many as 10. Poweramp's 64 bands is already pretty excessive - double the maximum of 32 bands for graphic mode for example. Andre
  8. What is the 'Repeat' mode in the Player Screen set to? Andre
  9. Not sure what you mean. Only cover art for songs with the same Album Title and Album Artist tag details should pick up new cover art that you have chosen. Andre
  10. Make sure your audio files are properly tagged if you want the automatic download system to ne able to find suitable images. Ideally it's better to include the cover artwork images within the embedded tags if you are able, using an external tag editor program. You can also use images from your own device's Gallery if you wish (select them in the long-press=>Album Art menu option for the song). Andre
  11. Yes, you can assign several different Genre descriptions to one song. You can use any characters as separators within the tag data, but semicolon is a good one. Configure it in Poweramp using Settings=>Library=>Scanner=>Symbols to Split Mutiple Genres. Then if you create a genre tag as "Rock ; Pop", the song will appear in both genre groups. Andre
  12. I'll move this to Feature Requests for you, as +/-15dB is currently the maximum range in both graphic and parameteic modes. You could create a cludged effect by reducing the preamp gain as well as the high-end sliders, and then boosting all the lower frequencies to compensate for the preamp. Whatever you do is going to sound really nasty musically anyway, but that is clearly not the main concern in this case. Andre
  13. Poweramp provides for +/-15 dB for each slider band (so 30dB range in total) and you can configure it have up to 32 bands in graphic mode. Andre
  14. I think the mini-player would be a great place to locate such an icon in Poweramp. A little crosshair/target icon, similar to the icon used to re-centre your GPS location in Maps, placed next to the play/pause icon would be ideal. This would snap the current view to the item that contains the playing song - or to the song itself, if the song is already available somewhere in the current view. There would need to be some logic applied to grey-out the icon in cases where the playing song is not found with the current Category's entries - for example if you are viewing a Playlist, or have drilled down into a Genre, or an Artist, in which the playing song does not appear. Andre
  15. Poweramp can read (and then later re-write) relative path playlists if they are found in external files, but any playlists that you create internally within Poweramp (using the '+Playlist' feature to add songs) will use the same absolute Android paths that the Library database has previously scanned. That is also what will be saved if you Export any internally-created playlist to a file. Once read, a playlist is nothing more than a series of index pointers to the exact locations (with full paths) of specific audio files. It doesn't know anything about the music contents, just the location of the audio file. If you later move or rename one of the files, or rename its containing folder or path, you will break the link as the song in question will no longer be located where Poweramp is expecting to find it. As a bit of background, resolving the contents of external playlist files across different platforms is actually quite a tricky task when the file systems do not match. For example a song on your PC called C:\Users\yourname\Music\Artists\ABBA\Arrival\Dancing Queen.mp3 is clearly never going to be found on an Android phone where its location might be AB12-CD34/My Songs/Artists/ABBA/Arrival/Dancing Queen.mp3. So the resolution process only checks for an exact match with the filename and the first level of folder which contains it. So in the example above, even if your folder structure is different or you move folders and files around your device, a match would be made and stored for storage/0/Music/ABBA albums/Arrival/Dancing Queen.mp3. The important bit is that a file called Dancing Queen.mp3 needs to be inside a folder (anywhere in the scanned Library locations) called Arrival. Once the song has been identified, the path is stored in the database as an absolute reference (i.e. for the current device) to alllow for immediate access. This logic is not 100% guaranteed to generate a perfect match, but the cases where it could become ambiguous with another song and fail are very rare and somewhat convoluted. There is a menu option in the Playlists Category called 'Rescan / Resolve Playlists', which will re-parse all the entries in playlists and see if in cases where the file path has been lost it can find the required folder/file pairing again elsewhere. So as long as the filename and its containing folder name have not changed, the song can be found again. Andre
  16. No, Poweramp's internal processing is handled as 32/64 bit stereo PCM, so any input files need to be converted to that when they are read. This is done using FFMPEG's down-conversion logic. Also, as Poweramp is an app designed for use on Android phones and tablets, there are very few devices that could actually handle and output 6-channels of PCM audio anyway. Andre
  17. URLs should never contain spaces, as they can also be used as delimiters between items. Whitespace should always be escaped using %20 encoding. See https://www.w3schools.com/tags/ref_urlencode.ASP#:~:text=URLs cannot contain spaces. However some programs do automatically convert whitespaces in URL strings into valid %20 characters for sending over the internet (which is how they should have been written in the first place) but Poweramp currently does not do that, so the URL fails. I'll move this thread to Feature Requests for you. For now, just do a batch search & replace for whitespace to %20. Andre
  18. You can use an external app such as Music Playlist Manager to import ratings (for example from MP3 POPM tags) from audio files into Poweramp's music database, but it's a one-shot process and would need to be repeated any time you add more files. I believe it can also write ratings from Poweramp's database back to files. There is an existing Feature Request to provide this functionality natively within Poweramp, which you can vote for once your account is at least two days old: Andre
  19. Settings=>Look and Feel=>Player Screen=>Rating Type. Any ratings you create are internal to Poweramp by the way, they are not read from or written back to audio files. Andre
  20. The mentioned Eclipse Player (I'd never heard of it before either, but it does have a few thousand users) highlights the entry that contains a currently playing song, even within other list formats, which could be kinda helpful. So if you are listening to Mr. Blue Sky by ELO, then in the Artists list, the "Electric Light Orchestra" entry would be highlighted as currently in use. Similarly if you are viewing an Albums list, "Out of the Blue" would be highlighted as in-use. And if the list is alpha-sorted, the app provides a shortcut icon at the bottom of the quick-access column to go directly to the in-use item. Not a very common feature at all, but I can see the merit - especially the idea of highlighting the in-use entry. Andre
  21. Glad you've got it sorted now. And thank you for editing your original response once you properly understood what I was explaining. Andre
  22. Yes, as I said, the colours of the Library Categoies etc are adjusted by your choice of Skin and the Background options you choose, while the Settings screens are chosen by Settings Theme. Andre
  23. The main operational screen colours (Player, Library Categories, Equalizer, etc) are set by the Skin that you have chosen, along with any Settings=>Background options that you have chosen. The option in Settings=>Look and Feel=>Settings Theme is for the light or dark mode of the Settings menu itself, which is not skinned. Andre
  24. I think I see what you're getting at. It navigates you within the on-screen list to where you can find the currently playing song. So For example if you were viewing an Artists or Albums list, it would move the view to highlight the Artist name or Album name that contains the playing song. Andre
  25. Fair enough, request made. You also need to bear in mind that any given list which you are viewing might not even have the currently playing song in it at all. If you have browsed away to a different album/folder/playlist/etc, then any such button would be meaningless. Poweramp already provides the mini-player at the bottom of the screen which shows you the currently playing song, and left/right swipes on it allow you to move to the previous/next track, so I can't quite see what you hope to gain from this new button idea? As has already been said, it's very quick and easy to tap on the cover artwork from the Player Screen to return to the currently playing category list, which will have the current song highlighted in the middle of the screen. Which other apps don't have this "deficiency" by the way? I've looked at RocketPlayer, VLC, foobar2000, Samsung Music, YouTube Music, and can't find it in any of them - although one did have a 'return to top of list' floating button, which I can see being of use in very long lists (this is already supported in PA for alphabetically-sorted lists by the way, via ︽ on the quick-access bar on the right). Some apps do have a 'Now Playing' style list, which is already very high in the Feature Requests voting list for Poweramp, is that perhaps more what you mean? Andre
×
×
  • Create New...