Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Do a mass rename to Now Playing
Browse files Browse the repository at this point in the history
  • Loading branch information
paced committed Jul 8, 2021
1 parent 4ebc4d9 commit 0648f04
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Now Playing for Spotify
# Now Playing (For Spotify)

[![Maintainability][maintainability-badge]][maintainability-link]
[![Issues](https://img.shields.io/github/issues/teaminkling/mac-spotify-np)][issues]
[![Downloads][github-downloads-badge]][releases]
[![Latest Version][github-latest-release-badge]][latest-release]

Now Playing is a tool for macOS and Spotify used to extend functionality of Spotify Desktop.

## Features

### Mini-Player and Notifications
Expand Down Expand Up @@ -55,8 +53,8 @@ yarn start

New maintainers/forkers can see the [DEPLOYMENT.md](DEPLOYMENT.md) file for instructions on distribution.

Neither Apple nor Spotify associate with Now Playing for Spotify. These business names, graphics, style guide, and
other references are the trademarks of their respective copyright holders.
Neither Apple nor Spotify associate with Now Playing. These business names, graphics, style guide, and other references
are the trademarks of their respective copyright holders.

Thanks to Cindy Xu of Inkling Interactive for designing the tray and app logos.

Expand Down
4 changes: 2 additions & 2 deletions electron-builder.yml.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
productName: Now Playing for Spotify
appId: com.teaminkling.now-playing-for-spotify
productName: Now Playing
appId: com.teaminkling.now-playing

copyright: MIT

Expand Down
10 changes: 5 additions & 5 deletions scripts/homebrew.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
cask "now-playing-for-spotify" do
cask "now-playing" do
version "0.8.1"
sha256 "775e6716a65d1bf64809f8e170d82024178bf67c7b142ed3ab7f9fc4212b1c34"

url "https://github.com/teaminkling/mac-spotify-np/releases/download/v#{version}/Now.Playing.for.Spotify-#{version}.dmg"
name "Now Playing for Spotify"
name "Now Playing"
desc "System tray mini-player and notifications provider for Spotify"
homepage "https://github.com/teaminkling/mac-spotify-np"

app "Now Playing for Spotify.app"
app "Now Playing.app"

zap trash: [
"~/Library/Logs/Now Playing for Spotify",
"~/Library/Preferences/com.teaminkling.now-playing-for-spotify.plist",
"~/Library/Logs/Now Playing",
"~/Library/Preferences/com.teaminkling.now-playing.plist",
]
end
2 changes: 1 addition & 1 deletion src/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
SPOTIFY_SCOPES: env.SPOTIFY_SCOPES,
REDIRECT_URI: env.REDIRECT_URI,
SENTRY_DSN: env.SENTRY_DSN,
APP_NAME: 'Now Playing for Spotify',
APP_NAME: 'Now Playing',
FEEDBACK_LINK: 'https://github.com/teaminkling/mac-spotify-np/issues/new',
MAIN_WINDOW_WIDTH: 250,
MAIN_WINDOW_HEIGHT: 150,
Expand Down
2 changes: 1 addition & 1 deletion src/presentation/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Now Playing for Spotify</title>
<title>Now Playing</title>
<link href="../css/index.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/solid.css" integrity="sha384-rdyFrfAIC05c5ph7BKz3l5NG5yEottvO/DQ0dCrwD8gzeQDjYBHNr1ucUpQuljos" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/fontawesome.css" integrity="sha384-u5J7JghGz0qUrmEsWzBQkfvc8nK3fUT7DCaQzNQ+q4oEXhGSx+P2OqjWsfIRB8QT" crossorigin="anonymous">
Expand Down
2 changes: 1 addition & 1 deletion src/presentation/html/update.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Update Now Playing for Spotify</title>
<title>Update Now Playing</title>

<meta charset="UTF-8">

Expand Down

0 comments on commit 0648f04

Please sign in to comment.