Recommended Posts

On 7/18/2019 at 10:01 AM, Drewlecoix said:

Made this account just to ask, so sorry if that's frowned upon in this forum, but I might stick around because the community seems cool 😀

Sorry that no-one has responded to your questions yet, but welcome! And no worries about the length of the post. If anything we prefer that people provide as much detail as possible.

 

I'm not sure that I understand why anyone would use VLC as a music player, but that's another matter. If I go to my start menu and type "dop..." it brings up Dopamine straight away as an application. Have you tried doing a reinstallation?

 

While I'm here, I've got a question for everyone: has anyone installed Dopamine in Linux Mint? I've realised that I am sorely missing this program as my default music player on my main machine, and I'm thinking that I may be able to get it to work through Wine. Just wondering if anyone has already tried it?

On 7/18/2019 at 10:01 AM, Drewlecoix said:

Made this account just to ask, so sorry if that's frowned upon in this forum, but I might stick around because the community seems cool 😀

 

Hi! I'm so sorry for not anwsering this question any sooner. I was on vacation and missed your question.

Which edition (Portable or Installable) edition of Dopamine are you using? Please note that the portable edition doesn't add the registry keys to your system which are required to make file associations work. You can also associate dopamine with audio file by right-clicking on a file, choosing "open with", then choose Dopamine and check the box to always use it to open that type of file.

 

3 hours ago, Nick H. said:

While I'm here, I've got a question for everyone: has anyone installed Dopamine in Linux Mint? I've realised that I am sorely missing this program as my default music player on my main machine, and I'm thinking that I may be able to get it to work through Wine. Just wondering if anyone has already tried it?

I've never tried to install Dopamine through Wine. But, as I'm using Ubuntu on my home machine, I'm interested to try this out. I'll post my findings here as soon as I've tried it out :)

7 minutes ago, Raphaël G. said:

I've never tried to install Dopamine through Wine. But, as I'm using Ubuntu on my home machine, I'm interested to try this out. I'll post my findings here as soon as I've tried it out :)

I'll try this evening as well and report back. Here's hoping!

  • Like 1
4 hours ago, Nick H. said:

I'll try this evening as well and report back. Here's hoping!

