df
This commit is contained in:
@@ -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>
|
||||
|
||||

|
||||

|
||||
|
||||
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>
|
||||
|
||||

|
||||

|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user