The Following 30 Users Say Thank You to Munk For This Useful Post: | ||
|
2009-05-02
, 06:30
|
Posts: 179 |
Thanked: 47 times |
Joined on Oct 2007
|
#2
|
|
2009-05-02
, 08:47
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#3
|
|
2009-05-02
, 08:53
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
|
2009-05-02
, 09:10
|
Posts: 11 |
Thanked: 31 times |
Joined on Mar 2008
|
#5
|
The Following User Says Thank You to dickcheney For This Useful Post: | ||
|
2009-05-02
, 14:34
|
|
Posts: 480 |
Thanked: 378 times |
Joined on Apr 2008
@ Chicago-ish
|
#6
|
[Desktop Entry] Version=1.0.0 Encoding=UTF-8 Name=Traveller Comment=An all-in-one travelling application Exec=/usr/bin/traveller.pyc Icon=traveller X-Icon-path=/usr/share/icons X-Window-Icon=traveller Type=Application X-Osso-Type=application/x-executable
The Following 4 Users Say Thank You to TrueJournals For This Useful Post: | ||
|
2009-05-02
, 15:47
|
|
Posts: 229 |
Thanked: 108 times |
Joined on Oct 2007
@ Sacramento, California
|
#7
|
|
2009-05-03
, 03:39
|
|
Posts: 1,562 |
Thanked: 349 times |
Joined on Jun 2008
|
#8
|
The Following User Says Thank You to Lord Raiden For This Useful Post: | ||
|
2009-05-03
, 11:41
|
Posts: 71 |
Thanked: 58 times |
Joined on May 2008
|
#10
|
The Following User Says Thank You to RichS For This Useful Post: | ||
Tags |
atmosphere, horoscope, python, traveller, weather |
|
I'm releasing Traveller, my first program that was really designed to run on the Nokia tablets. It will work on Windows, Linux, etc or anything with Python 2.5+ and Pygame installed on it but was optimized for 800x480 resolution.
Traveller isn't just another large clock program as it incorporates a few items that I use on a frequent basis. The goal was to make a 100% finger friendly program. Pictures speak better than words so I'll stop here.
My understanding of the garage.maemo.org and Linux in general is horrible so please if the deb file doesn't work for you, please let me know. Also, the program isn't finished but it at least mostly works except for the 'Settings' portion of the program. I would write up a nice instructive page on how this program works, screen shots, etc. but I'm not sure that the garage let's me really do this. I really haven't touched this program four about 4 months and have recently gotten back to it. Hopefully its something that you find interesting and can use in your day to day like I do.
First portion of the program is the "Atmosphere" section:
Second is the "Weather" section:
Third is the "Horoscope" section:
Fourth is the "Alarms" section:
The only option in "Settings" that works currently is location editor:
Special Note:
I used Tony Maro's pygame virtual keyboard for the entry on this screen so he totally gets full credit for such a wonderful program. You do not have to install it as I packaged it along with Traveller for convenience. Thanks Tony and here is the link to his garage project.
You can download Traveller from the garage here:
https://garage.maemo.org/projects/traveller/
Getting the Atmosphere section to work:
If you with to use the atmosphere portion of Traveller, you will need the wave files that are a separate HUGE 40 megabyte file. You will need to downloaded and extract it to "/media/mmc2/waves" which is the internal memory for the N810 users under a directly that you will create titled "waves". I'm sorry about this inconvenience it's just that I'm not good enough to make a .deb file for these wave files and because they are so large, not everyone will want them. Dang the garage for not allowing me to have the .wav files up there individually so you could just download them and save them to the right path.
Additional Wave Files:
If you wish to create your own looping wave files simply place them in the same waves directly of /media/mmc2/waves. A good place to hear and try out new ones is here at http://www.soundsnap.com. The wave files cannot be compressed wave files as they just play a loud glitchy noise. I personally used the free download for Windows called Audacity. It will allow you to edit the wave files, convert them from compressed, convert them down to 16 bit to conserve space, etc.
Source Code:
I plan to release the source code but want to retain control of it for now. I'll release the source when version one is complete and so I apologize up front for the slow updates that I will be providing.
Known bugs (SO MANY):
- The "Settings" section is very buggy with the only area working being the "Location" edit. Do not use the others currently.
- The 2nd alarm is not setup to ring yet so it is useless at this stage.
- Since this program was made to work on Windows and other OS's I opted to not use dbus to tap into the built-in alarms of the NIT's, and use the gconf portion for settings.
- Being an all Python based program, the name of the app does not appear next to the icon when you bring up the running application menu
- Currently all settings are stored in a file called "config.xml" so be careful if you decide to edit that file as you can break the program.