Skip to content

Commit

Permalink
Add music-link-converter extension (raycast#10545)
Browse files Browse the repository at this point in the history
* Initial commit

* Initial commit

* Update index.tsx

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: Per Nielsen Tikær <per@raycast.com>
Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
3 people authored Feb 9, 2024
1 parent 2ef041d commit d6ffb70
Show file tree
Hide file tree
Showing 11 changed files with 2,478 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/music-link-converter/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/music-link-converter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/music-link-converter/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
5 changes: 5 additions & 0 deletions extensions/music-link-converter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Music Link Converter Changelog

## [Initial Version] - 2024-02-03
- Initial release
- Detects Spotify, Apple Music, Youtube, Youtube Music, Amazon Music, Deezer, Soundcloud, Tidal, Anghami links.
14 changes: 14 additions & 0 deletions extensions/music-link-converter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Music Link Converter

Convert a music link to another provider. For example you can convert Spotify links to apple music links.

Supports :
- Spotify
- Apple Music
- Youtube
- Youtube Music
- Amazon Music
- Deezer
- Soundcloud
- Tidal
- Anghami
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d6ffb70

Please sign in to comment.