Recommended Posts

^ If you want to do the associations settings tab still you could set it up similar to how MPC-HC has theirs set up. it has a button to temporarily put the window in admin mode (actually it opens a new settings window that's in admin mode)

 

post-335698-0-52641600-1404061398.png

 

notice the Modify button under Association, that's what puts the settings window in admin mode to allow modification

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596469589
Share on other sites

Teaser of the notifications:

 

 

For now they display at the bottom right of the screen, but in the next build the position can be chosen by the user (all corners of the screen). Notifications can also be disabled.

  • Like 2
Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596470855
Share on other sites

First time I've stumbled upon this thread.

 

First thing that caught my eye in some of the screenshots:  You *must* have been a Zune software user in the past...right?

 

The Zune software is actually installed on my computer at the moment, but I never used it for anything else than looking around. I find it quite a mess to be honest...

But I like some elements and indeed, musiX is inspired by Zune-like UI's and metro in general. Actually, the trigger for creating musiX was this foobar2000 skin: http://foobarskins.com/metro-foobar2000-skins/. I don't know why, but soon after seeing it, my brain was triggered to create something like this :) I think I wanted something similar, but without the need to have foobar2000 in the background (I only need a fraction of what foobar has to offer to listen to my music).

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596470937
Share on other sites

Love the teaser pops!

 

I quit making shrink to taskbar because occasionally I would hear a track and not remember the name etc and got bored of opening and closing, looking forward to this feature.

 

You'll be able to test them very soon :) More info: when the mouse is over the notification, it stays visible until the mouse is not over it anymore.

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596472125
Share on other sites

i think the default notification position should be in the upper right as it is on windows 8 (or possibly access the notification api when on 8+. i think this is possible since i noticed outlook 2013 does this or emulates it when on 8)

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596472139
Share on other sites

^ If you want to do the associations settings tab still you could set it up similar to how MPC-HC has theirs set up. it has a button to temporarily put the window in admin mode (actually it opens a new settings window that's in admin mode)

 

attachicon.gifassoc.PNG

 

notice the Modify button under Association, that's what puts the settings window in admin mode to allow modification

 

Thanks for the idea. I have however chosen to not do it this way and let windows manage associations. I like the "Set default programs" button though, but wasn't able to call the Windows API function which opens the "Default programs" control panel dialog from .NET. Maybe later...

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596472143
Share on other sites

i think the default notification position should be in the upper right as it is on windows 8 (or possibly access the notification api when on 8+. i think this is possible since i noticed outlook 2013 does this or emulates it when on 8)

 

If will be upper right by default. I won't use the Windows 8 notifications yet (but might be in a later stage) as I'd like to add functionality to the popup too (I have some ideas for later).

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596472151
Share on other sites

musiX 1.0 Build 267 is available here

 

These are the changes:

 

  • Added multi-song drag & drop
  • Added bulk-tagging
  • Added file associations
  • Added notifications
  • Removed tagging by variables (was limited and buggy)
  • Lots of changes under the hood
  • Bugfixes
Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596473639
Share on other sites

Hi Raphael,

 

I've been using your music player in the last few months and I have to say that this is a really well built piece of software.

 

I'd like to report a bug that has been happening lately here on my side.

Basically, Musix isn't able to play some of the songs on my collection, reporting "Sorry, I can't play this song.".

 

After doing some tests, I've concluded that this only happens on .flac songs whose name has non-trivial characters (on my specific case, japanese characters).

 

I'm attaching here the logs after starting musiX and trying to play one of those problematic songs:

2014-07-02 20:01:50.6994|Info|musiX.Application.OnStartup|### STARTING musiX, version 1.0 (Build 267) ###
2014-07-02 20:02:02.6517|Error|musiX.Managers.PlayManager.TryPlay|Exception FLAC: Could not open stream for reading!

The name of the song I tried to play is "???"

 

If you need any more details, feel free to ask.

 

Best regards and keep up the good work :)

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596473683
Share on other sites

 

Hi Raphael,

 

I've been using your music player in the last few months and I have to say that this is a really well built piece of software.

 

I'd like to report a bug that has been happening lately here on my side.

Basically, Musix isn't able to play some of the songs on my collection, reporting "Sorry, I can't play this song.".

 

After doing some tests, I've concluded that this only happens on .flac songs whose name has non-trivial characters (on my specific case, japanese characters).

 

I'm attaching here the logs after starting musiX and trying to play one of those problematic songs:

