https://github.com/mchubby/spicetify-copy-track-titles
Extension for https://spicetify.app/
https://github.com/mchubby/spicetify-copy-track-titles
spicetify-extensions spotify
Last synced: 3 months ago
JSON representation
Extension for https://spicetify.app/
- Host: GitHub
- URL: https://github.com/mchubby/spicetify-copy-track-titles
- Owner: mchubby
- License: mit
- Created: 2022-06-03T17:14:58.000Z (almost 3 years ago)
- Default Branch: javascript-v1
- Last Pushed: 2022-06-03T22:27:13.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T03:12:30.282Z (5 months ago)
- Topics: spicetify-extensions, spotify
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CopyTrackTitles for [Spicetify](https://github.com/spicetify/spicetify-cli)
This adds a context menu entry to copy selected titles to clipboard.

You can tweak the format in the settings using these placeholders:
| Field | Description |
| --------------- | ------------------------------------ |
| **`%ARTISTS%`** | List of artists, separated by commas |
| **`%ARTIST%`** | First artist |
| **`%TITLE%`** | Track title |## Install / Update
Make sure you are using latest releases of Spicetify and Spotify
Copy `copy-track-titles.js` (found in the `dist` folder) into your [Spicetify/Extensions folder](https://spicetify.app/docs/advanced-usage/extensions#installing)
| Platform | Path |
| ----------- | ------------------------------------------------------------------------------------ |
| **Linux** | `~/.config/spicetify/Extensions` or `$XDG_CONFIG_HOME/.config/spicetify/Extensions/` |
| **MacOS** | `~/.config/spicetify/Extensions` or `$SPICETIFY_CONFIG/Extensions` |
| **Windows** | `%userprofile%\.spicetify\Extensions` |You can also run `spicetify config-dir` to open the top directory in your file manager.
Run these commands:
```
spicetify config extensions copy-track-titles.js
spicetify apply
```Note: The
config
command appends to the list of already-installed extensions. It does not replace the whole key's value.## Usage
* Select one or more tracks
* Right-click
* Select the menu entry
* Paste the contents wherever you want## Uninstall
Run the `config` command with a minus sign after the filename:
```
spicetify config extensions copy-track-titles.js-
spicetify apply
```