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

    • OpenAI is now rolling out Lockdown Mode to more ChatGPT users by Pradeep Viswanathan Back in February, OpenAI first announced Lockdown Mode for users who want the most comprehensive protection from potential attacks. At the time of the announcement, the company mentioned that this feature was available to a small set of highly security-conscious users, including executives or security teams at leading organizations. Today, OpenAI announced that Lockdown Mode is now rolling out to all personal ChatGPT accounts, including Free, Go, Plus, and Pro, and also self-serve ChatGPT Business accounts. Users can enable the feature from ChatGPT Settings > Security when it is available for their account. When Lockdown Mode is enabled, ChatGPT limits or disables several features that connect to the web or external services. These include live web browsing, Deep Research, Agent Mode, and more. Here is the complete list of services that will be disabled in Lockdown Mode: Live web browsing: Web browsing is limited to accessing only cached content. Search results may be limited, unavailable, or stale. Image support: ChatGPT may not display images in regular responses or retrieve images from the web. Users can still upload image files, and image generation remains available where it is otherwise available. Deep research: Deep research is disabled. Agent mode: Agent mode is disabled. Canvas networking: Users cannot approve Canvas-generated code to access the network. File downloads: ChatGPT cannot download files for data analysis. ChatGPT can still operate on your manually uploaded files. It is important to note that Lockdown Mode does not completely block prompt injections from appearing in content that ChatGPT processes. For example, a malicious instruction could still be present in an uploaded file or cached web content. However, the mode is designed to reduce the ways such an attack could send sensitive information outside the conversation. Along with Lockdown Mode, OpenAI today also announced that the Active sessions feature is now available across ChatGPT accounts and workspace types. This feature allows users to review where their account is signed in across devices and end sessions if required. A session will have the following information displayed: Device or browser information. First-party app context, such as ChatGPT, Codex, or API Platform. Approximate location. Sign-in date and time. Whether the device is a trusted device. Whether it is your current session. OpenAI highlighted that the Active sessions feature will not be available for accounts linked to an organization’s single sign-on setup, including SAML or OIDC.
    • with LSTC and ESU, moving to w11 or linux because w10 suddenly will not work when in reality it works and its a better choice, of course there are also developers that only test in 11 or force you to have TPM and Secure boot for the sake of "better security" in games. or most likely people is buying new PC that only ship with 11
    • with LTSC and ESU there are still viable as a stable platform not that they care and let people deal with w11 crashing and burning every month support mean shet if the platform is trash
    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • 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
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!