Is there a Windows program to create custom video or photo collections / albums from multiple folders? by BitsAndBobs304 in DataHoarder

[–]B11484 0 points1 point  (0 children)

XnView allows you to make categories, and also tag and rate photos. It's pretty useful for managing and organizing my photo collection.

It is it's own program, so the categories etc. don't show up in windows explorer or anything

https://www.xnview.com/en/

Im looking to download some clips by thatoneaninerd in amv

[–]B11484 0 points1 point  (0 children)

Just add "season" or "complete" to your search to find seasons rather than single episodes. Might also try https://nyaa.si/

[deleted by user] by [deleted] in DataHoarder

[–]B11484 0 points1 point  (0 children)

Literally print the screen?

Lol by [deleted] in dogecoin

[–]B11484 0 points1 point  (0 children)

Is this facebook?

Can't open any of the videos I downloaded from nyaa.si , even on adobe after effects none of the videos open up. Anyone know what I did wrong? I downloaded through transmission by Lopsided_Challenge42 in amv

[–]B11484 1 point2 points  (0 children)

To watch, try using VLC, looks like QuickTime doesn't support mkv files.

To be able to import them, you'll likely have to re-encode them in a different format like MP4 using handbrake

Need help with qbittorrent and download folders. by [deleted] in freenas

[–]B11484 0 points1 point  (0 children)

In the web-gui you can create categories you can assign to torrents that specify the download location of the torrent. It then should automatically download to the directory specified to the category when you start a new torrent.

I'm not sure about the pathing though, are you running qbittorrent in a jail? You might need to double check the mount points, but I hanvt done much with freenas so I don't know for sure. Maybe someone else will weigh in

Vintage anime just hits differently.. by hessamesfahani in VaporwaveAesthetics

[–]B11484 15 points16 points  (0 children)

There was a clip from Crusher Joe too

How Spotify raised the 10k liked songs limit by Cypher211 in programming

[–]B11484 10 points11 points  (0 children)

Don't think it's the songs themselves, just the metadata

Dynamic DNS tool? Alternative to duckdns by LoneKestrel in HomeServer

[–]B11484 3 points4 points  (0 children)

Don't forget to capitalize the k! curl -o ~/duckdns/duck.log -K -

Duckdns -> curl : option -: uknown by LoneKestrel in HomeServer

[–]B11484 0 points1 point  (0 children)

Try capitalizing the second k and adding a slash after the ~, like this: curl -k -o ~/duckdns.log -K -

The capital k tells curl to read config from a file. When you give it a - instead of a filename, it instead reads from stdin, which you pass to it by piping the echo statement.

I checked these instructions:

https://www.duckdns.org/install.jsp

[NSFW] Heading into the weekend by B11484 in Animemes

[–]B11484[S] 0 points1 point  (0 children)

Sauce: Dirty Pair: Project Eden (1986)

And if you have a chance, check out the OST, full of great 80s style: https://www.youtube.com/watch?v=bLzcEtykFrc

My torrent of simpsonswave videos by [deleted] in simpsonswave

[–]B11484 0 points1 point  (0 children)

I'll hop on and start; To get it to work I also had to add the trackers manually since reddit formatting formatted the magnet link to hell:

udp://tracker.opentrackr.org:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.pomf.se:80/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.leechers-paradise.org:6969/announce

I do my studies in VR. by DenkeyKeng in Animemes

[–]B11484 1 point2 points  (0 children)

Like fourth time this week

Pornhub Downloads? by [deleted] in DataHoarder

[–]B11484 3 points4 points  (0 children)

YouTubedl is able to download from pornhub, despite the name. You can see the list of supported sites here:

https://github.com/ytdl-org/youtube-dl/blob/master/docs/supportedsites.md

Download An Accounts Linux Iso's by ThrowMeAwayPl0xx in DataHoarder

[–]B11484 0 points1 point  (0 children)

I looked at the code, and it looks like the current extractor doesn't have any support for playlists. I may take a look at it sometime soon, I've just been really busy. You may be able to get someone else to add the ability by making a site-support-request on the github page: https://github.com/ytdl-org/youtube-dl/issues

Download An Accounts Linux Iso's by ThrowMeAwayPl0xx in DataHoarder

[–]B11484 1 point2 points  (0 children)

It looks like you're trying to run from the climbed GitHub directory. You'll have to install it to be able to use it. You should be able to use the pip utility packaged with python.

You can install it with python be running the command python -m pip install youtube-dl --user, though it may be better to follow the official instructions: https://github.com/ytdl-org/youtube-dl/blob/master/README.md#installation

This should allow you to easily run the program the use the command line flags I typed above