-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolution for Issues #1044 & #1007 #1057
Conversation
Merge with main project master branch
Travis Travis Build build Windows Tests No cache npm install Linux njs 12.14.1 build build travis windows build linux test export export node windows travis_wait linux tests javascript sudo script local_dir commit commit
Merging Livestream UI work into Master. Branch livestream-fix
IDE config, don't need
leaving out of pull request
leaving out of pull request
Package.json
accidentally pulled them out completely, don't want to mess with main repo
There's a ton of commits mainly because we were messing with our configuration stuff, setting up our own CI, and making sure that our changes wouldn't interfere with your configuration. We would be happy to squash these down if you would like. |
Thanks for contributing. Don't worry about the number of commits, I'll just squash them. I'll run the CI now and will review it soon. |
.gitignore
Outdated
|
||
#package-lock | ||
package-lock.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't commit these (package-lock and package.json) as they need to be update if we install new packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines have been taken out of .gitignore, should be tracked again.
Thanks!
@@ -39,7 +39,8 @@ class Config { | |||
this.youtubeSearch = 'https://www.googleapis.com/youtube/v3/search?part=id,snippet&type=video&maxResults=50&q='; | |||
this.supportedFormats = _.uniq(pkg.build.fileAssociations.map(({ ext }) => ext)); | |||
|
|||
const iconPath = path.resolve(__dirname, this.isProd() ? 'resources' : '../resources/media'); | |||
// const iconPath = path.resolve(__dirname, this.isProd() ? 'resources' : '../resources/media'); | |||
const iconPath = path.resolve(__dirname, this.isProd() ? '../../../resources/media' : '../resources/media'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting to the bottom of this. Could you please delete the commented out line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed that comment.
Thanks for reviewing this.
Codecov Report
@@ Coverage Diff @@
## master #1057 +/- ##
==========================================
- Coverage 61.43% 61.42% -0.01%
==========================================
Files 280 280
Lines 5002 5001 -1
Branches 318 318
==========================================
- Hits 3073 3072 -1
Misses 1662 1662
Partials 267 267
Continue to review full report at Codecov.
|
package & package-lock will be tracked.
Removing commented line.
Thanks for solving this! |
Hello, I think this PR should close out a couple issues in the project as well as present albums in a cleaner way:
Tray & Taskbar Icons:
![pr1](https://user-images.githubusercontent.com/51207896/135176859-45ddf65f-f2c7-46ec-9001-1008717e332d.png)
Album Year Display:
![pr2](https://user-images.githubusercontent.com/51207896/135177090-d80497a2-6be4-4306-ab17-390317279b08.PNG)
Full Notes:
Album Year instead of Timestamp
Fixed Typo in the equalizer presets
Issue with the Taskbar Icon (Taskbar Icon not rendering correctly/completely #1044) should be resolved (Verified on Windows)
Issue with the Tray Icon (Tray icon work in development not in production build #1007) not working correctly on release builds should be resolved (Verified on Windows)