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

    • The biggest issue in this version of Win 11 context menu, from usability standpoint, is the movable row with basic commands. Think of a car analogy...if You turn the week left the infotainment screen will move right and vice versa. With how it works now Microsoft made something forbidden in designing in any UI, software or hardware. I can't grasp who were the morons within Microsoft suggesting it was a good idea and gave it a green light.
    • LibreOffice 26.2.4 by Razvan Serea LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base. Support and documentation is free from our large, dedicated community of users, contributors and developers. You, too, can also get involved! Choosing Between LibreOffice Still and LibreOffice Fresh: LibreOffice Still is a good choice if you value stability, a longer support cycle, and a more conservative approach to software updates. It's suitable for businesses and organizations where reliability and compatibility are crucial. LibreOffice Fresh is ideal if you're an enthusiast or an early adopter who wants to stay on the cutting edge of LibreOffice development and is willing to accept more frequent updates and occasional minor issues. Features: Writer is the word processor inside LibreOffice. Use it for everything, from dashing off a quick letter to producing an entire book with tables of contents, embedded illustrations, bibliographies and diagrams. The while-you-type auto-completion, auto-formatting and automatic spelling checking make difficult tasks easy (but are easy to disable if you prefer). Writer is powerful enough to tackle desktop publishing tasks such as creating multi-column newsletters and brochures. The only limit is your imagination. Calc tames your numbers and helps with difficult decisions when you're weighing the alternatives. Analyze your data with Calc and then use it to present your final output. Charts and analysis tools help bring transparency to your conclusions. A fully-integrated help system makes easier work of entering complex formulas. Add data from external databases such as SQL or Oracle, then sort and filter them to produce statistical analyses. Use the graphing functions to display large number of 2D and 3D graphics from 13 categories, including line, area, bar, pie, X-Y, and net - with the dozens of variations available, you're sure to find one that suits your project. Impress is the fastest and easiest way to create effective multimedia presentations. Stunning animation and sensational special effects help you convince your audience. Create presentations that look even more professional than the standard presentations you commonly see at work. Get your collegues' and bosses' attention by creating something a little bit different. Draw lets you build diagrams and sketches from scratch. A picture is worth a thousand words, so why not try something simple with box and line diagrams? Or else go further and easily build dynamic 3D illustrations and special effects. It's as simple or as powerful as you want it to be. Base is the database front-end of the LibreOffice suite. With Base, you can seamlessly integrate into your existing database structures. Based on imported and linked tables and queries from MySQL, PostgreSQL or Microsoft Access and many other data sources, you can build powerful databases containing forms, reports, views and queries. Full integration is possible with the in-built HSQL database. Math is a simple equation editor that lets you lay-out and display your mathematical, chemical, electrical or scientific equations quickly in standard written notation. Even the most-complex calculations can be understandable when displayed correctly. E=mc2. LibreOffice also comes configured with a PDF file creator, meaning you can distribute documents that you're sure can be opened and read by users of almost any computing device or operating system. LibreOffice also comes configured with a PDF file creator, meaning you can distribute documents that you're sure can be opened and read by users of almost any computing device or operating system. Download: LibreOffice 64-bit | LibreOffice 32-bit ~300.0 MB (Open Source) View: LibreOffice Website | Screenshot | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Amazon eero Pro 6E mesh Wi-Fi system 2-pack is 27% off by Ivan Jenic The Amazon eero Pro 6E mesh Wi-Fi system is currently $239.99 on Amazon for the 2-pack, down from $329.99. That's 27% off and $90 saved for a solid Wi-Fi solution that covers your entire home (purchase link down below). The 2-pack covers up to 4,000 square feet (372 square meters) and supports 100+ connected devices, which handles the vast majority of home setups without breaking a sweat. Wi-Fi 6E brings access to the 6 GHz band for lower latency across the network, and the 2.5 Gb Ethernet port supports gigabit+ internet plans if your ISP offers them. eero's TrueMesh technology handles traffic routing automatically, so you're not manually managing which devices connect to which node. You set up the entire thing through the eero app, and the entire process takes a few minutes. The system also receives automatic security updates in the background, so once you set it up, you don't have to worry about compatibility issues. If you're covering a larger home or want more nodes, the 3-pack is $329.99 and the 4-pack is $479.98, both at similar discount levels. It's worth mentioning that a newer model exists, which is likely the reason for the discount, but the Pro 6E is still perfectly capable hardware for most homes. Amazon eero Pro 6E mesh Wi-Fi system 2-pack - $239.99 | 27% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • On Tuesday, Microsoft drilled another hole in the duo's sinking relationship with the debut of its MAI-Thinking-1 AI model, a midsize model that the company said is intended for high-efficiency, low-token-cost situations...... https://finance.yahoo.com/markets/article/microsoft-and-openais-relationship-continues-to-crumble-183330195.html  
    • Ladybird Browser is no longer accepting outside contributions thanks to AI by David Uzondu The Ladybird Browser Project has announced it will no longer accept public pull requests and will limit changes to those made by its maintainers as it works towards its first alpha release. According to Ladybird's creator Andreas Kling, this is "not a change we make lightly," but the rapid shift in AI capabilities forced their hand. Previously, a massive PR implied that the person behind it put a lot of care into the code and is ready to "answer for the consequences." Now with AI, anyone can generate a PR without even understanding the bug fix or feature they want merged. The blog post goes on to say that the team is closing all open public pull requests immediately, and that maintainers will not treat external forks as a review queue for upstream Ladybird. Instead, the team wants outside contributors to focus on reporting bugs and running tests. Kling started Ladybird back in 2019 as LibHTML, a simple HTML viewer for his hobby operating system, SerenityOS, but by September 2022, it had turned into a full-fledged browser project. What sets Ladybird apart from the likes of Google Chrome, Apple Safari, or Mozilla Firefox is its totally independent engine, which does not rely on pre-existing codebases. The project maintains a strict policy against default search engine deals or user data monetization, keeping development funded entirely by donations and sponsorships. Generative AI is forcing open source project maintainers to rethink how they handle public code contributions (and the whole open-source thing in general). One month ago, a leak about the National Health Service (NHS) suggested the organization was planning to take all of its public repositories private ahead of a May 11 deadline, thanks to Mythos (an AI model that Anthropic believes is too dangerous to be released to the public) and its ability to find and write exploits for zero-day vulnerabilities. Thankfully, the Government Digital Service (GDS) issued a counter-report titled "AI, open code and vulnerability risk in the public sector" that stopped the shutdown by pointing out that hiding code does not improve security.
  • Recent Achievements

    • 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
    • Very Popular
      s0nic69 earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      484
    2. 2
      PsYcHoKiLLa
      258
    3. 3
      Skyfrog
      84
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      63
  • Tell a friend

    Love Neowin? Tell a friend!