2014-07-02 20:01:50.6994|Info|musiX.Application.OnStartup|### STARTING musiX, version 1.0 (Build 267) ###
2014-07-02 20:02:02.6517|Error|musiX.Managers.PlayManager.TryPlay|Exception FLAC: Could not open stream for reading!

The name of the song I tried to play is "???"

 

If you need any more details, feel free to ask.

 

Best regards and keep up the good work :)

 

 

That's a nice one :) Thanks for reporting. I've tracked it and will look into it soon. I might have more questions then. From a quick try here it looks it's only happening with flac, not mp3 (haven't tried other formats though). I really have to replace the flac component, it has a lot of problems. 

Your bug report also showed me an infinite loop in the last build (only happens when shuffle is enabled and when opening a file with japanese characters from a double click in windows :)). I'll fix that asap.

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596473737
Share on other sites

That's a nice one :) Thanks for reporting. I've tracked it and will look into it soon. I might have more questions then. From a quick try here it looks it's only happening with flac, not mp3 (haven't tried other formats though). I really have to replace the flac component, it has a lot of problems. 

Your bug report also showed me an infinite loop in the last build (only happens when shuffle is enabled and when opening a file with japanese characters from a double click in windows :)). I'll fix that asap.

 

Good to know :)

 

I've also only tested with mp3s and flacs, and only the flacs are failing.

If you need further information from me or if you need me to send some of the songs, just PM.

 

Cheers

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596473765
Share on other sites

Thanks Rapha?l :D

 

Just to note, when I ran the upgrade a few settings were lost. I don't think it was everything but I can't be sure what's set as default and what isn't however I was reset back to Dark Theme and one of the default colours whereas I had Light and follow windows theme selected.

 

I didn't take note of what versoin I was running before I upgraded but it was the latest available preview. Let me know if you want anything else from me.

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596474495
Share on other sites

Thanks Rapha?l :D

 

Just to note, when I ran the upgrade a few settings were lost. I don't think it was everything but I can't be sure what's set as default and what isn't however I was reset back to Dark Theme and one of the default colours whereas I had Light and follow windows theme selected.

 

I didn't take note of what versoin I was running before I upgraded but it was the latest available preview. Let me know if you want anything else from me.

 

That's possible indeed. I reorganized the settings a bit, and is normal the themes revert to the default with this upgrade. Sorry, I forgot about it as it was one of the first changes I did after the last build.

It should only be the themes which revert to default. Other settings should be remembered.

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596474551
Share on other sites

Another thing I've just noticed - the Now playing side has probably been like this for a while but the notifications just highlighted the use of capitalisation (or not in some cases)

 

If you see, in Windows Explorer the track playing is;

 

London Grammar - Metal & Dust

 

Now Playing shows correct on Artitst but Title is all capitalised

 

Notification shows same all capital Track name but Artist name is all lower case.

 

 

Capitalisation.png

 

I know this is quite a minor graphical issue only but when you have such a beautiful looking application, these things matter :)

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596474559
Share on other sites

Another thing I've just noticed - the Now playing side has probably been like this for a while but the notifications just highlighted the use of capitalisation (or not in some cases)

 

If you see, in Windows Explorer the track playing is;

 

London Grammar - Metal & Dust

 

Now Playing shows correct on Artitst but Title is all capitalised

 

Notification shows same all capital Track name but Artist name is all lower case.

 

 

Capitalisation.png

 

I know this is quite a minor graphical issue only but when you have such a beautiful looking application, these things matter :)

 

Done! :) Capitalization of songs is now respected throughout the application. And, good choice of music btw :)

  • Like 3
Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596475093
Share on other sites

Just installed the latest version (first time installed), and I can't see any of my album art.  All of my album art is embedded into the files (using mainly mp3tag, itunes, and tag & rename).  They show up in winamp/mp3tag, but not in musiX.  Any ideas why?

 

Thanks, seems like a good player so far, keep up the good work.

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596475137
Share on other sites

Just installed the latest version (first time installed), and I can't see any of my album art.  All of my album art is embedded into the files (using mainly mp3tag, itunes, and tag & rename).  They show up in winamp/mp3tag, but not in musiX.  Any ideas why?

 

Thanks, seems like a good player so far, keep up the good work.

 

Embedded art is not support yet, only images in the same directory as the files. I'm creating a feature request.

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596475145
Share on other sites

Don't like the song that's coming up? Skip it!

 

 

Notification controls are optional. The previous style notifications (from the previous build) are also available.

