Giter Site home page Giter Site logo

chris102994 / docker-tinymediamanager Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 34 KB

Containerized version of Tiny Media Manager which is a media management tool written in Java/Swing. It is written to provide metadata for the Kodi Media Center (formerly known as XBMC), MediaPortal and Plex media server.

Home Page: https://chris102994.github.io/containers/docker-tinymediamanager/

License: GNU Lesser General Public License v3.0

Shell 100.00%
kodi-media-center docker-tinymediamanager xbmc docker metadata

docker-tinymediamanager's Introduction

https://www.tinymediamanager.org/

Build Status Microbadger Size & Layers Image Pulls Alpine

Outside Packages

  • Built on my Base GUI Image
    • Tiny Media Manager is a media management tool written in Java/Swing. It is written to provide metadata for the Kodi Media Center (formerly known as XBMC), MediaPortal and Plex media server.

Docker

docker run \
	--name=docker-tinymediamanager \
	-p 5700:5700 \
	-v </path/to/appdata/config>:/config \
  	-v </path/to/tv/shows>:/tv \
  	-v </path/to/movies>:/movies \
	--restart unless-stopped \
	christopher102994/docker-tinymediamanager:latest

Parameters

Container specific parameters passed at runtime. The format is <external>:<internal> (e.g. -p 443:22 maps the container's port 22 to the host's port 443).

Parameter Function
-p 5700 The web encrypted UI port.
-v /config The directory where the application will store configuration information.
-v /tv The path to your tv shows.
-v /movies The path to your movies.
-e USERNAME The Username you wish to run as. (Optional)
-e GROUPNAME The Groupname you wish to run as. (Optional)
-e PUID The UID you wish to run and save files as. (Optional)
-e PGID The GID you wish to run and save files as. (Optional)
-e VNC_PASSWORD Password for the VNC session. (Optional)
-e DISPLAY_WIDTH VNC Server's display width. (Optional)
-e DISPLAY_HEIGHT VNC Server's displat height. (Optional)

Application Setup

The admin interface is available at http://<ip>:<port>/

Access the mounted files within the web interface at /tv and /movies

docker-tinymediamanager's People

Contributors

chris102994 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.