I gave it a go and failed :( I was able to get Dopamine to start up, but the window was completely black. It seemed to react to mouse clicks, as I was able to switch between full player and mini player (the black window changed size) by clicking with the mouse in a location that is approximately the location of the player switch button. I suspect that the black window is caused by the fact that Dopamine is a WPF application, and that requires DirectX. Then, I tried a simple WPF app (a new project which just displays a empty window) and that was also black. No luck...

2 minutes ago, Raphaël G. said:

I gave it a go and failed :( I was able to get Dopamine to start up, but the window was completely black. It seemed to react to mouse clicks, as I was able to switch between full player and mini player (the black window changed size) by clicking with the mouse in a location that is approximately the location of the player switch button. I suspect that the black window is caused by the fact that Dopamine is a WPF application, and that requires DirectX. Then, I tried a simple WPF app (a new project which just displays a empty window) and that was also black. No luck...

Damn. :(

I don't mean to digress from the purpose of the thread, but I'm interested: Since you've created this fantastic application, what do you use on Ubuntu as a music player? I've got Rhythmbox installed by default but it doesn't wow me like your player does. ;)

1 minute ago, Nick H. said:

Damn. :(

I don't mean to digress from the purpose of the thread, but I'm interested: Since you've created this fantastic application, what do you use on Ubuntu as a music player? I've got Rhythmbox installed by default but it doesn't wow me like your player does. ;)

Rhythmbox here too. I haven't found any player that satisfies me on Linux, so I'm just using the Ubuntu default.

 

I've started development of Dopamine 3.0 (in parallel with version 2.0) which will be cross-platform. It is still in very early stages and more of a proof of concept at this point.

I worry a bit about the technology i chose to build it. It's built around Electron, and I know that a lot of people are not a fan. However, I've gone over all possibilities for creating cross-platform UI based applications, and nothing comes close to Electron. Also, web technologies are so popular that there is a massive amount of libraries available to do all kinds of very neat stuff. I ported another of my applications to Electron as a proof of concept for Dopamine, and I'm very satisfied of the performance and look and feel.

  • Like 3
1 minute ago, Raphaël G. said:

Rhythmbox here too. I haven't found any player that satisfies me on Linux, so I'm just using the Ubuntu default.

 

I've started development of Dopamine 3.0 (in parallel with version 2.0) which will be cross-platform. It is still in very early stages and more of a proof of concept at this point.

I worry a bit about the technology i chose to build it. It's built around Electron, and I know that a lot of people are not a fan. However, I've gone over all possibilities for creating cross-platform UI based applications, and nothing comes close to Electron. Also, web technologies are so popular that there is a massive amount of libraries available to do all kinds of very neat stuff. I ported another of my applications to Electron as a proof of concept for Dopamine, and I'm very satisfied of the performance and look and feel.

You continue to impress me, my friend! That's incredible. Feel free to reach out to me if you want an Alpha/Beta tester for that! I'll jump over to it ASAP, I can't wait! (Y)

yeah I've seen a lot of gripes about how Electron has every version of a library embeded in it but that's not something the end user notices and honestly Electron seems like the best implementation for a truly cross-platform app at this time :)

1 hour ago, Nick H. said:

You continue to impress me, my friend! That's incredible. Feel free to reach out to me if you want an Alpha/Beta tester for that! I'll jump over to it ASAP, I can't wait! (Y)

Thanks! :) I'll make sure to let you know when I have a usable version.

1 hour ago, Brandon H said:

yeah I've seen a lot of gripes about how Electron has every version of a library embeded in it but that's not something the end user notices and honestly Electron seems like the best implementation for a truly cross-platform app at this time :)

Indeed, there is quite some stuff going on under the hood. But the development process, packaging and overall result is very well streamlined. I haven't found a better alternative at this point :). For my other app, I was surprised how little work I had to make it work on Linux and Windows.

Dopamine 2.0 Preview 12 has been released. This is the change log:

 

– [Changed] Updated the German translation
– [Changed] Updated the Portuguese (Portugal) translation
– [Fixed] Queued songs which are not in the collection (e.g. from playlists), are not resumed after a restart.
– [Fixed] Playlists containing the same song multiple times, confuses play previous and play next.
– [Fixed] Incorrect ordering of timed lyrics which contain duplicate timestamps

 

Download here

I've got a request, I don't know how feasible it is. For me I think of switching to compact mode if I want multiple windows viewable at the same time. Would it be possible to set up an "always on top" option like VLC? Perhaps it's already an option but I haven't found it. :laugh:

On 8/7/2019 at 7:36 PM, Raphaël G. said:

Dopamine 2.0 Preview 12 has been released. This is the change log:

 

– [Changed] Updated the German translation
– [Changed] Updated the Portuguese (Portugal) translation
– [Fixed] Queued songs which are not in the collection (e.g. from playlists), are not resumed after a restart.
– [Fixed] Playlists containing the same song multiple times, confuses play previous and play next.
– [Fixed] Incorrect ordering of timed lyrics which contain duplicate timestamps

 

Download here

Hi Raphaël!

Trying this new beta I've realised that the loop function (playlist and off) seems to be reverted. I have just enabled "loop" so that when I'm listening to an album, moves along to the next song instead of repeating the first one again.

Wondering if anyone else is seeing this or may be an issue on my end.

 

Cheers!

5 hours ago, Nick H. said:

I've got a request, I don't know how feasible it is. For me I think of switching to compact mode if I want multiple windows viewable at the same time. Would it be possible to set up an "always on top" option like VLC? Perhaps it's already an option but I haven't found it. :laugh:

Have a look in the right click menu of any of the mini players. It should be there :)

5 hours ago, alligoodw6 said:

Is it just me, but the repeat single title seems to have stopped working. 

