This commit is contained in:
2025-12-30 23:19:02 -08:00
parent a97657a757
commit 3bbaa28fb4
17 changed files with 1735 additions and 558 deletions

View File

@@ -60,11 +60,11 @@ we added freeform tags, freeform tags are tags that dont have colons in them, th
<figure>
<figcaption><🜂🜄|🜁🜃></figcaption>
<pre><code class="language-powershell">search-store "ubuntu"
<pre><code class="language-powershell">search-file "ubuntu"
</code></pre>
</figure>
![search-store](<img/search-store.svg>)
![search-file](<img/search-file.svg>)
to access your file and view it, you can run either
@@ -79,11 +79,11 @@ or if you have mpv installed (the preferred way for video files)
# Bandcamp downloading (provider method)
<figure>
<figcaption><🜂🜄|🜁🜃></figcaption>
<pre><code class="language-powershell">search-provider -provider bandcamp -query "artist:altrusian grace media"
<pre><code class="language-powershell">search-file -provider bandcamp -query "artist:altrusian grace media"
</code></pre>
</figure>
![search-provider -provider bandcamp](img/bandcamp-artist.svg)
![search-file -provider bandcamp](img/bandcamp-artist.svg)
this brings up special scraper for bandcamp on the artist page, the query syntax of "artist:" is how we parse args for some cmdlets. next run the following
<figure>
@@ -164,7 +164,7 @@ restart the cli and check the startup table, if soulseek says ENABLED then you a
<figure>
<figcaption><🜂🜄|🜁🜃></figcaption>
<pre><code class="language-powershell">search-provider -provider soulseek "erika herms niel"
<pre><code class="language-powershell">search-file -provider soulseek "erika herms niel"
</code></pre>
</figure>
@@ -202,7 +202,7 @@ openlibrary allows us to borrow books, merge them into a permement pdf, then ret
</code></pre>
</figure>
we could have use the search-provider -provider openlibrary, but to show the versatile of the app, we able to use download-file and medios will be able to intelligently direct it the correct provider (with exception of download-media, download-media is just the frontend for yt-dlp).
we could have use the search-file -provider openlibrary, but to show the versatile of the app, we able to use download-file and medios will be able to intelligently direct it the correct provider (with exception of download-media, download-media is just the frontend for yt-dlp).
# Libgen
libgen is self-explanatory,