{"id":18656844,"url":"https://github.com/optimalbits/castmill-electron-old","last_synced_at":"2025-11-05T21:30:23.334Z","repository":{"id":66274851,"uuid":"157987171","full_name":"OptimalBits/castmill-electron-old","owner":"OptimalBits","description":"Electron based castmill player","archived":false,"fork":false,"pushed_at":"2019-02-16T08:07:09.000Z","size":288,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-27T14:44:36.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OptimalBits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-11-17T13:28:22.000Z","updated_at":"2021-11-03T09:23:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"24ec5b30-8f48-4af5-88ea-48d976580b60","html_url":"https://github.com/OptimalBits/castmill-electron-old","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimalBits%2Fcastmill-electron-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimalBits%2Fcastmill-electron-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimalBits%2Fcastmill-electron-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OptimalBits%2Fcastmill-electron-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OptimalBits","download_url":"https://codeload.github.com/OptimalBits/castmill-electron-old/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239472223,"owners_count":19644459,"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":[],"created_at":"2024-11-07T07:25:33.283Z","updated_at":"2025-11-05T21:30:23.284Z","avatar_url":"https://github.com/OptimalBits.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# castmill-player\n\nElectron based castmill player\n\n## Project setup\n\nThe project uses [Vue CLI Plugin Electron Builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/guide.html)\n\nThe project enforces the use of \nhttps://www.conventionalcommits.org/en/v1.0.0-beta.2/\n\nvia git pre commit hooks.\n\nThe most useful information for electron can be found [here](https://electronjs.org/docs)\n\n\nSupport for autolaunch is provided by this [package](https://www.npmjs.com/package/auto-launch)\n\n\n```\nyarn install\n```\n\n### Compiles and hot-reloads for development\n\n```\nyarn dev\n```\n\n### Compiles and minifies for production\n\n```\nyarn run build\n```\n\n### Run your tests\n\n```\nyarn run test\n```\n\n### Lints and fixes files\n\n```\nyarn run lint\n```\n\n### Player Configuration\n\nSelect a specific environment by specifying `VUE_APP_PLAYER_CONFIG` Defaults to `tpd`\n\nExamples:\n\n```\nVUE_APP_PLAYER_CONFIG=whitelabel yarn dev\n```\n\n```\nVUE_APP_PLAYER_CONFIG=castmill yarn run build\n```\n\n### Build configuration\n\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n\n# Installing on DietPI\n\nIf you build the player for linux arm architecture, you can install it as a debian package.\nHowever, you need to do a few things:\n```bash\n$ sudo dpkg --add-architecture armv7l\n\n$ sudo apt-get install gconf2 gconf-service libnotify4 libappindicator1 libxtst6 libnss3 libxss1\n\n$ sudo dpkg -i castmill-player-0.1.0-armv7l.deb\n```\n\n# Installing on Ubuntu\n\nIt can be installed easily with ubuntus package manager, however following dependencies are needed, at least in Ubuntu 14:\n```\n$ sudo apt-get install libnss3 libdbus-1-3\n```\n\n# Autoupdate\n\nAuto update is handled by this [package](https://www.npmjs.com/package/electron-simple-updater)\n\nThe app polls an (at the moment hard-coded) url pointing at a json file. This json\nfile specifies the download paths of the different versions of the app.\n\nExample:\n\n```js\n{\n  \"linux-arm71-prod\": {\n    \"update\": \"http://localhost:4455/castmill-player_0.1.0_armv7l.AppImage\",\n    \"install\": \"http://localhost:4455/castmill-player_0.1.0_armv7l.AppImage\",\n    \"version\": \"0.1.0\"\n  }\n}\n```\n\nIf an update is found it is automatically downloaded and installed\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimalbits%2Fcastmill-electron-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foptimalbits%2Fcastmill-electron-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foptimalbits%2Fcastmill-electron-old/lists"}