It seems to be broken indeed :( I've created this issue: https://github.com/digimezzo/Dopamine/issues/1016

It will be fixed ASAP

  • Thanks 1
1 hour ago, Jackaluichi said:

Hi Raphaël!

Trying this new beta I've realised that the loop function (playlist and off) seems to be reverted. I have just enabled "loop" so that when I'm listening to an album, moves along to the next song instead of repeating the first one again.

Wondering if anyone else is seeing this or may be an issue on my end.

 

Cheers!

I'm not sure I understand. I just tried loop and it seems to work here (loop one is broken, but that's another problem). Maybe I'm missing something, so please don't hesitate to give me more info about your specific case. Thanks!

22 hours ago, Raphaël G. said:

I'm not sure I understand. I just tried loop and it seems to work here (loop one is broken, but that's another problem). Maybe I'm missing something, so please don't hesitate to give me more info about your specific case. Thanks!

It seems to be working well today after having restarted my system... 😅

  • Like 1
1 hour ago, Raphaël G. said:

And so it begins... Dopamine 3.0 loading on Ubuntu :)

 

Screenshot from 2019-08-12 22-34-35.png

Niceeeeeeeee! 😄

1 hour ago, Raphaël G. said:

Software is weird sometimes... Let me know if it comes back :)

Will do 😉

  • Like 1
7 hours ago, Ravensky said:

oh man can't wait! If you need a tester please pm me! Thank you so much for this...  Linux really needs a great player like yours :)

 

You're welcome 😀 As soon as development progressed some more, I'll introduce preview builds, like for the 1.x and 2.x versions.

  • Like 1
15 hours ago, Raphaël G. said:

Software is weird sometimes... Let me know if it comes back :)

Jackaluichi's problem with me too. When I listen to a song from an album. When it is over it does not start the next one, but returns it to the first one.  No matter how it is set to ''loop".

1 hour ago, kukata said:

Jackaluichi's problem with me too. When I listen to a song from an album. When it is over it does not start the next one, but returns it to the first one.  No matter how it is set to ''loop".

