-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Butaca is a movie database application for MeeGo Harmattan, the operating system running on the Nokia N9. You can use it to:
- Get all details about a movies: release date, overview, cast & crew, trailer...
- Get all details about a celebrity: birth details, biography, filmography...
- Check whether a movie has extra content during or after the credits
- Check showtimes -when available- for cinemas around you
Download Butaca at the Nokia Store
Butaca uses different data sources to present its content. It gets the information about movies and celebrities from The Movie Database, an open movie database where everybody can collaborate. It shows movie showtimes -when available- using results from Google Showtimes. And it checks if a movie has extra content after or during the credits (also known as "stinger") using What's After The Credits?, a website which provides that kind of information for movies, games and other media.
I -Simón Pena- develop Butaca on my free time. I am writing it hoping that you enjoy it and find it useful, but there could be bugs or things you would expect to work in a different way. If you find issues or have ideas to improve this application, don't hesitate to create an entry in the bug tracker.
Butaca is free software, licensed under the GPL 3.0 license, which means there are several ways you can contribute to it:
- Fork the project, modify the sources, and send merge requests with patches. Check the Hacking Butaca wiki page for that.
- Translate Butaca to your language. Check the Translating Butaca wiki page for that
- File bugs or write feature requests in the bug tracker
- Spread the word, and recommend it to your friends
- Rate us on the Nokia Store
Butaca is a proud member of the Qt Ambassador Program
- Butaca uses mainly
qsTrId
for translations. As reported in QTBUG-17327, inQt 4.7.1
lupdate
won't extract engineering translations when//%
is used. Newer versions work fine. - There are a couple of
ListModels
translated manually usingComponent.onCompleted
, since as reported in QTBUG-11403 and QTBUG-16289,qsTrId
cannot be used insideListElement