-
Content Count
1,820 -
Joined
-
Last visited
About flyingdutchman
-
Rank
Advanced Member
Contact Methods
-
Website URL
http://www.theo.klinkweb.nl/
Profile Information
-
Gender
Male
-
Location
London
-
Interests
Android java programming
Recent Profile Visitors
22,878 profile views
-
@iAsriel looking at the icons, it looks like this is Aurora skin from Mixified. and on the walkman logo, it is no doubt copyright so cannot be used by third parties
-
flyingdutchman started following Add "Move Song to Top of Playlist" Option, Walkman Skin Mod, Divider lines in lists and 2 others
-
@iAsriel what do you like specifically? The fact that albumart has been replaced with walkman logo, colours?
-
$YAPS$ - "Yet Another Poweramp Skin"
flyingdutchman replied to flyingdutchman's topic in Skins and Visualizations
The latest release, introducing Poweramp v2 styles -
$YAPS$ - "Yet Another Poweramp Skin"
flyingdutchman replied to flyingdutchman's topic in Skins and Visualizations
The latest release can hide the app icon -
@andrewilley I finally got to the bottom of this. As long as your tracks are on the internal sdcard there appears to be no problems. However, for android 10/11 where your tracks reside on the xternal sdcard, permission requirements prevent the creation of Android playlist. Poweramp playlists are not affected as these do not use the android media database.
-
Divider lines in lists
flyingdutchman replied to WhatABoringName's topic in General Poweramp Chatter
@WhatABoringName @andrewilley had a look at providing this but it cannot be done through setting styles (which is effectively what skins are). It will be something max can add though -
Playlist sorting by artist/album/track number
flyingdutchman replied to yeahhbuzz's topic in Feature Requests
@yeahhbuzz ,@andrewilley the latest release of new playlist manager has a much improved module for creating "smart" playlists. You essentially build sql queries and execute them against the Poweramp mediastore. For sorting, you simply add the tags so in the op's case sort by album, by track number -
@maxmp this is what I am trying to achieve.. Everything is in position using normal margins etc apart from track title and artist/album. These are positioned with dimens definitions <dimen name="ItemText_width">300dp</dimen> <dimen name="ItemText_negative_width">-300dp</dimen> Ideally, attaching the left side to <inset> would be preferable as the landscape width varies and the text does not always fit perfectly
-
@maxmp "The item is the container view which contains cover, title, line2, meta, and few other sometimes dynamically loaded elements, such as rating." The way I understand this that there are 4 possible candidates to represent "the item": <attr name="TopContainer" format="reference"/> <attr name="TopMilk" format="reference"/> <attr name="TopListWidget" format="reference"/> <attr name="TopAABounds" format="reference"/> "first the item itself should be aligned to the side " I applied the layout_attachLeft to
-
Add "Move Song to Top of Playlist" Option
flyingdutchman replied to MFenn's topic in Feature Requests
@lifeless @MFenn my app New Playlist Manager (free or paid) has that functionality -
$YAPS$ - "Yet Another Poweramp Skin"
flyingdutchman replied to flyingdutchman's topic in Skins and Visualizations
@MotleyG i appreciate the suggestions. For the moment i am sticking with this as you can hide albumart and also hide the overlapping text. I want to keep this as simple as possible. I am currently working on the reflective layout in landscape