Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b9e24c4ca6 | ||
![]() |
c6c5868cc2 | ||
![]() |
c105995d6d | ||
![]() |
d9dba801cf |
2 changed files with 22 additions and 2 deletions
5
LICENSE
5
LICENSE
|
@ -631,8 +631,9 @@ to attach them to the start of each source file to most effectively
|
||||||
state the exclusion of warranty; and each file should have at least
|
state the exclusion of warranty; and each file should have at least
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
Raspberry Pi Media center
|
||||||
Copyright (C) <year> <name of author>
|
|
||||||
|
Copyright (C) 2020 Paul Malcher
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
19
README.md
19
README.md
|
@ -1,2 +1,21 @@
|
||||||
# rpimc
|
# rpimc
|
||||||
Raspberry PI Medial Center
|
Raspberry PI Medial Center
|
||||||
|
|
||||||
|
Designed to be used with a google chromecasts. Componets seperated into branches.
|
||||||
|
|
||||||
|
# Current Status as of 1/10/22
|
||||||
|
|
||||||
|
Allot of recent work on the Frontend. A large part due to having to update the code to a newer version of expo. Backend is ok for the most part a few items to do. See issues for a break down.
|
||||||
|
|
||||||
|
# Frontend Branch
|
||||||
|
A react native android application, acts as a remote control. This is built using
|
||||||
|
Expo.
|
||||||
|
|
||||||
|
# Backend Branch
|
||||||
|
A Python based web service and controller chromecasts
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
Example for cloning the frontend
|
||||||
|
git clone -b frontend https://github.com/kake26/rpimc.git
|
||||||
|
|
||||||
|
Some values still hardcoded as its a work in progress. 1.0 Release will be soon.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue