Recommended Posts

On 6/30/2016 at 6:15 AM, Raphaël G. said:

Thanks!

 

I started development of Dopamine Mobile when Microsoft still seemed to care about their platform. Right now I have mixed feelings. I love UWP, but I don't want my work to be a waste of time. I don't like java, but there is Xamarin, which is now free, and allows creating Android apps using C#. So, my plans might change I don't know yet. Good news is I developed Dopamine in C# instead of VB. So the code is not lost. 

Reading the Microsoft tea leaves is always difficult and then the market and technology can change in ways that surprise them as well.

 

Only Satya knows if he wants to kill Windows Phone but based on everything he is doing, it makes sense to me to take his words for the moment as a 1 to 1 match with his intentions. He will release a premium phone and a couple of others every year aimed at the business market and will wait to see if he can jump on a sea change when something new comes along. If he kills Windows Phone completely then they are out of that opportunity essentially forever. The UWP programming model matches this strategy by including the Windows Phone as just one more device target. 

 

And in theory you can add Xbox if you do UWP and from what I can see your player would eclipse the thing that Microsoft currently provides.

 

Your app on Hololens would be a faun adventure as well but I can't see many people using it but I never visualized an augmented reality music player before and all sorts of groovy things start popping into my head...

 

 

Bug report, the critical one. 

 

1. Open Dopamine

2. Play an album

3. Click on the "pause" button

4. Dopamine plays next song in queue instead of pausing the song

 

Edit : did clean install. fix the problem

Edited by Tejoenardo
40 minutes ago, Tejoenardo said:

Bug report, the critical one. 

 

1. Open Dopamine

2. Play an album

3. Click on the "pause" button

4. Dopamine plays next song in queue instead of pausing the song

 

Edit : did clean install. fix the problem

Can not duplicate ... If that helps any...

9 hours ago, Zlip792 said:

I think you have the option to disable progress bar in the taskbar from the settings. If that's what you mean from progress bar.

Oh I see. :v

 

So,

fullscreen-only when on tablet mode, UI gets bugged when you try Mini player on tablet mode

drag-and-drop support! (drop selection, drop folder?)

+ Right-click now playing > add to playlist/create new playlist

And it's a perfect music player. (will wait if dev have plans to make it a 'media' player, it seriously looks good) 

11 hours ago, Fiere said:

Oh I see. :v

 

So,

fullscreen-only when on tablet mode, UI gets bugged when you try Mini player on tablet mode

drag-and-drop support! (drop selection, drop folder?)

+ Right-click now playing > add to playlist/create new playlist

And it's a perfect music player. (will wait if dev have plans to make it a 'media' player, it seriously looks good) 

Could you send me a screenshot of buggy UI in tablet mode? :) I wish I had a tablet to test it out.

Currently no plans to make it a media player yet. I got my hands full with audio.

Just now, Raphaël G. said:

Could you send me a screenshot of buggy UI in tablet mode? :) I wish I had a tablet to test it out.

Currently no plans to make it a media player yet. I got my hands full with audio.

It's just buggy when you try the 'mini player' while in tablet mode (doesn't require tablet or touchscreen monitor to enable :rofl:). Sorry I can't provide screenshots, I'm on a W7 device.

 

 

5 hours ago, Fiere said:

It's just buggy when you try the 'mini player' while in tablet mode (doesn't require tablet or touchscreen monitor to enable :rofl:). Sorry I can't provide screenshots, I'm on a W7 device.

 

 

Oh dear, I see what you mean. I never tried tablet mode before. Thanks. I'll check if I can do something about that.

  • 2 weeks later...
On 02/07/2016 at 9:15 PM, dakn said:

Well done! I'm still using Dopamine as my main/only player and loving it.

 

Regarding UWP, as an owner of a Surface and Lumia 950, I personally wouldn't use another player on my phone other than Groove as it does the job just fine for my usage, but I would really love to have Dopamine on my Surface.

Maybe if that means we get both then I would definitely give it a try on my phone and try to help you find any issues.

 

Someone has attempted to make a Zune like player in UWP but it isn't up to Dopamine standards - https://www.microsoft.com/en-gb/store/apps/bloom-music-player/9nblggh4ls1s

Thanks for the link!

I love Dopamine, truly. It's the best looking music player since Zune.

The mini player = awesome. Yes there are still one or two bugs in v1 (mostly around album art), and one or two small things I'm not keen on (those tiny alphabet buttons.. not good for touch!) but it's still phenomenal.

 

But for me, the future is a UWP app. I want the same app on all of my devices. I want to be able to play music on my Surface when I hit the power button. I've drank the Kool-aid.

 

Bloom is an interesting start, and it follows the same Zune/Dopamine design elements which is nice, and whilst Raphael's design is just loads better, I just want UWP apps in my future, so I'll be following the development of that app keenly now as well.

 

Though if Raph has time and effort to push his UWP (please not just mobile!) app, I'll stick around (and yes, good software should be rewarded financially)

Hi everyone,

 

I've decided to take a big step, and open source Dopamine. Mostly because I want to improve both feature wise and code wise (I still have a lot to learn).

I've opened a project on GitHub (no code yet, but it will be uploaded in a few weeks). Issues are already there, so you can keep track of what has already been requested and which bugs I'm currently tracking:

 

https://github.com/raphaelgodart/Dopamine/issues

19 hours ago, ZipZapRap said:

:o

was not expecting that!

good luck mate, may the force be with you

Genuine question, as I have no experience with open sourcing my own software: you think it's not a good idea?

 

Multiple reasons lead to this decision:

 

- Dopamine has gone out of control. I'm getting more feature requests (quite good ones) than I can handle + I got several developers offering their help

- I want to learn and improve my code. Some structures that I spend quite some time to figure out, could use some improvements. Maybe in the future, I won't have to spent so much time figuring out stuff, if there's 3rd party help

- I needed a tool to make bug and feature request tracking public. GitHub is the ideal place for that. By the way, I changed the GitHub link; https://github.com/digimezzo/Dopamine

 

However, there is also a downside: I don't want my project to lead its own life. Someone grabbing my code and releasing its own version is one of my biggest fears. I guess I'll have to find out the hard way.

From someone that has been part of several big Minecraft related projects in the past (Libigot, Spoutcraft/Spout, currently Sponge). Open Source helps greatly with big projects simply because others can contribute to your work, point out flaws in the design, etc.

 

Of course you'll always run the risk of someone forking your code (if you put up your code) and taking it down a different path.. but that isn't a bad thing! Some people have different ideals about how a piece of code/software should run or act.

 

Great project. Would love to be able to use it but I primarily use Google Music so it wouldn't really help me heh.

5 hours ago, ZipZapRap said:

No no. I don't think it's good or bad, I just wasn't expecting it. And I really mean, good luck! Your reasons are not mine to judge, I just wish you the best of luck, that's all.

Ah great :) Thanks! I appreciate it.

5 hours ago, Grinch said:

From someone that has been part of several big Minecraft related projects in the past (Libigot, Spoutcraft/Spout, currently Sponge). Open Source helps greatly with big projects simply because others can contribute to your work, point out flaws in the design, etc.

 

Of course you'll always run the risk of someone forking your code (if you put up your code) and taking it down a different path.. but that isn't a bad thing! Some people have different ideals about how a piece of code/software should run or act.

 

Great project. Would love to be able to use it but I primarily use Google Music so it wouldn't really help me heh.

Thanks for your feedback. It's very helpful. other people's contributions and pointing out flaws in my design is exactly what I'm looking for. My code will be available. I'm looking forward to how things will go from here.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Popular Now

  • Posts

    • On the one hand, it shouldn't be difficult. You buy a computer, you decide what OS you want, which browser etc. Simple enough. But that's the techie side of things. My sister, my mother, wouldn't bother with such a thought. And I'm pretty sure that if you presented a window asking them what to pick they would say, "I don't care! I just want to access my Email!"
    • CPU-Z 2.20.2 by Razvan Serea CPU-Z is a freeware utility that gathers information on some of the main devices of your system. CPU-Z does not need to be installed, just unzip the files in a directory and run the .exe. In order to remove the program, just delete the files. The program does not copy any file in any Windows directory, nor write to the registry. CPU Name and number. Core stepping and process. Package. Core voltage. Internal and external clocks, clock multiplier. Supported instructions sets. All cache levels (location, size, speed, technology). Mainboard Vendor, model and revision. BIOS model and date. Chipset (northbridge and southbridge) and sensor. Graphic interface. Memory Frequency and timings. Module(s) specification using SPD (Serial Presence Detect) : vendor, serial number, timings table. System Windows and DirectX version. CPU-Z 2.20.2 changelog: Intel Arc G3 and G3 Extreme (Panther Lake)(2.20.2). AMD Ryzen 7 7700X3D (Raphael) (2.20.1). AMD Ryzen AI Max+ 495, 492, 488 (Gorgon Halo). AMD Ryzen AI Max 490, 485 (Gorgon Halo). AMD Ryzen AI Max PRO 495, 490, 485, 480 (Gorgon Halo). AMD Ryzen 9 9950X3D2 (Granite Ridge). AMD Ryzen 9 PRO 9965X3D, PRO 9945 (Granite Ridge). AMD Ryzen 7 PRO 9755, PRO 9745 (Granite Ridge). AMD Ryzen 5 PRO 9645 (Granite Ridge). AMD Ryzen AI 7/PRO 450G/GE (Gorgon Point 2). AMD Ryzen AI 5/PRO 440G/GE (Gorgon Point 2). AMD Ryzen AI 5/PRO 435G/GE (Gorgon Point 3). AMD Ryzen AI Max+ 392 (Strix Halo). Intel Core Ultra 5 250KF Plus (Arrow Lake Refresh). Intel Core 7 360 and 350 (Wildcat Lake). Intel Core 5 330, 320 and 315 (Wildcat Lake). Intel Core 3 304 (Wildcat Lake). Intel Core 9 273PQE, 273PTE, 273PE (Bartlett Lake). Intel Core 7 253PQE, 253PTE, 253PE, 251TE, 251E (Bartlett Lake). Intel Core 5 223PQE, 223PTE, 223PE, 221TE, 221E, 213PTE, 213PE, 211TE, 211E (Bartlett Lake). Intel Core 3 201TE, 201E (Bartlett Lake). Intel Arc Pro B70 and B65 (BMG-G31). Intel Arc Pro B60 and B50 (BMG-G21). Support of HUDIMM and HSODIMM memory modules. Download: CPU-Z 2.20.2 | Portable ~5.0 MB (Freeware) View: CPU-Z Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Anyone who expects MS to play fair is a complete idiot.
    • Everyone behaves like Internet Explorer just never happened and Edge is whole new thing all while Microsoft is pulling the exact same ###### it did back then. Sigh.
  • Recent Achievements

    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      468
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      77
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!