<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eibhear/.local/bin/dmenuhandler, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.jopek.eu/eibhear/atom/.local/bin/dmenuhandler?h=master</id>
<link rel='self' href='https://git.jopek.eu/eibhear/atom/.local/bin/dmenuhandler?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/'/>
<updated>2023-07-15T16:57:12Z</updated>
<entry>
<title>nsxiv replaces unmaintained sxiv</title>
<updated>2023-07-15T16:57:12Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2023-07-15T16:57:12Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=9a85d328ccf29f4cebb104e4eeeba1b20a896f6b'/>
<id>urn:sha1:9a85d328ccf29f4cebb104e4eeeba1b20a896f6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix shellcheck (#1301)</title>
<updated>2023-04-12T12:11:29Z</updated>
<author>
<name>snailed</name>
<email>luca@snaile.de</email>
</author>
<published>2023-04-12T12:11:29Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=d4ff2ebaf3e88efe20cae0d1e592fddfc433c96e'/>
<id>urn:sha1:d4ff2ebaf3e88efe20cae0d1e592fddfc433c96e</id>
<content type='text'>
Shellcheck wines when printf doesn't get an argument</content>
</entry>
<entry>
<title>fix #1196</title>
<updated>2022-09-29T20:33:21Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2022-09-29T20:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=2e7fc9cfb7f755a9c0341f9f9ae7263ba93911aa'/>
<id>urn:sha1:2e7fc9cfb7f755a9c0341f9f9ae7263ba93911aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>underscore vs spaces, and naming convention (#1189)</title>
<updated>2022-09-19T23:50:45Z</updated>
<author>
<name>ryan-c-dev</name>
<email>ryluv2surf@gmail.com</email>
</author>
<published>2022-09-19T23:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=ae0ad289a10e0cd911489ce08f8d0fed6332d348'/>
<id>urn:sha1:ae0ad289a10e0cd911489ce08f8d0fed6332d348</id>
<content type='text'>
the title then extension format with the --restrict-filenames again for underscores instead of spaces.
Works typically well as music will have Artist name first usually followed by song title so no need to format.

haven't looked into the --embed-metadata parameter, only imagine it could be useful if it saves the url suffix for youtube link (which you don't want in your filename hopefully)

for my video downloads, i just use this.
alias ydl='yt-dlp -o '%(title)s.%(ext)s' -f bv+ba/b --restrict-filenames'
alias mp3='yt-dlp -o '%(title)s.%(ext)s' -f bestaudio -x --audio-format mp3 --embed-thumbnail --restrict-filenames'

Probably bad practice to have single quotes within more single quotes but ran into issues with yt-dlp over using double quotes.  

-Ryan</content>
</entry>
<entry>
<title>use "|" as sed delimiter if pattern has "/" (#1118)</title>
<updated>2022-06-15T15:03:25Z</updated>
<author>
<name>i-c-u-p</name>
<email>96894903+i-c-u-p@users.noreply.github.com</email>
</author>
<published>2022-06-15T15:03:25Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=b63045a0c09f13b8a6cf255f275e5f2b04f8d020'/>
<id>urn:sha1:b63045a0c09f13b8a6cf255f275e5f2b04f8d020</id>
<content type='text'>
removes the need for "/" to be escaped with a backslash</content>
</entry>
<entry>
<title>Replace youtube-dl with yt-dlp system-wide (#1019)</title>
<updated>2022-03-29T01:28:41Z</updated>
<author>
<name>krisdoodle45</name>
<email>86745210+krisdoodle45@users.noreply.github.com</email>
</author>
<published>2022-03-29T01:28:41Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=953d85619a8637e64da5344e727f443046187c74'/>
<id>urn:sha1:953d85619a8637e64da5344e727f443046187c74</id>
<content type='text'>
* Replace youtube-dl with yt-dlp in qndl

* Replace youtube-dl with yt-dlp in dmenuhandler

* Replace youtube-dl with yt-dlp in newsboat config

* Replace youtube-dl with yt-dlp in aliasrc

Co-authored-by: Luke Smith &lt;luke@lukesmith.xyz&gt;</content>
</entry>
<entry>
<title>Fix case-matching (#1066)</title>
<updated>2022-01-25T14:23:59Z</updated>
<author>
<name>Ginner</name>
<email>26798615+Ginner@users.noreply.github.com</email>
</author>
<published>2022-01-25T14:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=0d01624c592996e734e35894d24cea9dae3688d1'/>
<id>urn:sha1:0d01624c592996e734e35894d24cea9dae3688d1</id>
<content type='text'>
Case sensitivity prevents dmenuhandler from copying the URL to the clipboard.</content>
</entry>
<entry>
<title>UAE - update autisticly efficient (#838)</title>
<updated>2020-11-09T00:49:34Z</updated>
<author>
<name>Hekuran</name>
<email>62762955+narukeh@users.noreply.github.com</email>
</author>
<published>2020-11-09T00:49:34Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=7f139718e9d729f073dcb8d63ffe957229576c2c'/>
<id>urn:sha1:7f139718e9d729f073dcb8d63ffe957229576c2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make use of setsid(1)'s `-f` flag (#652)</title>
<updated>2020-05-30T21:01:18Z</updated>
<author>
<name>Kian Kasad</name>
<email>kdkasad@gmail.com</email>
</author>
<published>2020-05-30T21:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=3222354d50c9cc5a50fc78059e69e423a7009d58'/>
<id>urn:sha1:3222354d50c9cc5a50fc78059e69e423a7009d58</id>
<content type='text'>
Co-authored-by: Luke Smith &lt;luke@lukesmith.xyz&gt;</content>
</entry>
<entry>
<title>mpv config: use mpvSockets script to remove mpv wrappers/aliases (#544)</title>
<updated>2020-04-09T01:35:03Z</updated>
<author>
<name>Wis</name>
<email>im@wis.am</email>
</author>
<published>2020-04-09T01:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git.jopek.eu/eibhear/commit/?id=a08904d88a5dc413258c590ad794871cb3fc88e8'/>
<id>urn:sha1:a08904d88a5dc413258c590ad794871cb3fc88e8</id>
<content type='text'>
* add scripts to mpv's cfg \w mpvSockets as 1st dependency and\or script

* remove all usage of --input-ipc-server in all cmds

* remove mpv alias that adds --input-ipc-server

* fix pauseallmpv: correct paths to unix socket files

* fix dependency-scripts loading so it works also when opening files off main disk</content>
</entry>
</feed>
