Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions. #1

Open
Patela2oh opened this issue Mar 8, 2024 · 6 comments
Open

Questions. #1

Patela2oh opened this issue Mar 8, 2024 · 6 comments

Comments

@Patela2oh
Copy link

I'm building the tv now following Dj's instructions. I've got all the movies (including home movies) in folders on my pc in mp4 format ready to go. I'd like to maintain the functionality of the buttons and where it tells you what you're watching as you "change the channel". I am having the world's hardest time getting the p2 to ssh. I've flashed and re flashed buster lite , I've done the config and ssh files , I've done the shift control x at imaging to add my WiFi credentials. I'm doing it headless without a screen (micro hdmi cable)... but I'm using the exact uiniker 3.5 on the instruction.

I'm assuming just using a supported os and using VLC vs OXM should make my life easier?

This is my first time using git etc so I'm not sure how to grab the right script.

@JakobBlattner
Copy link

JakobBlattner commented Mar 9, 2024

So.... what exactly is your question?

If you've added the WIFI crendentials in the (newest) Raspberry pi imager you can also set a hostname for the pi (in my case: "simpsonstv.local"). See: https://www.raspberrypi.com/documentation/computers/getting-started.html#install-using-imager
You can then then connect to the Pi via WinScp (see screenshot) and copy your files to the file system of the pi.

image

git has a totally different purpose.

@Patela2oh
Copy link
Author

Patela2oh commented Mar 9, 2024 via email

@JakobBlattner
Copy link

JakobBlattner commented Mar 9, 2024

I'm actually not the author, just someone who lurks this repository because he's also using @dariom implementation.

To be able to use mp4s, you must change '.mkv' in the player.py script (line 108) to '.mp4' and save the script.

All (button) inputs are checked in one script. You can either use player.py or player-alt.py from the author of this repo. Dis-/Advantages can be read in the readme of this repo, here.
One of the buttons executes the nextVideo() method, meaning jumping to the next video in the currently selected directory. The other button/ method switches to the next folder. This is all documented in the player.py script.

Edit: just as a heads-up: you can/will encounter other, more difficult problems in the course of this project. I would suggest starting with a simpler project than this one to get a fundamental understanding of coding, the raspi, etc.

@dariom
Copy link
Owner

dariom commented Mar 10, 2024

Hi @Patela2oh thanks for reaching out with questions. I'll do my best to help!

Thanks for helping with your replies @JakobBlattner - much appreciated!

I'm assuming just using a supported os and using VLC vs OXM should make my life easier?

I did find it a bit easier to use install and use Bullseye instead of fighting against the older package sources, but as @JakobBlattner says, this is a challenging project depending on your familiarity with Raspberry Pi, Linux, Git and various technologies (not to mention electronics).

I'd recommend asking specific questions either here, or in the original iinstructable and we can do our best to help you out.

@Patela2oh
Copy link
Author

Patela2oh commented Mar 10, 2024 via email

@dariom
Copy link
Owner

dariom commented Mar 10, 2024

Great to hear! Enjoy the project 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants