Package Details: cine 1.7.4-1

Git Clone URL: https://aur.archlinux.org/cine.git (read-only, click to copy)
Package Base: cine
Description: Video Player for Linux
Upstream URL: https://github.com/diegopvlk/Cine
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 6
Popularity: 0.40
First Submitted: 2026-01-23 03:31 (UTC)
Last Updated: 2026-07-19 16:37 (UTC)

Latest Comments

Joomzie commented on 2026-07-11 01:12 (UTC)

@yochananmarqos Strange. I hadn't created any, either, and I'm not really sure what purpose this playlist is meant to serve. Cine was definitely working prior to this update, too, so it wasn't a requirement on the prior version. I may report this like you suggested, though.

yochananmarqos commented on 2026-07-10 19:40 (UTC) (edited on 2026-07-10 19:41 (UTC) by yochananmarqos)

@Joomzie: I can't reproduce, my last-playlist folder is empty. I've never created any playlists, however. Perhaps create an upstream issue if there isn't one already.

Joomzie commented on 2026-07-10 19:22 (UTC)

If anyone runs into a crash after updating to 1.7.2-1, run this:

touch $HOME/.config/cine/last-playlist/last-playlist.m3u8

Not sure why the lack of this file causes a crash, but here's the error that's produced when it's missing:

Traceback (most recent call last):
  File "/usr/share/cine/cine/main.py", line 79, in do_activate
    win = CineWindow(application=self, is_activate=True)
  File "/usr/share/cine/cine/window.py", line 272, in __init__
    restore_last_playlist(self, self.app, self.mpv)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/cine/cine/save_session.py", line 56, in restore_last_playlist
    if len(app.get_windows()) > 1 or os.path.getsize(LAST_PLAYLIST_FILE) == 0:
                                     ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "<frozen genericpath>", line 86, in getsize
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.config/cine/last-playlist/last-playlist.m3u8'

whods commented on 2026-02-24 15:44 (UTC)

@yochananmarqos solved by building 1.0.9-2. Thanks for maintaining this package!

yochananmarqos commented on 2026-02-24 14:58 (UTC)

@whods: The 1.0.9 tag was updated after I pushed 1.0.9-1, they are correct with 1.0.9-2.

whods commented on 2026-02-24 14:19 (UTC) (edited on 2026-02-24 14:20 (UTC) by whods)

In, version number 1.0.9-2, build fails with the following error: ERROR: One or more files did not pass the validity check!