Optionally follow sound file symlinks
Repository details (npshell)
- Project page
- npshell
- Project log category
- npshell (121 entries)
- Repository
- @joelpurra/npshell
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 121 commits
- Stars
- 15 stars
Commit details (aed236c5)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Optionally follow sound file symlinks
- Some sounds may be not be actual files, byt symlinked to the actual file.
- Not all players (for example
afplay
) handle symlinks correctly.- This change introduces the boolean configuration
configFollowSymlinks
, which defaults tofalse
.- The default value should not affect existing behavior.
- Set
configFollowSymlinks
totrue
to resolve symlinks before they are passed to the external player.
Raw text
Optionally follow sound file symlinks - Some sounds may be not be actual files, byt symlinked to the actual file. - Not all players (for example `afplay`) handle symlinks correctly. - This change introduces the boolean configuration `configFollowSymlinks`, which defaults to `false`. - The default value should not affect existing behavior. - Set `configFollowSymlinks` to `true` to resolve symlinks before they are passed to the external player.