File: README.md

package info (click to toggle)
ticketbooth 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,776 kB
  • sloc: python: 4,967; makefile: 5; sh: 1
file content (64 lines) | stat: -rw-r--r-- 2,728 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!--
Copyright (C) 2023 Alessandro Iepure

SPDX-License-Identifier: GPL-3.0-or-later
-->

<div align="center">
  <h1><img src="./data/icons/hicolor/scalable/apps/me.iepure.Ticketbooth.svg" height="64" alt="Ticket Booth Icon"/><br>Ticket Booth</h1>
  <h4>Keep track of your favorite shows</h4>
</div>
<div align="center">
  <a href="https://github.com/aleiepure/ticketbooth/actions/workflows/build-x86.yaml" title="Build Flatpak status">
    <img src="https://github.com/aleiepure/ticketbooth/actions/workflows/build-x86.yaml/badge.svg" alt="CI workflow status"/>
  </a>
  <a href="https://github.com/aleiepure/ticketbooth/blob/main/LICENSES/GPL-3.0-or-later.txt" title="GPL-3 License">
    <img src="https://img.shields.io/badge/License-GPL--3.0-blue.svg" alt="GPL 3 License">
  </a>
  <a href="https://hosted.weblate.org/engage/ticket-booth/">
    <img src="https://hosted.weblate.org/widget/ticket-booth/svg-badge.svg" alt="Translation status" />
  </a>
  <a href="https://stopthemingmy.app" title="Please do not theme this app">
    <img src="https://stopthemingmy.app/badge.svg" alt="Please do not theme this app"/>
  </a>
  <br />
  <a href="#features">Features</a> ·
  <a href="#install">Install</a> ·
  <a href="#contribute">Contribute</a> ·
  <a href="#license">License</a>
</div>

## Features

Ticket Booth allows you to build your watchlist of movies and TV Shows, keep track of watched titles, and find information about the latest releases.

Ticket Booth does not allow you to watch or download content.
This app uses the TMDB API but is not endorsed or certified by TMDB.

## Install

<a href='https://flathub.org/apps/me.iepure.Ticketbooth'>
  <img width='240' alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.png'/>
</a> <br>

Builds from the main branch are available as artifacts on the [Actions page](https://github.com/aleiepure/ticketbooth/actions).\
To build from source see [Building](./CONTRIBUTING.md#building).

## Contribute

This project is translated via [Weblate](https://hosted.weblate.org/engage/ticket-booth/). \
<a href="https://hosted.weblate.org/engage/ticket-booth/">
  <img src="https://hosted.weblate.org/widget/ticket-booth/horizontal-auto.svg" alt="Translation status" />
</a>

See [Contributing](./CONTRIBUTING.md) to learn more.

## License

Copyright (C) 2023-2025 Alessandro Iepure\
This application comes with absolutely no warranty. See the GNU General Public
License, version 3 or later for details. A [copy of the license](./LICENSES/GPL-3.0-or-later.txt)
can be found in the [LICENSES/](./LICENSES/) folder.

Most symbolic icons are copyright of the GNOME Project.\
The libraries used are the copyright of the respective copyright holders.