{ "info": { "author": "Martin Barker", "author_email": "martinbarker99@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# VLC-Radio Python script\n\ninstall with [code] pip install vlcTagCollector [/code]\n\nrun with [code] python -m VLC-Radio [/code]\n\nChange the image and text file save directories. \n\nThis is a python script I built for streaming music using VLC media player. This script will read metadata from VLC media player for the song's title, album, artist, year released, genre, and album artwork. The album art will be automatically resized, and copied to the location of a folder specified in the script whenever a new song is played.\n\nTo change where the album artwork is saved, change the 'dst' variable on line 6 of the file. To change where the text file of song info is save, change the 'save_path' variable on line 8 of the program.\n\nYou can see a working example here: https://www.youtube.com/watch?v=eTXGcsqmj3g I used OBS studio for broadcasting, and set it up to display the jpg titled art.jpg in a folder, as well as display the contents of a specific text file. The album art and text file are automatically updated when their contents are changed.\n\n# VLC Setup\nTo setup VLC Media Player, you will need to enable an online connection. You can find instructions on how to do so in this post:\nhttps://stackoverflow.com/questions/24178980/how-to-monitor-vlc-media-player-on-windows-7-using-python\n\nIf you follow this guide, you will set a password for your vlc web interface, in the python file make sure you enter that same password in the s.auth = ('', 'password') field", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MartinBarker/VLC-Radio", "keywords": "", "license": "Creative Commons Attribution-Noncommercial-Share Alike license", "maintainer": "", "maintainer_email": "", "name": "VLCmetadata01", "package_url": "https://pypi.org/project/VLCmetadata01/", "platform": "", "project_url": "https://pypi.org/project/VLCmetadata01/", "project_urls": { "Homepage": "https://github.com/MartinBarker/VLC-Radio" }, "release_url": "https://pypi.org/project/VLCmetadata01/0.2/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.2" }, "last_serial": 3487864, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "a920f3c6a200ab20d68536cbfcbc76d9", "sha256": "5954250c4976b5209b359ca30f4f3fb11b4b282c0608ab4f53b8f4d13dfda959" }, "downloads": -1, "filename": "VLCmetadata01-0.2.tar.gz", "has_sig": false, "md5_digest": "a920f3c6a200ab20d68536cbfcbc76d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3229, "upload_time": "2018-01-14T03:42:13", "url": "https://files.pythonhosted.org/packages/81/72/bdd5acbaad501ed21857f94fd43c14c225bd1ab75bc714293f18cdfe56ea/VLCmetadata01-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a920f3c6a200ab20d68536cbfcbc76d9", "sha256": "5954250c4976b5209b359ca30f4f3fb11b4b282c0608ab4f53b8f4d13dfda959" }, "downloads": -1, "filename": "VLCmetadata01-0.2.tar.gz", "has_sig": false, "md5_digest": "a920f3c6a200ab20d68536cbfcbc76d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3229, "upload_time": "2018-01-14T03:42:13", "url": "https://files.pythonhosted.org/packages/81/72/bdd5acbaad501ed21857f94fd43c14c225bd1ab75bc714293f18cdfe56ea/VLCmetadata01-0.2.tar.gz" } ] }