Package Details: flickmagnet 0.0.8-1

Git Clone URL: https://aur.archlinux.org/flickmagnet.git (read-only, click to copy)
Package Base: flickmagnet
Description: HTTP server for streaming public domain videos from torrent files to your web browser.
Upstream URL: https://github.com/acerix/flickmagnet
Keywords: movie netflix popcorntime streaming video
Licenses: MIT
Submitter: acerix
Maintainer: acerix
Last Packager: acerix
Votes: 9
Popularity: 0.000000
First Submitted: 2015-11-07 19:46 (UTC)
Last Updated: 2018-04-18 14:56 (UTC)

Latest Comments

acerix commented on 2015-11-08 00:57 (UTC)

It's an early prototype, the video streaming is working but not the "spider" which will automatically index videos/torrents from the web. The problem was that the database was not initialized automatically, I just added that functionality with version 0.0.2. As you suggested, I also added a shell wrapper: /usr/bin/flickmagnet.

je-vv commented on 2015-11-07 22:15 (UTC)

This is not functional yet, right? Getting following error when calling it. BTW, it'd be nice to create a shell wrapper, rather than just creating a systemd service: % python /usr/lib/python3.5/site-packages/flickmagnet/flickmagnet.py Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/flickmagnet/flickmagnet.py", line 4, in <module> import config File "/usr/lib/python3.5/site-packages/flickmagnet/config.py", line 123, in <module> settings['server']['cached_tables']['entity_type'] = db_table_to_name_dict('entity_type'); File "/usr/lib/python3.5/site-packages/flickmagnet/config.py", line 116, in db_table_to_name_dict """): sqlite3.OperationalError: no such table: entity_type