nkigor Posted June 2, 2015 Share Posted June 2, 2015 Playlist has .sql extension and contains with sql query.for exampleFile playlist.sql containsselect * from music_database where raiting > 0 sorted by artist;>>>EOFThis playlist I can not make any other way.Another option to shift database to an accessible (without root) place . Link to comment Share on other sites More sharing options...
andrewilley Posted June 2, 2015 Share Posted June 2, 2015 Dynamic playlists have been requested before, and I guess this basically falls into that category too. Have you tried Theoklink's Playlist editor in the meantime? (https://play.google.com/store/apps/details?id=com.flyingdutchman.newplaylistmanager) Andre Link to comment Share on other sites More sharing options...
nkigor Posted June 2, 2015 Author Share Posted June 2, 2015 Thank you for answer.Is all the android music in a common database ?Where is the rating of the song ?This rating I did with the help of Poweramp. Link to comment Share on other sites More sharing options...
andrewilley Posted June 2, 2015 Share Posted June 2, 2015 Poweramp uses its own SQL database, which is independent of the main Android music library. It can be found at /data/data/com.maxmpz.audioplayer/databases/folders.db but mess with it AT YOUR OWN RISK of course. Your questions might be better asked within the Developers Area ( http://forum.powerampapp.com/index.php?/forum/13-developers-area/ ) to be honest. Andre Link to comment Share on other sites More sharing options...
nkigor Posted June 3, 2015 Author Share Posted June 3, 2015 Dynamic playlists have been requested before, and I guess this basically falls into that category too. Have you tried Theoklink's Playlist editor in the meantime? (https://play.google.com/store/apps/details?id=com.flyingdutchman.newplaylistmanager)AndreCan you point me to that request.Sorry /data/data/com.maxmpz.audioplayer/databases/folders.db can not be accessed without root. Link to comment Share on other sites More sharing options...
andrewilley Posted June 3, 2015 Share Posted June 3, 2015 Yes, of course you'll need root to access system-level data files. They are not designed for general user access. Andre Link to comment Share on other sites More sharing options...
nkigor Posted June 3, 2015 Author Share Posted June 3, 2015 So, nothing can be done . Link to comment Share on other sites More sharing options...
andrewilley Posted June 3, 2015 Share Posted June 3, 2015 If you want to access a database file in the /data/ folder then no, without root you cannot normally do it. Have you tried the Playlist editor I mentioned above? (there is a free trial version I believe) Andre Link to comment Share on other sites More sharing options...
nkigor Posted June 4, 2015 Author Share Posted June 4, 2015 That did I want to do?Choose favourite songs from large collection via rating (simplest way).And sort that list by author,year ...etc. Link to comment Share on other sites More sharing options...
andrewilley Posted June 4, 2015 Share Posted June 4, 2015 Choose favourite songs from large collection via rating (simplest way). And sort that list by author,year ...etc. Yes, I believe https://play.google.com/store/apps/details?id=com.flyingdutchman.newplaylistmanager provides that sort of functionality, but try to free version out and see if it does what you need. Andre Link to comment Share on other sites More sharing options...
nkigor Posted June 5, 2015 Author Share Posted June 5, 2015 This manager has access to the Poweramp database? Link to comment Share on other sites More sharing options...
andrewilley Posted June 5, 2015 Share Posted June 5, 2015 This manager has access to the poweramp database?Not sure, you'd have to ask the author that (but I rather doubt Android security permissions would look favourably on one app editing another's databases).It think it builds playlists independently of any particular player and then saves them as M3U files to a location where the player will detect and import them. See the author's website here: http://www.playlistmanager.webspace.virginmedia.com/npm/poweramp.htmlAndre Link to comment Share on other sites More sharing options...
nkigor Posted June 5, 2015 Author Share Posted June 5, 2015 So you deny me in 2 requests.1. support sql queries2. move database to available position. Link to comment Share on other sites More sharing options...
andrewilley Posted June 5, 2015 Share Posted June 5, 2015 I haven't denied you anything! This is a feature requests page, where you have requested a new feature that you personally would like added - which may (or may not) happen at some stage in future development. I've been trying to help you in the meantime. A normal response might be "thank you". Andre Link to comment Share on other sites More sharing options...
nkigor Posted June 5, 2015 Author Share Posted June 5, 2015 OK thank you. Link to comment Share on other sites More sharing options...
andrewilley Posted June 5, 2015 Share Posted June 5, 2015 You're welcome. Andre Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.