Recommended Posts

22 hours ago, dakn said:

Or even simpler and not having to increase the spacing could be:

 

dopamine_selection2.jpg

Thanks for your designs. The first one looks a bit like what I had previously (before changing it to what it is now). I can't find an image right now. Yours look a bit more how Groove Music does album selections. I tried to be a bit different :). I like both (mine and yours). For now I'll probably keep it as it is. Unless nobody likes it :) 

 

 

 

Yeah it is similar to Groove Music, although it's is only on mouse rollover and very subtle. There is not actually a way to select an album on Groove without going to the single album view - which sucks a bit!

 

It's certainly not a big deal but I was just trying a way to show a selected item without obscuring the album cover - which is why I'm glad you allowed the titles to go under the artwork.

11 hours ago, Tejoenardo said:

Progress?

Nothing relevant. I've added a Cache to speed up list refreshing, then I realized the service layer is getting messy. So I'm trying to figure out a way to clean it up.

WP_20160402_18_46_23_Pro.jpg

  • Like 1

Hi all. There haven't been many updates lately. Daytime job has been exhausting the last couple of weeks and I was either too tired to code or had to finish other work in the evening. I'm still finding some time here an there though.

So short status update: I'm working on a second level cache for database fetching, which will speed up loading of items in the lists. That should be ready in a day or 2. Next I'd like to speed up generation of album thumbnails as browsing through albums is rather choppy when a lot of albums are displayed. This one might be a bit harder. If it will take too much time, I'll release build before adding this change, otherwise after it.

 

I didn't forget about audio device polling. I first want to improve the user experience by tweaking the UI a bit. After that, audio engine  changes are coming.

4 hours ago, Raphaël G. said:

Hi all. There haven't been many updates lately. Daytime job has been exhausting the last couple of weeks and I was either too tired to code or had to finish other work in the evening. I'm still finding some time here an there though.

So short status update: I'm working on a second level cache for database fetching, which will speed up loading of items in the lists. That should be ready in a day or 2. Next I'd like to speed up generation of album thumbnails as browsing through albums is rather choppy when a lot of albums are displayed. This one might be a bit harder. If it will take too much time, I'll release build before adding this change, otherwise after it.

 

I didn't forget about audio device polling. I first want to improve the user experience by tweaking the UI a bit. After that, audio engine  changes are coming.

Awesome! Hope you get some rest too =)

8 hours ago, Zagadka said:

I haven't checked this thread in a while, but I was wondering if there could be a mechanic to run the window in the Sys Tray instead of Task Bar. I have like a dozen windows open and need the real espace. 

Yes Minimize to tray in options and then you will see all the controls from the tray icon... =)  You can also set "Close to tray"

15 minutes ago, Ravensky said:

Option request: Remove icon from taskbar.

 

Thank you!

 

I'll create a feature request. But no promises there, as it will need ugly workarounds which will take time to get right. Removing the icon from the taskbar BEFORE the window is minimized, causes the window to remain visible in the lower left corner of the screen as soon as it is minimized. A bit like what happened when you minimized a window in WIndows 3.11.

untitled.png

57 minutes ago, Raphaël G. said:

I'll create a feature request. But no promises there, as it will need ugly workarounds which will take time to get right. Removing the icon from the taskbar BEFORE the window is minimized, causes the window to remain visible in the lower left corner of the screen as soon as it is minimized. A bit like what happened when you minimized a window in WIndows 3.11.

untitled.png

WOW I remember those days, can't believe that code is still in Windows...lol

does it show this behavior if you are minimizing to tray?

1 hour ago, Ravensky said:

WOW I remember those days, can't believe that code is still in Windows...lol

does it show this behavior if you are minimizing to tray?

Yes it is still there :) 

It doesn't happen when minimizing to tray when the icon is shown on the taskbar.

Actually, to explain in more detail, there is no such thing as minimizing to tray. It's a trick accomplished by 3 actions:

 

1. Add an icon to the tray

2. Minimize

3. Hide the taskbar icon

 

Because the taskbar icon is hidden after the minimize action, the problem doesn't occur. The problem occurs in this case:

 

1. Add an icon to the tray

2. Hide the taskbar icon

3. Minimize --> titlebar of the window remains visible at the bottom left corner of the screen. Because the application icon is not shown on the taskbar, the app thinks there is no taskbar to minimize to, and minimizes to the bottom left of the screen (this is Windows 3.1 behaviour).

 

A workaround I'm thinking of:

 

1. catch the minimize event before the window actually minimizes, and block it

2. Show the taskbar icon

3. Force minimize

4. Hide the taskbar icon

 

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

Yes it is still there :) 

It doesn't happen when minimizing to tray when the icon is shown on the taskbar.

Actually, to explain in more detail, there is no such thing as minimizing to tray. It's a trick accomplished by 3 actions:

 

1. Add an icon to the tray

2. Minimize

3. Hide the taskbar icon

 

