Browse Source

gitlab ⇒ gitea

pull/28/head
Damien Cassou 2 years ago
parent
commit
e26060d213
Signed by: DamienCassou GPG Key ID: B68746238E59B548
5 changed files with 20 additions and 20 deletions
  1. +16
    -16
      README.org
  2. +1
    -1
      libmpdel-directory.el
  3. +1
    -1
      libmpdel.el
  4. +1
    -1
      test/libmpdel-directory-test.el
  5. +1
    -1
      test/libmpdel-test.el

+ 16
- 16
README.org View File

@ -17,7 +17,7 @@
The package libmpdel is an Emacs library client to communicate with
[[https://www.musicpd.org/][Music Player Daemon]] (MPD), a flexible, powerful, server-side
application for playing music. For a user interface, please check the
[[https://gitlab.petton.fr/mpdel/mpdel][mpdel]] project instead (which depends on this one).
[[https://gitea.petton.fr/mpdel/mpdel][mpdel]] project instead (which depends on this one).
** Installing
@ -37,21 +37,21 @@ a look at it.
The library is implemented around a set of entities.
| *Name* | *Type* | *Fields* | *Description* |
|------------------+-----------+----------------------+-------------------------------------------------------|
| song | structure | name, album, file, … | |
| album | structure | name, artist | |
| artist | structure | name | |
| directory | structure | name, path | |
| stored-playlist | structure | name | A named user-specified sequence of songs |
| search-criteria | structure | type, what | Read the [[https://www.musicpd.org/doc/protocol/database.html][protocol documentation]] |
| filter | structure | text | Read the [[https://www.musicpd.org/doc/html/protocol.html#filters][protocol documentation]] |
|------------------+-----------+----------------------+-------------------------------------------------------|
| artists | symbol | /none/ | Represent the set of all artists |
| albums | symbol | /none/ | Represent the set of all albums |
| directories | symbol | /none/ | Represent all directories in ~libmpdel-music-directory~ |
| current-playlist | symbol | /none/ | Represent the currently played sequence of songs |
| stored-playlists | symbol | /none/ | Represent the set of all stored playlists |
| *Name* | *Type* | *Fields* | *Description* |
|------------------+-----------+----------------------+---------------------------------------------------------|
| song | structure | name, album, file, … | |
| album | structure | name, artist | |
| artist | structure | name | |
| directory | structure | name, path | |
| stored-playlist | structure | name | A named user-specified sequence of songs |
| search-criteria | structure | type, what | Read the [[https://www.musicpd.org/doc/protocol/database.html][protocol documentation]] |
| filter | structure | text | Read the [[https://www.musicpd.org/doc/html/protocol.html#filters][protocol documentation]] |
|------------------+-----------+----------------------+---------------------------------------------------------|
| artists | symbol | /none/ | Represent the set of all artists |
| albums | symbol | /none/ | Represent the set of all albums |
| directories | symbol | /none/ | Represent all directories in ~libmpdel-music-directory~ |
| current-playlist | symbol | /none/ | Represent the currently played sequence of songs |
| stored-playlists | symbol | /none/ | Represent the set of all stored playlists |
Many functions in MPDel work on several kinds of entities (e.g.,
~libmpdel-list~). These methods are implemented with ~cl-defgeneric~


+ 1
- 1
libmpdel-directory.el View File

@ -4,7 +4,7 @@
;; Author: Jose A Ortega <jao@gnu.org>
;; Keywords: multimedia
;; Url: https://gitlab.petton.fr/mpdel/libmpdel
;; Url: https://gitea.petton.fr/mpdel/libmpdel
;; Package-requires: ((emacs "25.1"))
;; Version: 1.2.0


+ 1
- 1
libmpdel.el View File

@ -4,7 +4,7 @@
;; Author: Damien Cassou <damien@cassou.me>
;; Keywords: multimedia
;; Url: https://gitlab.petton.fr/mpdel/libmpdel
;; Url: https://gitea.petton.fr/mpdel/libmpdel
;; Package-requires: ((emacs "25.1"))
;; Version: 1.2.0


+ 1
- 1
test/libmpdel-directory-test.el View File

@ -3,7 +3,7 @@
;; Copyright (C) 2019 Damien Cassou
;; Author: Jose A Ortega <jao@gnu.org>
;; Url: https://gitlab.petton.fr/mpdel/mpdel
;; Url: https://gitea.petton.fr/mpdel/mpdel
;; Package-requires: ((emacs "25.1"))
;; Version: 1.2.0


+ 1
- 1
test/libmpdel-test.el View File

@ -3,7 +3,7 @@
;; Copyright (C) 2017 Damien Cassou
;; Author: Damien Cassou <damien@cassou.me>
;; Url: https://gitlab.petton.fr/mpdel/mpdel
;; Url: https://gitea.petton.fr/mpdel/mpdel
;; Package-requires: ((emacs "25.1"))
;; Version: 1.2.0


Loading…
Cancel
Save