{"id":19156915,"url":"https://github.com/bertrandmartel/vlc-boot","last_synced_at":"2026-05-04T10:35:23.311Z","repository":{"id":94809017,"uuid":"222520592","full_name":"bertrandmartel/vlc-boot","owner":"bertrandmartel","description":"init.d service to launch a script launching vlc for looping videos in a folder","archived":false,"fork":false,"pushed_at":"2019-11-18T21:49:05.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T21:43:15.940Z","etag":null,"topics":["linux","raspberry-pi","vlc"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bertrandmartel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-18T18:51:07.000Z","updated_at":"2019-11-18T21:49:07.000Z","dependencies_parsed_at":"2023-03-12T13:00:41.233Z","dependency_job_id":null,"html_url":"https://github.com/bertrandmartel/vlc-boot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bertrandmartel/vlc-boot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fvlc-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fvlc-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fvlc-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fvlc-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertrandmartel","download_url":"https://codeload.github.com/bertrandmartel/vlc-boot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fvlc-boot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261583351,"owners_count":23180641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linux","raspberry-pi","vlc"],"created_at":"2024-11-09T08:36:23.618Z","updated_at":"2026-05-04T10:35:18.290Z","avatar_url":"https://github.com/bertrandmartel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Init.d service for starting VLC at boot\n\nStart a init.d VLC script at boot on your Raspberry PI for example in this case to loop videos in a specific folder.\n\nIn this example, VLC is executed as the pi user since the root user is denied using VLC, see vlc_start.sh\n\n## Usecase\n\nUse a raspberry PI connected to a screen to loop some videos with VLC :\n\n![tree](https://user-images.githubusercontent.com/5183022/69096771-5b640180-0a55-11ea-9dd7-6f21bf70c6cc.jpg)\n\n## Install\n\n```\ngit clone git@github.com:bertrandmartel/vlc-boot.git \u0026\u0026 cd vlc-boot\ncp vlc_boot.sh /bin/\ncp start_vlc.sh /bin/\ncp vlc_boot /etc/init.d/\nupdate-rc.d vlc_boot defaults\nsystemctl enable vlc_boot\n```\n\n## Usage\n\n* start\n```\nservice vlc_boot start\n```\n\n* stop\n```\nservice vlc_boot stop\n```\n\n* restart\n```\nservice vlc_boot restart\n```\n\n## Uninstall\n\n```\nupdate-rc.d -f vlc_boot remove\n```\n\n## USB Volume path\n\nNote that the USB path is retrieved using `lsblk -o LABEL,MOUNTPOINT` so it won't work if you are using usbmount utility for example","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertrandmartel%2Fvlc-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertrandmartel%2Fvlc-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertrandmartel%2Fvlc-boot/lists"}