Because the taskbar icon is hidden after the minimize action, the problem doesn't occur. The problem occurs in this case:

 

1. Add an icon to the tray

2. Hide the taskbar icon

3. Minimize --> titlebar of the window remains visible at the bottom left corner of the screen. Because the application icon is not shown on the taskbar, the app thinks there is no taskbar to minimize to, and minimizes to the bottom left of the screen (this is Windows 3.1 behaviour).

 

A workaround I'm thinking of:

 

1. catch the minimize event before the window actually minimizes, and block it

2. Show the taskbar icon

3. Force minimize

4. Hide the taskbar icon

 

what about no taskbar icon while its not minimized?

I don't know about if this has been covered in 87+ pages of posts. But this Dopamine works perfectly in Windows 7 Home Premium. As I was listening to Hinder's "lips of an angel", in all its awesome sound on DTS Audio, I got to thinking Raphael.

 

I know Amazon seems to be API friendly I was thinking of a feature for streaming my music off my amazon account. At this moment, I can play my albums through my browser but I'd much prefer (again, as I always say, "if its not too code heavy) but allow for streaming of amazon audio from our accounts in a future build.

 

as for the install, it went without a hitch, I HIGHLY suggest users of windows 7 to NOT use the feature when you install, make the color of dopamine the color of your window or something like that. It causes the application to grow dark and makes it kind of difficult to see. probably an issue of using Windows 7 but working with the colors otherwise works great. I'm getting into saving hard drive space (1TB or actually 931 GB formatted) so I'm looking at a music player that can allow streaming from the big audio sellers: in this case, Amazon. they list the albums accordingly like Dopamine does so that could be easily remedied I'm sure (Geez I hope so :D ).

 

********** added for Clarity***************

 

I don't remember much about programming but, the libraries you use for Dopamine look all the same within Windows 7. But you created a music player that works with Windows 7 through 10. Not bad my brother. Keep up the good work.

Edited by chrisj1968
added for clarity
14 hours ago, chrisj1968 said:

I don't know about if this has been covered in 87+ pages of posts. But this Dopamine works perfectly in Windows 7 Home Premium. As I was listening to Hinder's "lips of an angel", in all its awesome sound on DTS Audio, I got to thinking Raphael.

 

I know Amazon seems to be API friendly I was thinking of a feature for streaming my music off my amazon account. At this moment, I can play my albums through my browser but I'd much prefer (again, as I always say, "if its not too code heavy) but allow for streaming of amazon audio from our accounts in a future build.

 

as for the install, it went without a hitch, I HIGHLY suggest users of windows 7 to NOT use the feature when you install, make the color of dopamine the color of your window or something like that. It causes the application to grow dark and makes it kind of difficult to see. probably an issue of using Windows 7 but working with the colors otherwise works great. I'm getting into saving hard drive space (1TB or actually 931 GB formatted) so I'm looking at a music player that can allow streaming from the big audio sellers: in this case, Amazon. they list the albums accordingly like Dopamine does so that could be easily remedied I'm sure (Geez I hope so :D ).

 

********** added for Clarity***************

 

I don't remember much about programming but, the libraries you use for Dopamine look all the same within Windows 7. But you created a music player that works with Windows 7 through 10. Not bad my brother. Keep up the good work.

Thanks for the feedback concerning Windows 7. Sad to see you go back from 10 to 7. Anyway, Windows 7 support is one of the requirements of Dopamine, as I'm using Dopamine to listen to music at work and our work laptops are powered by Windows 7. So I make sure it works :) 

 

Concerning your Amazon request. I think you asked something similar inside these 87+ pages :) I would love to add streaming features later. I can't promise anything yet, as I'm still trying to tackle other issues right now, and trying to get basics right and performant.

 

In other news, this is what I managed to do for the next build, so far:

 

12-04-2016: Dopamine 1.0.0.638 (Preview)

 

- Order by date added is now based on the creation date of the files

- Now playing is now accessed by clicking the playback information at the bottom left of the main window

- Querying the database is now more efficient, which speeds up refreshing of the lists

- Removed album layout selection. It slows down rendering and scrolling of album lists.

- Switching between album sizes doesn't require a full reload of the albums

- Fixed a bug where the Task bar icon doesn't appear when restoring from tray in maximized mode

- Updated the Portuguese (Portugal) translation

 

I'll probably release a build soon, and push audio engine improvements for the build after that.

5 minutes ago, Raphaël G. said:

Thanks for the feedback concerning Windows 7. Sad to see you go back from 10 to 7. Anyway, Windows 7 support is one of the requirements of Dopamine, as I'm using Dopamine to listen to music at work and our work laptops are powered by Windows 7. So I make sure it works :) 

 

Concerning your Amazon request. I think you asked something similar inside these 87+ pages :) I would love to add streaming features later. I can't promise anything yet, as I'm still trying to tackle other issues right now, and trying to get basics right and performant.

 

