-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added readme, fixed status not accurate, tried to fix artwork
- Loading branch information
FreeApp2014
committed
Oct 21, 2020
1 parent
4d7aa26
commit cbe3621
Showing
3 changed files
with
41 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# iTunes MPRIS service | ||
A service intended to integrate iTunes into D-Bus session | ||
## Support | ||
Supports setting metadata, pause, resume, next, previous | ||
## Configuration | ||
To use this you should | ||
* Set `wineprefix` in index.js to location of your iTunes prefix | ||
* In the prefix, install `wsh57` (`WINEPREFIX=/path/ winetricks wsh57`) | ||
* Run using node | ||
(A more streamlined procedure involving a systemd unit is under development) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters