Skip to content

Commit

Permalink
- Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed May 12, 2024
1 parent ef4c184 commit 8ae6900
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

[CHANGELOG]

Version 0.1.0

- GUI: added "Backward" and "Forward" buttons for navigating the history.
- Fixed the downloading of videos with very long titles.
- Other minor fixes.

Version 0.0.9

- CLI: added basic support for Android, for playing videos with the VLC player.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ After installing, you can find documentation with the following commands:

### LICENSE AND COPYRIGHT

Copyright (C) 2012-2023 Trizen
Copyright (C) 2012-2024 Trizen

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
Expand Down
10 changes: 5 additions & 5 deletions bin/gtk-lbry-viewer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright (C) 2010-2023 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
# Copyright (C) 2010-2024 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of either: the GNU General Public License as published
Expand All @@ -15,7 +15,7 @@
#-------------------------------------------------------
# GTK Lbry Viewer
# Fork: 27 May 2022
# Edit: 06 March 2023
# Edit: 12 May 2024
# https://github.com/trizen/lbry-viewer
#-------------------------------------------------------

Expand Down Expand Up @@ -53,7 +53,7 @@ sub devel_path {

use if $DEVEL, lib => $DEVEL && catdir(devel_path(), 'lib');

use WWW::LbryViewer v0.0.9;
use WWW::LbryViewer v0.1.0;
use WWW::LbryViewer::RegularExpressions;

binmode(STDOUT, ':utf8');
Expand Down Expand Up @@ -190,13 +190,13 @@ my %CONFIG = (
cmd => q{vlc},
srt => q{--sub-file=*SUB*},
fs => q{--fullscreen},
arg => q{--quiet --play-and-exit --no-video-title-show --input-title-format=*TITLE*},
arg => q{--quiet --play-and-exit --no-video-title-show --input-title-format=*TITLE* *URL*},
},
mpv => {
cmd => q{mpv},
srt => q{--sub-file=*SUB*},
fs => q{--fullscreen},
arg => q{--really-quiet --force-media-title=*TITLE* --no-terminal},
arg => q{--really-quiet --force-media-title=*TITLE* --no-terminal *URL*},
},
},
video_player_selected => undef, # autodetect it later
Expand Down
12 changes: 6 additions & 6 deletions bin/lbry-viewer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright (C) 2010-2023 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
# Copyright (C) 2010-2024 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of either: the GNU General Public License as published
Expand All @@ -15,7 +15,7 @@
#-------------------------------------------------------
# lbry-viewer
# Fork: 27 May 2022
# Edit: 06 March 2023
# Edit: 12 May 2024
# https://github.com/trizen/lbry-viewer
#-------------------------------------------------------

Expand Down Expand Up @@ -67,7 +67,7 @@ sub devel_path {

use if $DEVEL, lib => $DEVEL && catdir(devel_path(), 'lib');

use WWW::LbryViewer v0.0.9;
use WWW::LbryViewer v0.1.0;
use WWW::LbryViewer::RegularExpressions;

binmode(STDOUT, ':utf8');
Expand Down Expand Up @@ -190,7 +190,7 @@ my %CONFIG = (
cmd => q{vlc},
srt => q{--sub-file=*SUB*},
fs => q{--fullscreen},
arg => q{--quiet --play-and-exit --no-video-title-show --input-title-format=*TITLE*},
arg => q{--quiet --play-and-exit --no-video-title-show --input-title-format=*TITLE* *URL*},
novideo => q{--intf=dummy --novideo},
}
)
Expand All @@ -200,7 +200,7 @@ my %CONFIG = (
cmd => q{mpv},
srt => q{--sub-file=*SUB*},
fs => q{--fullscreen},
arg => q{--really-quiet --force-media-title=*TITLE*},
arg => q{--really-quiet --force-media-title=*TITLE* *URL*},
novideo => q{--no-video},
},
},
Expand Down Expand Up @@ -4711,7 +4711,7 @@ https://github.com/trizen/lbry-viewer
=head1 LICENSE AND COPYRIGHT
Copyright 2010-2023 Trizen.
Copyright 2010-2024 Trizen.
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/LbryViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WWW::LbryViewer - A simple interface to YouTube.
=cut

our $VERSION = '0.0.9';
our $VERSION = '0.1.0';

=head1 SYNOPSIS
Expand Down
8 changes: 4 additions & 4 deletions share/gtk-lbry-viewer.glade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0
<!-- Generated with glade 3.40.0
Copyright (C) Copyright © 2010-2023 Trizen
Copyright (C) Copyright © 2010-2024 Trizen
This file is part of GTK Lbry Viewer.
Expand All @@ -26,7 +26,7 @@ Author: Trizen https://github.com/trizen
<!-- interface-license-type gplv3 -->
<!-- interface-name GTK Lbry Viewer -->
<!-- interface-description Search and play LBRY videos. -->
<!-- interface-copyright Copyright \302\251 2010-2023 Trizen -->
<!-- interface-copyright Copyright \302\251 2010-2024 Trizen -->
<!-- interface-authors Trizen https://github.com/trizen -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
Expand Down Expand Up @@ -2204,7 +2204,7 @@ When the specified resolution is not found, the best available resolution is use
<property name="type-hint">normal</property>
<property name="transient-for">__MAIN__</property>
<property name="program-name">GTK Lbry Viewer</property>
<property name="copyright" translatable="yes">Copyright © 2010-2023 Trizen</property>
<property name="copyright" translatable="yes">Copyright © 2010-2024 Trizen</property>
<property name="comments" translatable="yes">Written in Perl, Gtk3 and Glade.</property>
<property name="website">https://github.com/trizen/lbry-viewer</property>
<property name="website-label" translatable="yes">https://github.com/trizen/lbry-viewer</property>
Expand Down

0 comments on commit 8ae6900

Please sign in to comment.