Update css/js + few configs
This commit is contained in:
135
music.org
135
music.org
@@ -1,26 +1,11 @@
|
||||
#+TITLE: Music/Sound Configuration
|
||||
:DRAWER:
|
||||
#+STARTUP: overview
|
||||
#+SETUPFILE: ./setup/org-setup-file.org
|
||||
|
||||
#+LANGUAGE: en
|
||||
#+EMAIL: dehaeze.thomas@gmail.com
|
||||
#+AUTHOR: Dehaeze Thomas
|
||||
|
||||
#+HTML_LINK_HOME: ./index.html
|
||||
#+HTML_LINK_UP: ./index.html
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/jquery.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/bootstrap.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="./js/readtheorg.js"></script>
|
||||
:END:
|
||||
|
||||
* Pavu Control
|
||||
* =pavucontrol= - Volume Control
|
||||
:PROPERTIES:
|
||||
:header-args: :tangle ~/.config/pavucontrol.ini
|
||||
:header-args+: :comments both :mkdirp yes
|
||||
:CUSTOM_ID: pavucontrol
|
||||
:END:
|
||||
|
||||
#+BEGIN_SRC conf
|
||||
@@ -34,7 +19,62 @@
|
||||
showVolumeMeters=1
|
||||
#+END_SRC
|
||||
|
||||
* NCMPCPP
|
||||
* =mopidy= - Music Server
|
||||
:PROPERTIES:
|
||||
:header-args:conf: :tangle ~/.config/mopidy/mopidy.conf
|
||||
:header-args:conf+: :comments none :mkdirp yes :noweb no-export
|
||||
:CUSTOM_ID: mopidy
|
||||
:END:
|
||||
|
||||
#+begin_src conf
|
||||
[spotify]
|
||||
username = dehaeze.thomas@gmail.com
|
||||
password = <<get-password(passname="spotify.com/dehaeze.thomas@gmail.com")>>
|
||||
client_id = 9dd02534-f038-46d8-946e-bfe72498204e
|
||||
client_secret = <<get-password(passname="spotify/client_secret")>>
|
||||
bitrate = 320
|
||||
|
||||
[mpd]
|
||||
enabled = true
|
||||
hostname = 127.0.0.1
|
||||
port = 6600
|
||||
password =
|
||||
max_connections = 20
|
||||
connection_timeout = 60
|
||||
zeroconf = Mopidy MPD server on $hostname
|
||||
command_blacklist = listall,listallinfo
|
||||
default_playlist_scheme = m3u
|
||||
|
||||
[jellyfin]
|
||||
hostname = https://jellyfin.tdehaeze.xyz/
|
||||
username = tdehaeze
|
||||
password = <<get-password(passname="music.tdehaeze.xyz/tdehaeze")>>
|
||||
libraries = Music
|
||||
albumartistsort = True
|
||||
album_format = {ProductionYear} - {Name}
|
||||
|
||||
[file]
|
||||
enabled = true
|
||||
media_dirs = /home/thomas/Music
|
||||
excluded_file_extensions =
|
||||
.db
|
||||
.directory
|
||||
.html
|
||||
.jpeg
|
||||
.jpg
|
||||
.log
|
||||
.nfo
|
||||
.pdf
|
||||
.png
|
||||
.txt
|
||||
.zip
|
||||
#+end_src
|
||||
|
||||
* =ncmpcpp= - Ncurses based MPD client
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: ncmpcpp
|
||||
:END:
|
||||
|
||||
https://rybczak.net/ncmpcpp/
|
||||
Cheatsheet: https://pkgbuild.com/~jelle/ncmpcpp/
|
||||
|
||||
@@ -126,10 +166,11 @@ Sorting by tracking number and then title
|
||||
|
||||
#+end_src
|
||||
|
||||
* Beets
|
||||
* =beets= - Media library management
|
||||
:PROPERTIES:
|
||||
:header-args:conf: :tangle ~/.config/beets/config.yaml
|
||||
:header-args:conf+: :comments both :mkdirp yes
|
||||
:CUSTOM_ID: beets
|
||||
:END:
|
||||
http://beets.io/
|
||||
|
||||
@@ -144,61 +185,13 @@ http://beets.io/
|
||||
plugins: fromfilename discogs
|
||||
#+end_src
|
||||
|
||||
* Mopidy
|
||||
:PROPERTIES:
|
||||
:header-args:conf: :tangle ~/.config/mopidy/mopidy.conf
|
||||
:header-args:conf+: :comments none :mkdirp yes :noweb no-export
|
||||
:END:
|
||||
|
||||
#+begin_src conf
|
||||
[spotify]
|
||||
username = dehaeze.thomas@gmail.com
|
||||
password = <<get-password(passname="spotify.com/dehaeze.thomas@gmail.com")>>
|
||||
client_id = 9dd02534-f038-46d8-946e-bfe72498204e
|
||||
client_secret = <<get-password(passname="spotify/client_secret")>>
|
||||
bitrate = 320
|
||||
|
||||
[mpd]
|
||||
enabled = true
|
||||
hostname = 127.0.0.1
|
||||
port = 6600
|
||||
password =
|
||||
max_connections = 20
|
||||
connection_timeout = 60
|
||||
zeroconf = Mopidy MPD server on $hostname
|
||||
command_blacklist = listall,listallinfo
|
||||
default_playlist_scheme = m3u
|
||||
|
||||
[jellyfin]
|
||||
hostname = https://jellyfin.tdehaeze.xyz/
|
||||
username = tdehaeze
|
||||
password = <<get-password(passname="music.tdehaeze.xyz/tdehaeze")>>
|
||||
libraries = Music
|
||||
albumartistsort = True
|
||||
album_format = {ProductionYear} - {Name}
|
||||
|
||||
[file]
|
||||
enabled = true
|
||||
media_dirs = /home/thomas/Music
|
||||
excluded_file_extensions =
|
||||
.db
|
||||
.directory
|
||||
.html
|
||||
.jpeg
|
||||
.jpg
|
||||
.log
|
||||
.nfo
|
||||
.pdf
|
||||
.png
|
||||
.txt
|
||||
.zip
|
||||
#+end_src
|
||||
|
||||
* Radio with curseradio
|
||||
* =curseradio= - Radio with curseradio
|
||||
:PROPERTIES:
|
||||
:header-args:conf: :tangle ~/.config/curseradio/curseradio.cfg
|
||||
:header-args:conf+: :comments none :mkdirp yes
|
||||
:CUSTOM_ID: curseradio
|
||||
:END:
|
||||
|
||||
#+begin_src conf
|
||||
[opml]
|
||||
root = http://opml.radiotime.com/
|
||||
|
||||
Reference in New Issue
Block a user