2

I want to build a kind of media player (karaoke player, machine) using Raspberry Pi.

The requirement is that a user will search, play and queue videos from a hard drive. So I need to make a custom interface or desktop environment with similar interface of, openelec and raspbmc but with much simpler functionality.

Therefore, I would like to know how I can make such interface. Do I need to learn about making linux desktop environments or are there any libraries or frameworks that Raspberry developers use?

Thanks!

asked May 12, 2014 at 10:57

1 Answer 1

2

I think you should look at how to make an application rather than an entire desktop environment. This application might be fullscreen and launched on startup, much like how XBMC work in openelec or raspbmc.

Python seems to be the preferred language used by Raspberry Pi users. It's quite easy to learn and to use. You should take a look at the following links to learn how to make GUI using Python and TkInter:

And one on how to have an application launched on start up:

answered May 12, 2014 at 12:12
2
  • Thank you for the answer. I didn't know openelec, raspmbc worked like that. I thought they had their own desktop environment for gui. Commented May 13, 2014 at 10:31
  • You can actually download xbmc and launch it from your current environment (Linux, Mac, Windows, ...): xbmc.org/download. It may help you understand how it works. Commented May 13, 2014 at 12:32

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.