Code Monkey home page Code Monkey logo

neptune's People

Contributors

imgbot[bot] avatar redstonekasi avatar relative avatar twnlink avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

neptune's Issues

Cannot install Neptune using Tidal from the Microsoft Store

Hello. I am trying to install Neptune and though it says it's successful, the menu never shows up in Tidal. I believe it could be related to using the Microsoft Store version of Tidal versus the standalone version. I was curious if this is a known issue. Thanks!

Last two updates to Tidal have wiped Neptune

Hi - each of the last two updates to Tidal have lost the Neptune add-in and I've had to reinstall it. Once reinstalled the plugins I had previously added were still there. Whilst this isn't a big deal - reinstalling Neptune being dead simple - I just wondered if you were aware of this and if it's avoidable. Thanks!

Tidal no longer loads with Neptune installed

I had Neptune working perfectly fine until I tried to load it up today and the app doesn't load as long as Neptune is installed. If I uninstall Neptune Tidal runs perfectly fine in vanilla state, however as soon as I install Neptune again, Tidal no longer works. Video here for context.

Running Tidal version 2.34.3.

Any help appreciated, thanks!

Possible to get Sample Rate/Bit Depth/Bitrate?

I have had a look and it doesn't appear that thus information is avalible even for the currently playing song atleast in the redux store.

But maybe you have a better idea of if it's possible to get at it somehow, do you think it's possible or is it simply not accessible?

Neptune: page not found.

Hello. I was going to Tidal today to find a page not found error message on my screen. There was an update today and after updating the app, it triggered this error message when clicking neptune settings in the dropdown on my user settings.

The page doesn't exist

I also went into the console logs and found these error messages on the screen. Failed to load resource: the server responded with a status 403 error.
Errors

Just thought I'd bring it to your attention.
Thanks.

Mac support

Not sure if it is obvious, but - would this work on Mac ?

Can't enable sliders

Installed Neptune with Firefox (with Chrome 116.0.5845.141 I only see a greyed out screen) and see the Neptune settings in Tidal (2.34.3.26). It's not possible to enable the sliders of plugins I use from Inrixia:

image

I receive this error:

image

Cant import node modules using ESM syntax.

Importing any node module using ESM syntax and not require breaks.

Also any ESM node modules imported will fail to load with this error if they try to import their dependent packages in ESM format.

Failed to load neptune plugin!
 TypeError: Failed to fetch dynamically imported module: node:buffer

Can't install Neptune on Tidal Ver. 2.36

Hello!

Just found neptune and was gonna give it a go but when i press "Install Neptune" i do not get the neptune settings options in Tidal. i've tried reinstalling Tidal (Not the Windows store version) and installning Neptune again but that did not work eiter. Im on Windows 11 if that matters at all.

TIDAL Staging

Was digging through DNS records and found desktop.stage.tidal.com which as implies, seems to be the beta version of the desktop app.

I can't find any mentions of it, and only change I can visibly see is a beta badge at the top left.

I was wondering if you had any info on this, and if it was in your interest to add some type of toggle for it with neptune?

I've written a guide to get it working with neptune- gist

Thanks.

edit: spelling

Typescript types use enums

Hia, the ts types are awesome. Would it be possible to instead of using string literals use Enum types where applicable?

Eg changing this:

mediaMetadata?: {
	tags?: ("LOSSLESS" | "SONY_360RA" | "DOLBY_ATMOS" | "HIRES_LOSSLESS" | "MQA")[];
};

to

enum MetadataTags {
	Lossless = "LOSSLESS", 
	Sont360 = "SONY_360RA", 
	Atmos= "DOLBY_ATMOS", 
	HiRes = "HIRES_LOSSLESS", 
	MQA = "MQA"
}
mediaMetadata?: {
	tags?: MetadataTags[];
};

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.