Recommended Posts

On 5/17/2016 at 9:29 PM, Raphaël G. said:

I'm afraid the deadline is already exceeded :rofl: Would have been great though, if I had a lot of time on my hands :) 

 

So what's next for Dopamine?

 

This build is rather good, quality wise. I'd like to release version 1.0 final as soon as I have confirmation that there are no critical issues left. After the release of 1.0, my focus will shift to the UWP version. Development on the desktop version will continue however. While the current focus is now 100% desktop, 0% UWP, I'd like to shift that to 20% desktop, 80% UWP for a short period of time. And once the UWP version is published, it should become 50% for both.

The 20% for the desktop version will allow fixing bugs and adding small features.

 

The UWP version will start simple and as a phone application only. Because I want to publish quickly, I won't spend time building an adaptive UI yet. The desktop version can fill that gap for now. Adaptive UI will be added later. The app will be polished and dynamic, just like the dekstop version. They will look very similar.

 

wooo! Can't wait to see the UWP app! Very excited

On ‎7‎/‎06‎/‎2016 at 11:23 AM, ZipZapRap said:

wooo! Can't wait to see the UWP app! Very excited

I'm excited about it too. It's fun to make. I haven't written a line of code for Dopamine for the last 2 weeks however :( Daytime job is very demanding right now. I'm working almost day and night. Tomorrow I want to spend some time fixing small Dopamine desktop bugs and work on Dopamine mobile. Let's see how that goes :) 

  • Like 3
2 minutes ago, lisztomania said:

It's about 140 gigabytes, but it has already been scanned and indexed. Unless it scans constantly the memory shouldn't be that high I think. 

It doesn't to my knowledge but we'd probably need Raph to confirm.

 

I've got a 24GB library and I'm using about 65MB, so those numbers wouldn't add up if it is Library size dependant.

On ‎13‎/‎06‎/‎2016 at 1:13 PM, lisztomania said:

It's about 140 gigabytes, but it has already been scanned and indexed. Unless it scans constantly the memory shouldn't be that high I think. 

It's not scanning constantly, and the high memory usage is typical for a .NET application and normal. Here is an explanation I found online:

 

When a .NET application starts, it asks the OS for a chunk of memory which it then segments to become the managed heap, stack, and large object heap. It is this total chunk of memory that TaskManager is reporting, which may or may not be completely used by .NET. Once a .NET application is given a chunk of memory, it will not release it until asked by the OS, which will only happen with the OS determines a need for more memory resources.

 

Simply put: the 200 MB are reserved for Dopamine, but that doesn't mean it is using the full 200 MB at any given time. That's how .NET works, and trying to do something about it is asking for breakage, or causes performance hits.

 

28 minutes ago, Raphaël G. said:

It's not scanning constantly, and the high memory usage is typical for a .NET application and normal. Here is an explanation I found online:

 

When a .NET application starts, it asks the OS for a chunk of memory which it then segments to become the managed heap, stack, and large object heap. It is this total chunk of memory that TaskManager is reporting, which may or may not be completely used by .NET. Once a .NET application is given a chunk of memory, it will not release it until asked by the OS, which will only happen with the OS determines a need for more memory resources.

 

Simply put: the 200 MB are reserved for Dopamine, but that doesn't mean it is using the full 200 MB at any given time. That's how .NET works, and trying to do something about it is asking for breakage, or causes performance hits.

 

oh so its like reserved parking but cars aren't necessarily using the spaces?

9 hours ago, Raphaël G. said:

It's not scanning constantly, and the high memory usage is typical for a .NET application and normal. Here is an explanation I found online:

 

When a .NET application starts, it asks the OS for a chunk of memory which it then segments to become the managed heap, stack, and large object heap. It is this total chunk of memory that TaskManager is reporting, which may or may not be completely used by .NET. Once a .NET application is given a chunk of memory, it will not release it until asked by the OS, which will only happen with the OS determines a need for more memory resources.

 

Simply put: the 200 MB are reserved for Dopamine, but that doesn't mean it is using the full 200 MB at any given time. That's how .NET works, and trying to do something about it is asking for breakage, or causes performance hits.

 

Ah, that explains it. There are times when it hit 300 and I was worried. Question, I am using Windows 10 insider preview. Any chance that Dopamine might not be meshing well with this OS build or it really doesn't matter?

11 hours ago, Raphaël G. said:

Something like that :) 

issue. Not a dopamine issue though. I have a CD I bought by a group Madison Rising  American Hero (Red) the Album and cover art

 

I use Windows Media Player to rip the CD and the WMP properly knows the tracks but no cover art. how can I create an album cover to work with Dopamine? what file format, size etc? I can modify the art myself.

I put a gif file of it at "C:\Users\Christopher\AppData\Roaming\Dopamine\Cache\CoverArt"

 

thanks.

Chrisj1968

10 hours ago, chrisj1968 said:

issue. Not a dopamine issue though. I have a CD I bought by a group Madison Rising  American Hero (Red) the Album and cover art

 

I use Windows Media Player to rip the CD and the WMP properly knows the tracks but no cover art. how can I create an album cover to work with Dopamine? what file format, size etc? I can modify the art myself.

I put a gif file of it at "C:\Users\Christopher\AppData\Roaming\Dopamine\Cache\CoverArt"

 

thanks.

Chrisj1968

Give this a go... http://www.howtogeek.com/57237/how-to-get-complete-album-art-for-your-music-library/

As for ripping CDs, give this a shot, and see if you get better results. http://www.exactaudiocopy.de/

 

EAC is the weapon of choice for pirates, so you can be sure it's very good at what it does. :) 

Any one have more than one monitor and when dopamine starts, the splash screen shows up on another screen but the app shows up on the correct one (the screen where it was closed from)?  Doesn't always happen and trying to get the steps taken to reproduce.  Not that big an issue though, just have seen it a few times.

7 minutes ago, jackslade said:

Any one have more than one monitor and when dopamine starts, the splash screen shows up on another screen but the app shows up on the correct one (the screen where it was closed from)?  Doesn't always happen and trying to get the steps taken to reproduce.  Not that big an issue though, just have seen it a few times.

Try messing about with which monitor is set as the main display, or changing to single display, and switching between the two. Launch and close Dopamine each time, hopefully it will right itself.

1 hour ago, FiB3R said:

Give this a go... http://www.howtogeek.com/57237/how-to-get-complete-album-art-for-your-music-library/

As for ripping CDs, give this a shot, and see if you get better results. http://www.exactaudiocopy.de/

 

EAC is the weapon of choice for pirates, so you can be sure it's very good at what it does. :) 

thank you FiB3R. I'll let you know how it goes.

 

Update: I saved it to the albums cache folder/ Album art and then right clicked the album in dopamine and changed it and pointed to the album cover. right on FiB3R! way to go bud

Edited by chrisj1968
11 hours ago, jackslade said:

Any one have more than one monitor and when dopamine starts, the splash screen shows up on another screen but the app shows up on the correct one (the screen where it was closed from)?  Doesn't always happen and trying to get the steps taken to reproduce.  Not that big an issue though, just have seen it a few times.

Mine does this, but I think I know why.

 

So I have a 3 monitor setup, I have dopamine set to use Nano player and sits in the corner of screen 1 however when i first start it up, the splash screen opens on screen 2.

 

I realised though that if I max the application it does in fact maximise to screen 2 - if move it to screen 1 and close and re-open the splash screen opens on screen 1.

 

Hopefully that makes sense and it helps understand how it behaves for you.

On ‎15‎/‎06‎/‎2016 at 10:14 PM, elmetnuter said:

Hi Raphael :)

I love your software!

I am using SnapX for my work everyday.

 

Downloading Dopamine right now.

 

Thank you!

I'm glad you find it useful! :) I have some new ideas for it. It'll get some updates in the near future.

Enjoy Dopamine :) Version 1.0 final is just around the corner. I'm currently testing the release build.

  • Like 1
On ‎15‎/‎06‎/‎2016 at 9:57 PM, jackslade said:

Any one have more than one monitor and when dopamine starts, the splash screen shows up on another screen but the app shows up on the correct one (the screen where it was closed from)?  Doesn't always happen and trying to get the steps taken to reproduce.  Not that big an issue though, just have seen it a few times.

The splash screen has totally no intelligence :) It just displayed on the screen where the mouse is (I think, I'll have to do more testing). The main window remembers its last position.

I created a bug report for this. Low priority though, for when I'm bored :) 

On ‎15‎/‎06‎/‎2016 at 11:31 PM, Stocks™ said:

Is there possibly any chance of getting a rip function built in to Dopamine? That would be schweet!

Not anytime soon I'm afraid. There are other great tools specially made for that purpose. I won't try to compete with them.

  • Like 1
On 6/17/2016 at 9:45 PM, Raphaël G. said:

Not anytime soon I'm afraid. There are other great tools specially made for that purpose. I won't try to compete with them.

Ahh bummer!

 

Thats cool, I actually have a seperate program already, I'm just lazy and wanted to do it through one application :p

@Raphaël G.

 

Can you share updated list of pending requests or issues? So we can have overview. It will also help people to not repeat the same requests again and again. I hope, it's OK with you.

  • Like 1
1 minute ago, Zlip792 said:

@Raphaël G.

 

Can you share updated list of pending requests or issues? So we can have overview. It will also help people to not repeat the same requests again and again. I hope, it's OK with you.

It would be better if he post it on his website for everyone to see... 

 

Instead of we are flipping the forum pages to find the requests/issues.

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

    • I don't hate the new menus, I am not a fan of the lack of features and how they went live when they clearly are not complete. The menu itself presents much better than the previous - but what's lacking (IMO) is: 1) Any kind of automated manipulation such as: "this goes on the new menu because you use this feature more often on this filetype" "this is rarely used and will fall back to the old menu" 2) Any kind of user manipulation such as: "a UI to add/remove/order items to the new menu"
    • 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.
  • 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!