This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
raspberrypi [2019/04/09 15:26] zeppo |
raspberrypi [2020/09/03 05:20] zeppo [kodi adn Plex] |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== NETFLIX AND MORE ON A RASPBERYPI ====== | ||
+ | |||
+ | |||
+ | https://www.youtube.com/watch?v=wwCVq0xncuU | ||
+ | |||
+ | ====== KODI ====== | ||
+ | |||
+ | https://mediaexperience.com/raspberry-pi-xbmc-with-raspbmc/ | ||
+ | |||
+ | https://www.raspberrypi.org/forums/viewtopic.php?t=246043 | ||
+ | |||
+ | https://nil.uniza.sk/setup-kodi-to-use-tvheadend-backend/ | ||
+ | |||
+ | ====== USEFUL COMMANDS ====== | ||
+ | |||
+ | |||
+ | [[https://www.ubuntupit.com/useful-raspberry-pi-commands/]] | ||
+ | |||
+ | **HOW TO AUTOSTART A GUI APPLICATIONS** (all other suggestions failed) | ||
+ | |||
+ | https://www.instructables.com/id/Autostart-a-Program-When-Raspberry-Pi-Boots-Newbie/ | ||
+ | |||
+ | |||
+ | ====== DISK SPACE ====== | ||
+ | |||
+ | GPARTED | ||
+ | |||
+ | BAOBAB | ||
+ | |||
+ | http://www.marzocca.net/linux/baobab/baobab-usage.html#baobab-fullscan | ||
+ | |||
+ | |||
====== Make a backup image of Pi ====== | ====== Make a backup image of Pi ====== | ||
Line 4: | Line 36: | ||
[[Image|Image]] How To... | [[Image|Image]] How To... | ||
+ | |||
+ | |||
+ | So which one should I choose to clone? The boot partition or the other partition? | ||
+ | |||
+ | Select the Boot one and Win32DiskImager will copy the whole card (I think it just needs the logical drive letter to find out where the physical drive/card really is). | ||
+ | |||
+ | |||
+ | https://www.raspberrypi.org/forums/viewtopic.php?t=188417 | ||
====== RaspberryPi ====== | ====== RaspberryPi ====== | ||
Line 41: | Line 81: | ||
https://www.youtube.com/channel/UCEXoiRx_rwsMfcD0KjfiMHA | https://www.youtube.com/channel/UCEXoiRx_rwsMfcD0KjfiMHA | ||
+ | |||
+ | https://www.youtube.com/watch?v=V-794Ug4sNM | ||
+ | |||
+ | https://www.youtube.com/watch?v=V-794Ug4sNM | ||
+ | |||
+ | Kaffine - PVR | ||
====== Real World Interfacing ====== | ====== Real World Interfacing ====== | ||
Line 154: | Line 200: | ||
/dev/mmcblk0p6 /boot vfat defaults 0 2 | /dev/mmcblk0p6 /boot vfat defaults 0 2 | ||
/dev/mmcblk0p7 / ext4 defaults,noatime 0 1 | /dev/mmcblk0p7 / ext4 defaults,noatime 0 1 | ||
- | UUID=42981DB8981DAC03 /mnt/plexlib ntfs defaults 0 0 | + | # UUID=42981DB8981DAC03 /mnt/plexlib ntfs defaults 0 0 |
+ | # The above stopped working, osm sort for file check problem caused it to stop booting | ||
+ | # so I changed to this and the problem stopped | ||
+ | /dev/sda1 /mnt/plexlib ntfs defaults 0 0 | ||
</code> | </code> | ||
- | ====== kodi ====== | + | ====== kodi adn Plex ====== |
https://www.instructables.com/id/My-Cord-Cutting-System/ | https://www.instructables.com/id/My-Cord-Cutting-System/ | ||
+ | |||
+ | |||
+ | https://github.com/taligentx/LiveTVH.bundle | ||
+ | |||
+ | ====== Prodtpd ====== | ||
+ | |||
+ | [[prodftpd|PROFTPD]] | ||