Skip to content

Commit

Permalink
Explained how to add videos
Browse files Browse the repository at this point in the history
  • Loading branch information
rstemmer committed Jan 7, 2021
1 parent 189f62e commit 9d0eef0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/source/usage/music.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,15 @@ Then press ``u`` to update the database entry with the new file.
For further details see :doc:`/mod/repair`.


Importing Videos to MusicDB
---------------------------

Use the ``musicdb database`` command: :doc:`/mod/database` to import videos.
And the ``musicdb videoframes`` command: :doc:`/mod/videoframes` to generate the artwork used by the WebUI.

.. code-block:: bash
# add an album (and all songs)
musicdb database add $MusicPath/$ArtistName/$Release\ -\ $VideoName.$Ext
musicdb videoframes --video $MusicPath/$ArtistName/$Release\ -\ $VideoName.$Ext -u

0 comments on commit 9d0eef0

Please sign in to comment.