From 4eedf589b703b1b900b3ce6a9e2e99997786d863 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 15 Dec 2020 12:21:02 +0100 Subject: [PATCH] video/music: added and edited scanning possibilities --- wiki/jellyfin.md | 3 +++ wiki/music.md | 13 ++++--------- wiki/video.md | 27 +++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 9 deletions(-) create mode 100644 wiki/video.md diff --git a/wiki/jellyfin.md b/wiki/jellyfin.md index 33acd91..6202209 100644 --- a/wiki/jellyfin.md +++ b/wiki/jellyfin.md @@ -1,5 +1,8 @@ # Jellyfin +[Jellyfin](https://jellyfin.ord) is a suite for multimedia streaming. +It includes a web-interface. + ## Setup Server ### Docker diff --git a/wiki/music.md b/wiki/music.md index 57b9a00..0f5e315 100644 --- a/wiki/music.md +++ b/wiki/music.md @@ -14,17 +14,12 @@ There are differences depending on your preffered client interface. - [Airsonic](airsonic.md) is a free fork of Subsonic, can be dockerized and has a web-interface. -## Music Tagger - -To label and sort music you need a program to add tags. - -- metaflac is a programm to edit the tags of flac files. It is bundled in the -`flac` package for debian and arch based systems. - ## Scan CDs You can convert your CDs to files on your computer. This way you don't have to search for your CDs all the time. -- [Exact Audio Copy](https://www.exactaudiocopy.de) for windows can rip music and automatically -tag it with the help of a list of databases. +- [Exact Audio Copy](https://www.exactaudiocopy.de) for windows can rip music + and automatically tag it with the help of a list of databases. +- [metaflac](https://linux.die.net/man/1/metaflac) for linux is a programm to edit the tags of flac files. It is bundled + in the `flac` package for debian and arch based systems. diff --git a/wiki/video.md b/wiki/video.md new file mode 100644 index 0000000..6366209 --- /dev/null +++ b/wiki/video.md @@ -0,0 +1,27 @@ +# Video + +It is nice to have some movies saved on your system. +There are multiple different approaches on how to get it working depending on +your needs. +In general you need to consider if you want the video directly on your pc or +access a server for it. + +## Server/Client + +If you want to keep your system clean of much data, you can use this kind of setup. +There are differences depending on your preffered client interface. + +- [Plex](plex.md) is a dockerizable media streaming service with web-interface. +- [Jellyfin](jellyfin.md) is a foss dockerizable media streaming service with web-interface. + +## Scan DVDs/Blu-Rays + +You can convert your DVDs and Blu-Rays to files on your computer. +This way you don't have to search for your discs all the time. + +- [MakeMKV](https://www.makemkv.com) for windows can extract a `.mkv` file from + a disc (Beta key can be found + [here](https://www.makemkv.com/forum/viewtopic.php?f=5&t=1053)). +- [MKVToolNix (including MKVCleaver)](https://mkvtoolnix.download/links.html) + for windows and linux can extract subtitles from a `.mkv` file +- [VidCoder](https://vidcoder.net) for windows can compress `.mkv` files.