{"id":20160161,"url":"https://github.com/trizen/lbry-viewer","last_synced_at":"2025-04-10T00:08:22.698Z","repository":{"id":41238551,"uuid":"496956016","full_name":"trizen/lbry-viewer","owner":"trizen","description":"Experimental Linux client for LBRY/Odysee.","archived":false,"fork":false,"pushed_at":"2024-08-02T15:57:56.000Z","size":286,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-10T00:08:13.384Z","etag":null,"topics":["lbry","odysee","perl"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trizen.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/trizen"}},"created_at":"2022-05-27T10:34:30.000Z","updated_at":"2024-11-09T05:00:07.000Z","dependencies_parsed_at":"2024-08-02T17:30:33.662Z","dependency_job_id":null,"html_url":"https://github.com/trizen/lbry-viewer","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trizen%2Flbry-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trizen%2Flbry-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trizen%2Flbry-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trizen%2Flbry-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trizen","download_url":"https://codeload.github.com/trizen/lbry-viewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131317,"owners_count":21052819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lbry","odysee","perl"],"created_at":"2024-11-14T00:12:31.446Z","updated_at":"2025-04-10T00:08:22.663Z","avatar_url":"https://github.com/trizen.png","language":"Perl","funding_links":["https://www.paypal.me/trizen"],"categories":[],"sub_categories":[],"readme":"## lbry-viewer\n\nA lightweight application (fork of [pipe-viewer](https://github.com/trizen/pipe-viewer)) for searching and playing videos from [LBRY](https://lbry.com/), using the [Librarian](https://codeberg.org/librarian/librarian) frontend.\n\n### STATUS\n\nThe application is in the early stages of development. Some functionality is not implemented yet.\n\n### lbry-viewer\n\n* command-line interface to LBRY.\n\n![lbry-viewer](https://user-images.githubusercontent.com/614513/170727055-edaaf1a2-b23a-4986-b293-62939378e1c8.png)\n\n### gtk-lbry-viewer\n\n* GTK+ interface to LBRY.\n\n![gtk-lbry-viewer](https://user-images.githubusercontent.com/614513/170727069-9273ef40-d407-40a6-8183-c26e73a7807f.png)\n\n\n### AVAILABILITY\n\n* Arch Linux (AUR): https://aur.archlinux.org/packages/lbry-viewer-git/\n* Debian/Ubuntu (MPR): Latest stable version https://mpr.makedeb.org/packages/lbry-viewer .Latest dev version https://mpr.makedeb.org/packages/lbry-viewer-git . MPR is like the AUR, but for Debian/Ubuntu. You need to install makedeb first https://www.makedeb.org/ .\n\n### TRY\n\nFor trying the latest commit of `lbry-viewer`, without installing it, execute the following commands:\n\n```console\n    cd /tmp\n    wget https://github.com/trizen/lbry-viewer/archive/main.zip -O lbry-viewer-main.zip\n    unzip -n lbry-viewer-main.zip\n    cd lbry-viewer-main/bin\n    ./lbry-viewer\n```\n\n### INSTALLATION\n\nTo install `lbry-viewer`, run:\n\n```console\n    perl Build.PL\n    sudo ./Build installdeps\n    sudo ./Build install\n```\n\nTo install `gtk-lbry-viewer` along with `lbry-viewer`, run:\n\n```console\n    perl Build.PL --gtk\n    sudo ./Build installdeps\n    sudo ./Build install\n```\n\n### DEPENDENCIES\n\n#### For lbry-viewer:\n\n* [libwww-perl](https://metacpan.org/release/libwww-perl)\n* [LWP::Protocol::https](https://metacpan.org/release/LWP-Protocol-https)\n* [Data::Dump](https://metacpan.org/release/Data-Dump)\n* [JSON](https://metacpan.org/release/JSON)\n* [HTML::Tree](https://metacpan.org/release/HTML-Tree)\n\n#### For gtk-lbry-viewer:\n\n* [Gtk3](https://metacpan.org/release/Gtk3)\n* [File::ShareDir](https://metacpan.org/release/File-ShareDir)\n* [webp-pixbuf-loader](https://github.com/aruiz/webp-pixbuf-loader)\n* \\+ the dependencies required by lbry-viewer.\n\n#### Build dependencies:\n\n* [Module::Build](https://metacpan.org/pod/Module::Build)\n\n#### Optional dependencies:\n\n* Local cache support: [LWP::UserAgent::Cached](https://metacpan.org/release/LWP-UserAgent-Cached)\n* Better STDIN support (+history): [Term::ReadLine::Gnu](https://metacpan.org/release/Term-ReadLine-Gnu)\n* Faster JSON deserialization: [JSON::XS](https://metacpan.org/release/JSON-XS)\n* Fixed-width formatting: [Unicode::LineBreak](https://metacpan.org/release/Unicode-LineBreak) or [Text::CharWidth](https://metacpan.org/release/Text-CharWidth)\n* For the `*_parallel` config-options: [Parallel::ForkManager](https://metacpan.org/release/Parallel-ForkManager)\n* Fallback extraction method: [yt-dlp](https://github.com/yt-dlp/yt-dlp) or [youtube-dl](https://github.com/ytdl-org/youtube-dl).\n\n### PACKAGING\n\nTo package this application, run the following commands:\n\n```console\n    perl Build.PL --destdir \"/my/package/path\" --installdirs vendor [--gtk]\n    ./Build test\n    ./Build install --install_path script=/usr/bin\n```\n\n### LIBRARIAN INSTANCES\n\nTo use a specific Librarian instance, like [lbry.vern.cc](https://lbry.vern.cc/), pass the `--api=HOST` option:\n\n```console\n    lbry-viewer --api=lbry.vern.cc\n```\n\nTo make the change permanent, set in the configuration file:\n\n```perl\n    api_host =\u003e \"lbry.vern.cc\",\n```\n\nWhen `api_host` is set to `\"auto\"`, `lbry-viewer` picks a random instance from [codeberg.org/librarian/librarian](https://codeberg.org/librarian/librarian#clearnet).\n\n### SUPPORT AND DOCUMENTATION\n\nAfter installing, you can find documentation with the following commands:\n\n    man lbry-viewer\n    perldoc WWW::LbryViewer\n\n### LICENSE AND COPYRIGHT\n\nCopyright (C) 2012-2024 Trizen\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of either: the GNU General Public License as published\nby the Free Software Foundation; or the Artistic License.\n\nSee https://dev.perl.org/licenses/ for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrizen%2Flbry-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrizen%2Flbry-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrizen%2Flbry-viewer/lists"}