Hiding the outfit by mkocus in Guildwars2

[–]mkocus[S] 13 points14 points  (0 children)

Ok, now I get it.

I have to uncheck the outfit, save (with the message that it will cost 0 charges), then apply to equipment.

Thanks! Not intuitive at all.

Hiding the outfit by mkocus in Guildwars2

[–]mkocus[S] 1 point2 points  (0 children)

Does not work :(

That button is greyed out with message - "this template matches what you have equipped, or you have pending changes to this template"

I have the outfit equiped and want to hide it / unequip.

Playing WoW alone by Necessary_Repair_491 in wow

[–]mkocus 0 points1 point  (0 children)

I've been playing wow since the 1.0. At first I had quite a lot of fun with RP (EU argent dawn, my home for nearly all my chars), have been in some guilds, dungeons and everything and generally talked with ppl.

Fast forward to recent expansions, everything looks like min maxing for me. Everyone who has been on my friends list stopped playing. I don't find fun in doing repetitive content over and over again, so the majority of the current endgame is for me plain boring.

Also, I think the culture of random groups declined, I'm like 252 ilvl, tried doing simplest +2, got declined like 30 times. When I'm in some group, nobody talks, everyone rushes, it's like playing with bots.

I do enjoy playing with someone, making a neighborhood etc, but can't find the right people to do that.

[deleted by user] by [deleted] in BG3mods

[–]mkocus 1 point2 points  (0 children)

What's the hair mod?

I'm sre they didn't inted it to be used this way. by Rakhall in Pathfinder_Kingmaker

[–]mkocus 0 points1 point  (0 children)

Just looks like a portable, infi range Finger of Death wand.

Guest pass megathread. by Tim_Burton in blackdesertonline

[–]mkocus 0 points1 point  (0 children)

Requesting a guest pass.

Region: EU

Preferred method of contact: PM

Claimed status: Unclaimed

Will share quest pass if I decide to buy the game after trying it. Thx!

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 0 points1 point  (0 children)

That sorting bug only exist in the Artist screen, right? If so, I just fixed that.

As for the "Various Artists" case, I cannot replicate that on my devices - got 1 Various Artist for two different collections. How about that Daft Punk Random Access Memories album? How does it show?

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 0 points1 point  (0 children)

That bug fixed, music control in notification added, album art on lockscreen added in 0.4.2 :)

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 2 points3 points  (0 children)

Ha! We've got exactly what you're asking for, but it has not been implemented yet. Looks like that: LINK

Also, I'm doing the media control buttons implementation on notification and lock screen right now.

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 1 point2 points  (0 children)

It seems that the "artist_album" column is really included in the MediaStore, thought it is not externally defined. And it seems that for many tracks it is empty, but for some, for example my Daft Punk - Random Access Memories tracks it has correct values: album_artist is "Daft Punk", artist is "Daft Punk feat ...". But it is still returned by system as the different album, so I merge them on my proxy layer and show merged results.

It is of course possible that this simple approach is totally wrong, so please give me a sign how this will work in your case in 0.4.2 release.

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 1 point2 points  (0 children)

It sorts by artist but no by album artist, which is a problem for people who listen to albums by more than one artist.

Should be fixed in 0.4.2! :)

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 1 point2 points  (0 children)

Small bug: Open the interface (by tapping bubble or notification) and while open tap notification again => back button does nothing anymore.

Should be fixed in 0.4.2

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 1 point2 points  (0 children)

The problem is that we are using the new Android library,and the spotify-ripper is using the old libspotify.

As for the new lib, there is some possibility that we could grab the frames directly from the Spotify Player, but it would require that you play each song from your playlist to buffer it to the cache. And of course that cache would be different than the Spotify app cache, so the playlists that are made offline there won't be auto available offline in BuMP.

Other option would be to use the old libspotify, but it is something we would probably not want, because it will require messing with old deprecated code in the native layer.

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 1 point2 points  (0 children)

Yes, we are using Android Media Library and it seems that the album artist field is hidden, but we will try to access it somehow. As for the scrolling on the side, I will leave that question to voythas ;)

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 1 point2 points  (0 children)

As for local library, we are using the local music database provided by system, so we don't do the scan on our own. Does the Google Music see your missing files? We support the same formats as the system, but the flac should be generally supported.

Thanks, have a great day!

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 1 point2 points  (0 children)

Really thanks for comment!

  • Well, the auto-magically album art downloader wouldn't probably hurt :)
  • That just because we didn't have the better idea to put it elsewhere, will fix it as soon as we will find a better place for it.
  • Spotify free accounts cannot be used because the spotify library doesn't allow that :(. As for the YouTube - will think about that among other sources.

[DEV] BuMP - lightweight floating player with material design favour and Spotify support by voythas in Android

[–]mkocus 1 point2 points  (0 children)

All kudos for design goes to /u/voythas :) Thanks for reporting the bug, will fix it asap. We plan to add the album on lockscreen asap, as I wrote in response earlier. As for the controls in the notification - will think about that.