Skip to content

Commit

Permalink
- Added support changing the layout of channel and playlist results.
Browse files Browse the repository at this point in the history
Via the new-config options:

	custom_channel_layout_format
	custom_playlist_layout_format

For better formatting, please install "Unicode::GCString" or "Text::CharWidth".

- Removed the no-longer-relevant options `-C`, `-D` and `-W`.
  • Loading branch information
trizen committed Jan 17, 2021
1 parent 02b68a6 commit 282c033
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 359 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -87,7 +87,7 @@ my $builder = Module::Build->new(
'Term::ReadLine::Gnu' => 0, # for better STDIN support (+history)
'JSON::XS' => 0, # faster JSON to HASH conversion
'Mozilla::CA' => 0, # just in case if there are SSL problems
'Unicode::GCString' => 0, # fixed-width format (--fixed-width, -W)
'Unicode::GCString' => 0, # fixed-width format
},

add_to_cleanup => ['WWW-YoutubeViewer-*'],
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -87,9 +87,9 @@ For trying the latest commit of `youtube-viewer`, without installing it, execute
#### Optional dependencies:

* Local cache support: [LWP::UserAgent::Cached](https://metacpan.org/release/LWP-UserAgent-Cached)
* Better STDIN support (+ history): [Term::ReadLine::Gnu](https://metacpan.org/release/Term-ReadLine-Gnu)
* Better STDIN support (+history): [Term::ReadLine::Gnu](https://metacpan.org/release/Term-ReadLine-Gnu)
* Faster JSON deserialization: [JSON::XS](https://metacpan.org/release/JSON-XS)
* Fixed-width formatting (--fixed-width, -W): [Unicode::LineBreak](https://metacpan.org/release/Unicode-LineBreak) or [Text::CharWidth](https://metacpan.org/release/Text-CharWidth)
* Fixed-width formatting: [Unicode::LineBreak](https://metacpan.org/release/Unicode-LineBreak) or [Text::CharWidth](https://metacpan.org/release/Text-CharWidth)


### PACKAGING
Expand Down

0 comments on commit 282c033

Please sign in to comment.