I've also made massive improvements to the performace of playlist handling for the next build. No more playlist delays now.

  • Like 2
Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596475419
Share on other sites

Hello again,

 

I've been busy. Here's build 277. This is the changelog:

 

  • Added optional controls to the notifications
  • Drastically improved performance of playlist handling
  • Added file associations for m3u playlists (double-clicking them in windows loads the playlist in musiX)
  • Added a workaround (until a better .NET FLAC component comes around) for FLAC files with unknown characters in the file name. This should solve the problem with Japanese characters in the file name
  • improved file associations (you might have to remove and re-add associations due to the changes in this build)
  • Added Windows Jumplist support (recently opened files)
  • MusiX now respects capitalization of song information throughout the application

Info: this build upgrades your collection to a new version. Don't panic when musiX informs you about that :)

 

Next I'd like to add support for embedded album art. Let's see how that goes...

Link to comment
https://www.neowin.net/forum/topic/1199859-musix/page/10/#findComment-596478539
Share on other sites

This topic is now closed to further replies.
  • Posts

    • Dude, it's a .reg away from a permanent modification. Look it up and keep it. The default is what's the best UX for the majority of the userbase, non techie people.
    • Logitech MX Creative Console is down to the lowest price by Taras Buria Having a Stream Deck-like device next to your keyboard could be a massive productivity boost. It lets you map specific actions and shortcuts to speed things up, and Logitech has such a device for you with a big 20% discount. Right now, you can save $40 on the Logitech MX Creative Console. The MX Creative Console is an unconventional accessory that consists of two modules. One module has nine customizable buttons, with each having a built-in display for mapping. You can assign apps, shortcuts, actions, or something else. There are nine buttons, plus two more for switching between "pages" of actions. The second module has no displays. Instead, there is a big twisting knob and a small roller for precise adjustments in creative apps like Photoshop, Illustrator, Affinity, and more. There are four additional buttons as well. The MX Creative Console is available in two colors: Graphite and Pale Gray. Both are now 20% off, saving you $40. Just keep in mind that the MX Creative Console requires the Logitech Options+ app, which is only available on Windows and macOS. By the way, each unit comes with three months of Adobe Creative Cloud. Logitech MX Creative Console Graphite - $159.99 | 20% off on Amazon Logitech MX Creative Console Pale Gray - $159.99 | 20% 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.
    • Because someone else reported theirs was unusable, genius. But being a Linux user you should be used to that. Next time you think you have a "gotcha", check first.
    • Studio MDHR reveals Cuphead sequel and an 8-bit platformer spin-off by Pulasthi Ariyasinghe Studio MDHR has been rather silent about its next major gaming project since the release of Cuphead back in 2017. However, that ended today during the Summer Game Fest presentation, with the studio revealing not one but two project announcements. First, the studio confirmed that it is currently in the middle of developing a brand-new Cuphead game, bringing back the iconic characters for another adventure. Just like the last game, this is slated to be a fully hand-animated endeavor. This also means there isn't a release date attached to it yet. “Craftsmanship is at the heart of everything we do here at Studio MDHR,” says co-founder Chad Moldenhauer. “When it came time to peel back the curtain and share a little bit about what we’ve been up to, we couldn’t imagine a more fun way to do so than with today’s Special Bulletin. The studio is working on this new Cuphead with help from Toronto’s Stop Motion Department and Continue Agency. At the same time, Studio MDHR also revealed that another part of the team has been working on a different Cuphead installment. Dubbed the Mighty Cuphead Adventure, this is taking a different art direction to the original. "In true Studio MDHR fashion, this game goes beyond just taking inspiration from the classics of the 1980s… it is actually built with technology of the era," the studio explained. "That's right: Mighty Cuphead Adventure is programmed in assembly language and designed with the exacting specifications of the Sega Master System home gaming console in mind." Aside from releasing on PC and modern consoles, Mighty Cuphead Adventure will even be playable on the 1985-released Sega Master System. A release date has not been announced just yet.
    • Any decent ITSM will A) have a web form that allows a user to raise a ticket, if you're writing an email you can write a ticket. B) Monitor a mailbox and auto-generate tickets based on inbound mails for those users that really can't get their heads around the concept that if you have an issue you go to support.mycompany.com and fill in the box. From your description you're having users email the desk, and then having a human read each one and manually raise a ticket on behalf of the user.
  • Recent Achievements

    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      483
    2. 2
      PsYcHoKiLLa
      272
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      67
    5. 5
      +Edouard
      61
  • Tell a friend

    Love Neowin? Tell a friend!