Skip to content

Commit

Permalink
Add description of 2 new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidhauser authored Feb 4, 2024
1 parent 27b3797 commit d00e509
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ An example use case: when I added Quatuor Ébène’s recording of the SQs by De
* [Add PDF to Album](https:/schmidhauser/applescript-music/blob/main/Add%20PDF%20to%20Album.applescript)\
Select a track from the album to which you’d like to add the PDF file as track, and then run the script *twice* in immediate succession – I’m afraid I’m unable to make it work in one run. (Suggested shortcut: `⌥⌘P`.)

* [Fade and Stop](https:/schmidhauser/applescript-music/blob/main/Fade%20and%20Stop.applescript)\
* [Fade In](https:/schmidhauser/applescript-music/blob/main/Fade%20In.applescript)\
For when you are starting midway. (Suggested shortcut: `⌥⌘<`.)

* [Fade Out and Pause](https:/schmidhauser/applescript-music/blob/main/Fade%20Out%20and%20Pause.applescript)\
A simple stop sometimes feels too savage. (Suggested shortcut: `⌥⌘.`.)

* [Fade and Play Next](https:/schmidhauser/applescript-music/blob/main/Fade%20and%20Play%20Next.applescript)\
* [Fade Out and Stop](https:/schmidhauser/applescript-music/blob/main/Fade%20Out%20and%20Stop.applescript)\
A variation on the above. (Suggested shortcut: `⌥⇧⌘.`.)

* [Fade Out and Play Next](https:/schmidhauser/applescript-music/blob/main/Fade%20Out%20and%20Play%20Next.applescript)\
Another variation. (Suggested shortcut: `⌥⇧.`.)

* [Toggle Checkmarks of Selection](https:/schmidhauser/applescript-music/blob/main/Toggle%20Checkmark.applescript)\
Allows you to keep certain tracks in your library, while not having to listen to them when (say) you’re selecting an album. (Suggested shortcut: `⌥⌘X`.)

Expand Down

0 comments on commit d00e509

Please sign in to comment.