Could it be this issue? https://github.com/digimezzo/Dopamine/issues/1014

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

    • Kdenlive 26.04.2 by Razvan Serea Kdenlive is an acronym for KDE Non-Linear Video Editor. It works on GNU/Linux, Windows and BSD. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Kdenlive supports all of the formats supported by FFmpeg or libav (such as QuickTime, AVI, WMV, MPEG, and Flash Video, among others), and also supports 4:3 and 16:9 aspect ratios for both PAL, NTSC and various HD standards, including HDV and AVCHD. Video can also be exported to DV devices, or written to a DVD with chapters and a simple menu. Video editing features: Multi-track editing with a timeline and supports an unlimited number of video and audio tracks. A built-in title editor and tools to create, move, crop and delete video clips, audio clips, text clips and image clips. Ability to add custom effects and transitions. A wide range of effects and transitions. Audio signal processing capabilities include normalization, phase and pitch shifting, limiting, volume adjustment, reverb and equalization filters as well as others. Visual effects include options for masking, blue-screen, distortions, rotations, colour tools, blurring, obscuring and others. Configurable keyboard shortcuts and interface layouts. Rendering is done using a separate non-blocking process so it can be stopped, paused and restarted. Kdenlive also provides a script called the Kdenlive Builder Wizard (KBW) that compiles the latest developer version of the software and its main dependencies from source, to allow users to try to test new features and report problems on the bug tracker. Project files are stored in XML format. An archiving feature allows exporting a project among all assets into a single folder or compressed archive. Built-in audio mixer Kdenlive 26.04.2 changelog: Remove not needed actions from render info, fix rough size calculation for rendering. Fix clip sometimes not inserted in timeline when moving vertically in bin drag. Fix transcoding from clip properties. Cleanup render profile audio quality. Use percent based value for audio quality, and adjust the range accordingly per codec. Fixes bug #520750 Enforce even numbers for render width/height. Fixes bug #520737 Fix nightly flatpak - disable rnnoise until implemented. Fix missing initialization. Edit mediacapture.cpp. Fix document unnecessarily marked as modified on opening, triggering a backup request. Fix incorrect detection of missing and remote clips causing unwanted backups. Fixes issue #2194 Fix tests. Fix tmp files copied to wrong location when setting project folder. Fixes bug #467740 Fix color clips not selected on creation. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives. Fixes bug #451413 Fix timeline preview incorrectly invalidated when a track with effect duration changed. Fixes bug #514541 Fix missing var. Display paths in native format in render widget. Fixes bug #520428 Simple splash: fix pressing return always triggered the same button. Minor update to simple splash. Fix unwanted clips added to timeline and cleanup. Fixes issue #2190 Minor layout improvements to welcome screen, add Quit and Open shortcuts. Fix broken welcome dialog layout in tiling compositors. (craft) Limit the number of CPU cores used during a Windows build with mingw as some .cpp files are memory intensive to build. (kde-ci) Limit the number of CPU cores used during a build as some .cpp files are memory intensive to build. (kde-ci) Cleanup old entries. Another fix for animation crash. Fix uninitialized function - crash on create animation. Another attempt to fix MacOS permissions. MacOS: fix bundle release version. Fix MacOS plist path. Fix MacOS build. Explicitely link against Qt::Core. Download: Kdenlive 26.04.2 | 128.0 MB (Open Source) Download: Standalone Executable View: Kdenlive Home page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Here's how to watch the Xbox Games Showcase today and what to expect by Pulasthi Ariyasinghe The June games showcase week has been a packed one, with everything from major presentations like Sony and Summer Game Fest to indie-focused reveals coming in almost every day. Now, it's almost time for another big one, with Microsoft bringing its Xbox Games Showcase back later today. This is a double feature too, with a Gears of War E-Day deep dive also being attached to it. For anyone wanting to tune in online, the 2026 Xbox Games Showcase is kicking off at 10 AM PT | 1 PM ET | 6 PM BST | 7 PM CEST later today, June 7. The event will be available to watch on the official Xbox YouTube (4K 60FPS), Twitch, Facebook, Steam, Amazon Live, and other portals. Separate livestreams for American Sign Language and Audio Description will also be available. "This year marks 25 years of XBOX, and this Showcase is poised to be a true celebration, offering world premieres, new gameplay, fresh updates, and more for a swathe of projects we cannot wait to share," said Microsoft about this presentation. With a new CEO behind it that is pulling off some interesting moves, Xbox may have some surprises to reveal today. New looks at first-party games like Halo Campaign Evolved from Halo studios, Fable from Playground Games, InXile Entertainment's Clockwork Revolution, Mojang's Minecraft Dungeons II, and Call of Duty: Modern Warfare 4 from Infinity Ward are to be expected here. We may finally get to see the new Blade from Arcane Studios in action and a new Persona game from Atlus at the showcase too. Surprise announcements may also arrive from other Microsoft-owned studios like Bethesda, MachineGames, Ninja Theory, Obsidian, Rare, World's Edge, or Blizzard. Considering how every new release nowadays is staying away from November and December to avoid Grand Theft Auto VI's release, any launch dates Microsoft announces will probably skip those months as well. Once the Xbox Games Showcase ends, Microsoft will immediately kick off the Gears of War: E-Day Direct. This deep dive into the upcoming prequel from The Coalition should attach gameplay footage and perhaps a release window to the highly anticipated project.
    • People in the '50s and '60s had the same attitude, and we're still here over a half century later.
    • So after some fiddling I was able to get it to run at a pretty stable 30FPS. I'm slightly surprised about how much fiddling I had to do to get there though given what I thought was reasonable hardware: Processors: 16 × AMD Ryzen 7 7840HS w/ Radeon 780M Graphics Memory: 16 GiB of RAM Graphics Processor 1: AMD Radeon 780M Graphics Graphics Processor 2: AMD Radeon RX 7700S I think I could do it better if I use Linux rather than Windows, Windows RAM usage is stupid without stripping the system down. But once I got it working in a reasonable state, it was so awesome! I felt like a new Bond! If anyone has any advice to get things going a bit smoother FPS-wise, I'd appreciate it.
    • Something is rotten in the state of Denmark Australia
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      256
    3. 3
      Steven P.
      74
    4. 4
      +Edouard
      70
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!