Skip to content

Instantly share code, notes, and snippets.

@exoion
exoion / README.MD
Created January 31, 2019 16:21 — forked from nzec/README.MD
DeezLoader Offical Page

DeezLoader

Note:

Deezloader might be getting replaced.

RemixDev (the current maintainer of Deezloader Remix) is working on a new project named Remix Downloader (name not final) which will support basically all the services worth downloading from for various reasons that you would, such as Spotify, with the Spotify Ripper App, Tidal, with Tidal Media Downloader, Google Play Music, Qobuz, and of course Deezer.

Telegram :
Help and Discussion : @RemixDownloaderCommunity

Mounting VirtualBox shared folders on Ubuntu Server 16.04 LTS

This guide will walk you through steps on how to setup a VirtualBox shared folder inside your Ubuntu Server guest. Tested on Ubuntu Server 16.04.3 LTS (Xenial Xerus)

Steps:

  1. Open VirtualBox
  2. Right-click your VM, then click Settings
  3. Go to Shared Folders section
  4. Add a new shared folder
  5. On Add Share prompt, select the Folder Path in your host that you want to be accessible inside your VM.
@exoion
exoion / .rtorrent.rc
Created December 18, 2018 06:25 — forked from ItsAdventureTime/.rtorrent.rc
This an optimized version of the rTorrent configuration file.
#
#
# The Seedbox From Scratch Script
# By Notos ---> https://github.com/Notos/
#
#
######################################################################
#
# Copyright (c) 2013 Notos (https://github.com/Notos/)
#
#!/usr/bin/env bash
# Run with Execute plugin
# http://dev.deluge-torrent.org/wiki/Plugins/Execute
# On Event "Torrent Complete"
# It will extract the archive into a new folder "extracted"
# in the base of the torrent
# Useful if you want to keep seeding.
# This is similar to the script on the above page, but cleaner directory layout, suits plex and Kodi.
formats=(zip rar)
commands=([zip]="unzip -u" [rar]="unrar -o- e")
#!/usr/bin/env bash
# Run with Execute plugin
# http://dev.deluge-torrent.org/wiki/Plugins/Execute
# On Event "Torrent Complete"
# It will extract the archive into a new folder "extracted"
# in the base of the torrent
# Useful if you want to keep seeding.
# This is similar to the script on the above page, but cleaner directory layout, suits plex and Kodi.
formats=(zip rar)
commands=([zip]="unzip -u" [rar]="unrar -o- e")
@exoion
exoion / link.py
Created December 10, 2018 16:06 — forked from zlalanne/link.py
Python script to link files once deluge finishes downloading