tiny-dlna


Nametiny-dlna JSON
Version 0.11.0 PyPI version JSON
download
home_pagehttps://github.com/mitnk/tiny-dlna
Summarya tiny DLNA sender & receiver
upload_time2024-09-19 00:20:22
maintainerNone
docs_urlNone
authormitnk
requires_pythonNone
licenseMIT
keywords dlna
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Home Page: https://github.com/mitnk/tiny-dlna

A tiny DLNA sender & receiver.

Install
-------

::

    $ pip install tiny-dlna

Usages
------

::

    $ tiny-render

This will activate a DLNA receiver named "Tiny Render", which can stream videos
from apps like 虎牙直播, Bilibili, and other video platforms. Additionally, you
can also use `tiny-cli` to play local videos (like in your RaspberryPi) on it.

Note: mpv needs to be installed on your system.

::

    $ tiny-cli list

List available DLNA devices.

::

    $ tiny-cli play ~/Movies/foo/bar.mp4 -q 'TV'

Play a video on the DLNA device having "TV" in its name.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mitnk/tiny-dlna",
    "name": "tiny-dlna",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "dlna",
    "author": "mitnk",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/5e/d4/c9c580a3b04d1cce4e6a32f2b02ead1faebacfb333d278ea55b65dfe16e7/tiny-dlna-0.11.0.tar.gz",
    "platform": null,
    "description": "\nHome Page: https://github.com/mitnk/tiny-dlna\n\nA tiny DLNA sender & receiver.\n\nInstall\n-------\n\n::\n\n    $ pip install tiny-dlna\n\nUsages\n------\n\n::\n\n    $ tiny-render\n\nThis will activate a DLNA receiver named \"Tiny Render\", which can stream videos\nfrom apps like \u864e\u7259\u76f4\u64ad, Bilibili, and other video platforms. Additionally, you\ncan also use `tiny-cli` to play local videos (like in your RaspberryPi) on it.\n\nNote: mpv needs to be installed on your system.\n\n::\n\n    $ tiny-cli list\n\nList available DLNA devices.\n\n::\n\n    $ tiny-cli play ~/Movies/foo/bar.mp4 -q 'TV'\n\nPlay a video on the DLNA device having \"TV\" in its name.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a tiny DLNA sender & receiver",
    "version": "0.11.0",
    "project_urls": {
        "Homepage": "https://github.com/mitnk/tiny-dlna"
    },
    "split_keywords": [
        "dlna"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ed4c9c580a3b04d1cce4e6a32f2b02ead1faebacfb333d278ea55b65dfe16e7",
                "md5": "e644e5d47771202b3ccfeb7e616b5334",
                "sha256": "a91dcd1a91cbbb82aab26d76fac242e614f8914d6dc88dfd02dbe7656fafb1f0"
            },
            "downloads": -1,
            "filename": "tiny-dlna-0.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e644e5d47771202b3ccfeb7e616b5334",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13921,
            "upload_time": "2024-09-19T00:20:22",
            "upload_time_iso_8601": "2024-09-19T00:20:22.412177Z",
            "url": "https://files.pythonhosted.org/packages/5e/d4/c9c580a3b04d1cce4e6a32f2b02ead1faebacfb333d278ea55b65dfe16e7/tiny-dlna-0.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-19 00:20:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mitnk",
    "github_project": "tiny-dlna",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tiny-dlna"
}
        
Elapsed time: 0.61604s