Skip to content

Commit e35fff2

Browse files
committed
readmeing
1 parent 2c6d758 commit e35fff2

File tree

1 file changed

+40
-14
lines changed

1 file changed

+40
-14
lines changed

README.md

+40-14
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ for the playlist feature across different platforms***
2424
### Install
2525

2626
Github latest [Release](https://github.com/jooapa/signal-Jammer/releases/latest)
27-
Linux version of Jammer requires fuse2. Ubuntu 22.02 or newer install `apt
28-
install libfuse2`.
27+
Linux version of Jammer requires fuse2. Ubuntu 22.02 or newer install `apt install libfuse2 ffmpeg`
2928

3029
### Update existing
3130

@@ -56,14 +55,16 @@ jammer -v, --version show version
5655
```
5756

5857
```bash
59-
jammer -h, --help show this help message-
58+
jammer -h, --help show this help message
59+
## these commands are for the playlists in the <jammer/playlists> folder
6060
jammer -p, --play <name> play playlist
6161
jammer -c, --create <name> create playlist
6262
jammer -d, --delete <name> delete playlist
6363
jammer -a, --add <name> <song> ... add song to playlist
6464
jammer -r, --remove <name> <song> ... remove song from playlist
65-
jammer -s, --show <name>
65+
jammer -s, --show <name> show songs in playlist
6666
jammer -l, --list list all playlists
67+
6768
jammer -f, --flush deletes all the songs in songs folder
6869
jammer -sp, --set-path <path>, <default> set path for songs folder
6970
jammer -gp, --get-path get the path to the <jammer/songs> folder
@@ -133,6 +134,27 @@ These can be changed in the Effects.ini file in the jammer folder.
133134

134135
This can be changed by an environment variable `JAMMER_CONFIG_PATH`
135136

137+
### m3u and m3u8 support
138+
139+
Jammer supports m3u and m3u8 playlists. You can play them but with pretty limited functionality.
140+
141+
Starting the m3u file with `#EXTM3U` and example of the m3u of all the features that are supported.
142+
143+
```m3u
144+
#EXTM3U
145+
#EXT-X-PLAYLIST-TYPE:VOD
146+
#EXT-X-TARGETDURATION:10
147+
#EXT-X-VERSION:3
148+
#EXT-X-MEDIA-SEQUENCE:0
149+
150+
#EXTINF:0,Lady Gaga - Telephone ft. Beyoncé
151+
https://www.youtube.com/watch?v=Zwnvgz3ey78
152+
#EXTINF:0,Epic Music
153+
/home/user/epic music/epic_music.mp3
154+
155+
/tmp/secret_klinoff.mp3
156+
```
157+
136158
### Default Player Controls
137159

138160
| Key | Action |
@@ -189,26 +211,30 @@ Currently supported languages:
189211

190212
Create new translation by copying already existing .ini file from /locales and translating it.
191213

192-
## Star History
193-
194-
<a href="https://star-history.com/#jooapa/jammer&Date">
195-
<picture>
196-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=jooapa/jammer&type=Date&theme=dark" />
197-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=jooapa/jammer&type=Date" />
198-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=jooapa/jammer&type=Date" />
199-
</picture>
200-
</a>
201-
202214
## Soundcloud
215+
203216
### User can now change the SoundCloud client id
217+
204218
soundcloud every now and then changes the client id, which is not cool, so this allows change allows the user to change it :)
205219
on default the keybind is `Alt + Shift + 1` or go change it in the `settings.json`
206220

207221
#### way to get the id on your own
222+
208223
- open up the [soundcloud.com](https://soundcloud.com/discover)
209224
- open the inspect element -> Network tab
210225
- start playing some random song
211226
- you start to see some entries in the network tab. you should see some thing like `me?client_id=wDSKS1Bp8WmdlRPkZ7NQXGs67PMXl2Nd`
227+
228+
## Star History
229+
230+
<a href="https://star-history.com/#jooapa/jammer&Date">
231+
<picture>
232+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=jooapa/jammer&type=Date&theme=dark" />
233+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=jooapa/jammer&type=Date" />
234+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=jooapa/jammer&type=Date" />
235+
</picture>
236+
</a>
237+
212238
# Developing
213239

214240
## Build / Run yourself

0 commit comments

Comments
 (0)