In other news, this is what I managed to do for the next build, so far:

 

12-04-2016: Dopamine 1.0.0.638 (Preview)

 

- Order by date added is now based on the creation date of the files

- Now playing is now accessed by clicking the playback information at the bottom left of the main window

- Querying the database is now more efficient, which speeds up refreshing of the lists

- Removed album layout selection. It slows down rendering and scrolling of album lists.

- Switching between album sizes doesn't require a full reload of the albums

- Fixed a bug where the Task bar icon doesn't appear when restoring from tray in maximized mode

- Updated the Portuguese (Portugal) translation

 

I'll probably release a build soon, and push audio engine improvements for the build after that.

sounds great =)

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

    • Media Player Classic - Home Cinema 2.7.2 by Razvan Serea Media Player Classic - Home Cinema (MPC-HC) is a free and open-source video and audio player for Windows. MPC-HC is based on the original Guliverkli project (which is no longer maintained) and contains many additional features and bug fixes. As the continuation of the original Media Player Classic, MPC-HC isn’t flashy but it works with nearly any media format. MPC-HC uses DXVA technology to pass decoding operations to your modern video card, enhancing your viewing experience. And MPC-HC supports both physical and software DVDs with menus, chapter navigation, and subtitles. Overview of features A lot of people seem to be unaware of some of the awesome features that have been added to MPC-HC in the past years. Here is a list of useful options and features that everyone should know about: Dark interface Menu > View > Dark Theme When using dark theme it is also possible to change the height of the seekbar and size of the toolbar buttons. Options > Advanced Video preview on the seekbar Options > Tweaks > Show preview on seek bar Adjust playback speed Menu > Play > Playback rate The buttons in the player that control playback rate take a 2x step by default. This can be customized to smaller values (like 10%): Options > Playback > Speed step Adjusting playback speed works best with the internal audio renderer. This also has automatic pitch correction. Options > Playback > Output > Audio Renderer MPC-HC can remember playback position, so you can resume from that point later Options > Player > History You can quickly seek through a video with Ctrl + Mouse Scrollwheel. You can jump to next/previous file in a folder by pressing PageUp/PageDown. You can perform automatic actions at end of file. For example to go to next file or close player. Options > Playback > After Playback (permanent setting) Menu > Play > After Playback (for current file only) A-B repeat - You can loop a segment of a video. Press [ and ] to set start and stop markers. You can rotate/flip/mirror/stretch/zoom the video Menu > View > Pan&Scan This is also easily done with hotkeys (see below). There are lots of keyboard hotkeys and mouse actions to control the player. They can be customized as well. Options > Player > Keys Tip: there is a search box above the table. You can stream videos directly from Youtube and many other video websites You can stream videos directly from Youtube and many other video websites Put yt-dlp.exe or youtube-dl.exe in the MPC-HC installation folder. Then you can open website URLs in the player: Menu > File > Open File/URL You can even download those videos: Menu > File > Save a copy Tip: to be able to download in best quality with yt-dlp/youtube-dl, it is recommended to also put ffmpeg.exe in the MPC-HC folder. Several YDL configuration options are found here: Options > Advanced This includes an option to specify the location of the .exe in case you don't want to put it in MPC-HC folder. Play HDR video This requires using madVR or MPC Video Renderer. After installation these renderers can be selected here: Options > Playback > Output Ability to search for and download subtitles, either automatically or manually (press D): Options > Subtitles > Misc Besides all these (new) features, there have also been many bugfixes and internal improvements in the player in the past years that give better performance and stability. It also has updated internal codecs. Support was added for CUE sheets, WebVTT subtitles, etc. Media Player Classic - Home Cinema 2.7.2 changelog: Updated LAV Filters to version 0.81-23-g6fadb Updated MPC Video Renderer to version 0.10.2.2540 Updated MediaInfo DLL to version 26.05 Updated MPC Audio Renderer Several crash fixes, bug fixes and small improvements. Download: MPC-HC 2.7.2 (x64) | Standalone | ~20.0 MB (Open Source) Download: MPC-HC 2.7.2 (x86) | Standalone Links: MPC-HC Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • No problems here using the new Outlook. In our company we started to default installing to users on new computers or when we're reimaging. But, if the user needs/ask for the classic one, we install it. Low reject rate at this point.
    • Yeah it's my only home/business computer. The Surface Pen magnetic Storage is on the left side, but it doesn't charge the Pen. I do the charging once every 6+ months by interchanging between 2 rechargeable AAAA batteries and charging the other via a USB A battery charger.
    • I have NO problem restricting minors having access to apps. Personally, I'd like to see the restriction extend to smartphones too, but that should be the parents anyway. But on the restrictions ? GOOD LUCK enforcing that. Between VPN's, side loading and what not, I'm sure kids will find a way around it.
  • Recent Achievements

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

    1. 1
      +primortal
      466
    2. 2
      PsYcHoKiLLa
      246
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      65
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!