Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!rt.uk.eu.org!feed.xsnews.nl!border-2.ams.xsnews.nl!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'bsd': 0.09; 'subject:language': 0.09; 'url:github': 0.09; 'gui': 0.11; 'dec': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'license).': 0.16; 'non-trivial': 0.16; 'subject:Query': 0.16; 'ui,': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'project,': 0.24; 'header:In-Reply-To:1': 0.25; 'wrote': 0.26; 'message- id:@mail.gmail.com': 0.27; 'selecting': 0.29; 'subject:videos': 0.29; 'code': 0.31; 'point': 0.31; 'running': 0.32; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'direction': 0.35; 'saved': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'uses': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'first': 0.61; 'free': 0.61; 'our': 0.65; 'charset:windows-1252': 0.65; 'sounds': 0.71; 'borrow': 0.84; 'subject:running': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=zt5Q0C46tR3Hgai6Xf6HFPZ9Jvh/78nGseHq/CRXyh0=; b=hQQnWUKLvL4UJCzC2jvKINzWSfcnu1MLKTPwvc8OlaQqzHlYDlchIVhFRKliqB8sxl JRDsmt531DnUo7PW6mm+5m53dPNDgXic4XeyhNmba32WN1Y+SdmGXhfDqre6Ja4lRcIl g3UGHUQC/rIqWSeoQY7kPDv65xgGXRLFa5YL7JKgXWxiYiHVk8j+mdtEkMHt0roqo+h6 PrGDWwXacz1Mpw1qAPeUNyQg0Nj1oewWULXbQSR4RcnwA5lsWmsseW8psNW7c+cDM9e/ KiQs12JZoWv/VDSGN6XDHWAfiWLMpsMzojM9vlJyV86MSsuTtYCppiFtImBxC9yKqJKy 1ucg== MIME-Version: 1.0 In-Reply-To: <009901cde3eb$ac31b190$049514b0$@com> References: <009901cde3eb$ac31b190$049514b0$@com> Date: Thu, 27 Dec 2012 16:46:46 +1100 Subject: Re: Query re language for running videos on TV From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356587209 news.xs4all.nl 6904 [2001:888:2000:d::a6]:51643 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35580 On Thu, Dec 27, 2012 at 3:35 PM, mjperreau wrote: > I am new to raspberry pi and am looking at coming up with a program with = a > GUI menu for selecting saved videos onto HD TV. > > Can someone point me in the right direction please=85 Huh, sounds like the Yosemite Project, one of the first non-trivial programs I wrote in Python. https://github.com/Rosuav/Yosemite It uses a web browser as its UI, but this is what we use for running our TV. Feel free to borrow ideas and/or code from it (code's all available under the BSD 2-clause license). ChrisA