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
  • Posts

    • Personally, I think these things are way over rated and way over priced, even at this price. I recently had Frontier Fiber installed with 2 of these devices and although they worked, I switched back to my own router and AP setup and get way better consistency on wireless speed than with Eeros. Wired speed seems to be more consistent also. Will be returning Eeros soon. I had told Frontier I didn't want them to begin with.
    • Yes, exactly what I have been thinking. Don't make the context menu simpler, make it smarter to learn what I actually use. And then, give me the ability to pin settings that I rarely use but need forget where they are.
    • https://www.change.org/p/save-the-new-stargate-series-let-martin-gero-build-the-future-of-the-franchise?utm_source=share_petition&utm_medium=mobileNativeShare&utm_campaign=share_petition&recruited_by_id=376d0b10-cf3c-11e7-a513-03b837c94000&recruiter=836653795&share_id=jVyr5PGfkN Petition for anyone who's interested 
    • Here's how to watch Summer Game Fest 2026 and what to expect from the 2-hour showcase by Pulasthi Ariyasinghe The June game showcase schedule is packed, and with the Sony event already behind us, it's time for the next major presentation to come in swinging. Later today, Geoff Keighley will be bringing the 2026 edition of Summer Game Fest live from the Dolby Theatre in Los Angeles, California. For anyone wanting to tune in online, the Summer Game Fest showcase livestream will be kicking off at 2 PM PT | 5 PM ET | 10 PM BST later today, June 5. The jam-packed show is slated to run for about two hours, with platforms like YouTube (4K at 60FPS), Twitch, Facebook, or X being available for catching it. Like in previous years, separate streams featuring American Sign Language and Descriptive Audio are available on YouTube as well. Keighley has only dropped a few teasers about what gaming fans can expect to see at the show. This includes a new look at Star Wars Zero Company from EA, a major announcement from Guild Wars developer ArenaNet, more Clutch gameplay, and some sort of Sega presence. As for fan expectations, there is hype building about a Final Fantasy 7 Remake Part 3 reveal here, and we might see new details about announced games like Alien Isolation 2 as well. If you want even more games, keep in mind that right after the main kickoff event, the Day of the Devs showcase will begin its own festivities at 4 pm PT | 7 pm ET. This is focused entirely on upcoming indie games. Following this, the next major games showcase is slated to happen on June 7. Here, Microsoft is bringing the big guns with its Xbox Games Showcase and Gears of War E-Day Direct. Check out the full calendar for all of the June events over here.
    • AI is destroying jobs like nothing before
  • Recent Achievements

    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      PsYcHoKiLLa
      262
    3. 3
      Skyfrog
      86
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      63
  • Tell a friend

    Love Neowin? Tell a friend!