> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# GNOME to Ditch Totem With New 'Showtime' Video Player App
- URL: https://itsfoss.com/news/gnome-showtime/
- Published: 2024-06-10T07:35:06.000Z
- Updated: 2024-06-10T07:35:06.000Z
- Description: It's time for a modern video player app on GNOME.
- Author: Sourav Rudra
- Tags: Development Updates, News, #Import 2025-11-08 21:15

Even with the advent of online streaming, use of [video players on Linux](https://itsfoss.com/video-players-linux/) is still a common sight to see, with many going for options like VLC, MPV player, SMPlayer, etc.

On GNOME, alongside other useful core apps, there is usually the video player called “Totem”, commonly known as “[GNOME Videos](https://flathub.org/apps/org.gnome.Totem?ref=itsfoss.com)”, which has been around for quite some time.

However, this one is being replaced with a newer one, called “**Showtime**”, which aims to offer its users a watching experience without distractions.

Let's see what it has to offer.

## Showtime: What to Expect?

![a screenshot of showtime](https://itsfoss.com/content/images/2024/06/Showtime_a.png)

Inducted into the GNOME [Incubator](https://gitlab.gnome.org/GNOME/Incubator?ref=itsfoss.com) program, Showtime is a new video player app that has been **primarily written in the Python programming language**, and uses the [GStreamer](https://gstreamer.freedesktop.org/?ref=itsfoss.com) framework to provide audio/video playback functionality.

While the incubator repo is meant for apps proposed to become a core GNOME app, it has to fulfill a [set of criteria](https://gitlab.gnome.org/Teams/Releng/AppOrganization/-/blob/main/OfficialAppDefinition.md?ref=itsfoss.com), conforming to which will ensure it being included in a GNOME release.

Showtime joins another app called “[Decibels](https://itsfoss.com/decibels/)”, which is a minimal player, but for audio. You can also expect it to debut as a core GNOME app in the future.

[Decibels is a Minimal Audio Player, And That’s About it!A focused audio player to play what you need for the moment.![](https://news.itsfoss.com/content/images/size/w256h256/2022/08/android-chrome-192x192.png)It's FOSS NewsSourav Rudra![](https://news.itsfoss.com/content/images/2024/05/decibels-first-look.png)](https://itsfoss.com/decibels/)

If you were wondering: **Totem was bound to be replaced**, owing to slow maintenance, and being a [GTK3](https://docs.gtk.org/gtk3/?ref=itsfoss.com) app, which GNOME has been in the process of replacing across their application stack, in favor of [GTK4](https://docs.gtk.org/gtk4/?ref=itsfoss.com) \+ [Libadwaita](https://gitlab.gnome.org/GNOME/libadwaita?ref=itsfoss.com).

Some keen-eyed among you might've noticed the stripes in the app's header bar in the screenshot above, well, that denotes that it is **an under-development, nightly build of a GNOME app.**

**I tested out the nightly build of Showtime**, and I must say, it didn't disappoint. The user interface was extremely minimal, with all the controls right where I expected them to be.

![a screenshot of showtime playing a video by matthias groeneveld](https://itsfoss.com/content/images/2024/06/Showtime_b.png)

I was able to control the playback using the slider, there were controls to change the volume, go forward/backward 10 seconds in the video, play/pause, and the cogwheel had options to change the playback speed, language, and subtitles.

There were various options when right-clicking on the video to take a screenshot, show its storage location, mute/unmute it and more.

## Want to Try it Out?

The upcoming **GNOME 47 release will most likely feature this** video player **if Showtime achieves the required level of maturity**.

But, if you can't wait, then you can run the following commands to get **a nightly build of Showtime**. 

First, ensure that you have [configured](https://nightly.gnome.org/?ref=itsfoss.com) the nightly repository on a Flatpak-equipped system:

```
flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo
```

Then, run this command to install a nightly build of Showtime:

```
flatpak install gnome-nightly org.gnome.Showtime.Devel
```

Thereafter, you can launch Showtime from the app launcher, or by running this command:

```
flatpak run org.gnome.Showtime.Devel
```

If you would like to learn more about this app, head to its [official website](https://apps.gnome.org/Showtime/?ref=itsfoss.com), and, if you are interested in the source code, then its [GitLab](https://gitlab.gnome.org/GNOME/Incubator/showtime?ref=itsfoss.com) repo is the place to be.

**Suggested Read** 📖

[Top 13 Awesome Video Players for Linux \[2024\]Wondering which video player you should use on Linux? Here’s a list of top open source video players available for Linux distributions.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAnkush Das![](https://itsfoss.com/content/images/2024/03/top-video-players-in-linux.png)](https://itsfoss.com/video-players-linux/)