Uploading instructions


I tried to upload a mega-pack, but when I uploaded the .torrent file I got an error saying that it's not a valid torrent file. I created it using ctorrent on Linux. Are there recommendations on creating a torrent file that work better than the method I did?
~r.s~


t0rrents user
on January 17th, 2021
/ post 75048
Under linux I recommend tixati


Woah tixati is awesome. Created a Dockerfile for it too to run under x11docker if anyone's interested.
Do you happen to know where it saves its config?
Do you happen to know where it saves its config?
~r.s~


I think many were interested to know the details of the Dockerfile implementation. I am using tixati too.


Dockerfile:
FROM debian:sid-slim
RUN apt update && \
apt upgrade -y -qq && \
apt install -y -qq \
curl \
dirmngr \
gnupg \
gtk2-engines \
ca-certificates \
hicolor-icon-theme \
libdbus-1-3 \
libdbus-glib-1-2 \
libgl1-mesa-dri \
libgl1-mesa-glx \
libgtk2.0-0 \
fonts-noto \
fonts-noto-cjk \
fonts-noto-color-emoji \
wget && \
rm -rf /var/lib/apt/lists/*
RUN wget https://download2.tixati.com/download/tixati_2.81-1_amd64.deb && \
apt install ./tixati_2.81-1_amd64.deb && \
rm tixati_2.81-1_amd64.deb
ENV LANG en-US
COPY local.conf /etc/fonts/local.conf
ENTRYPOINT ["/usr/bin/tixati"]
local.conf:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
<match target="font">
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>
To build, create those files in a single directory, and build using: DOCKER_BUILDKIT=1 docker build --rm -t tixati .
In order to run it, you need x11-docker. Easily found on github. The script that I use to run it is:
#!/bin/zsh
x11docker \
--share $HOME/Downloads \
--clipboard \
--xpra \
--dbus \
-- --network=container:name_of_container_running_my_vpn_connection --tmpfs=/dev/shm -- \
tixati
FROM debian:sid-slim
RUN apt update && \
apt upgrade -y -qq && \
apt install -y -qq \
curl \
dirmngr \
gnupg \
gtk2-engines \
ca-certificates \
hicolor-icon-theme \
libdbus-1-3 \
libdbus-glib-1-2 \
libgl1-mesa-dri \
libgl1-mesa-glx \
libgtk2.0-0 \
fonts-noto \
fonts-noto-cjk \
fonts-noto-color-emoji \
wget && \
rm -rf /var/lib/apt/lists/*
RUN wget https://download2.tixati.com/download/tixati_2.81-1_amd64.deb && \
apt install ./tixati_2.81-1_amd64.deb && \
rm tixati_2.81-1_amd64.deb
ENV LANG en-US
COPY local.conf /etc/fonts/local.conf
ENTRYPOINT ["/usr/bin/tixati"]
local.conf:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
<match target="font">
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>
To build, create those files in a single directory, and build using: DOCKER_BUILDKIT=1 docker build --rm -t tixati .
In order to run it, you need x11-docker. Easily found on github. The script that I use to run it is:
#!/bin/zsh
x11docker \
--share $HOME/Downloads \
--clipboard \
--xpra \
--dbus \
-- --network=container:name_of_container_running_my_vpn_connection --tmpfs=/dev/shm -- \
tixati
~r.s~


Only problem with my set up in Docker is that I don't know where the configs are written to, so each time you run the container, you need to re-setup everything. If I know where it stores it, we can map in the right directory and have the settings persist between runs.
~r.s~


Notes on Tixati portable latest version. Indeed, some of the configuration settings are not saved after rebooting the client. I recommend using older versions of Tixati!
you cannot post in this forum.
click here to to create a user account to participate in our forum.
click here to to create a user account to participate in our forum.
Top 20 Torrents (last 25 days)» John Digweed - Live @ Bunker Sessions #36 - 13-Feb-2021 » John Digweed - Live @ Bunker Sessions #35 - 06-Feb-2021 » John Digweed - Live @ Bunker Sessions #37 - 20-Feb-2021 » Solomun - Momentum Mix January - 03-Feb-2021 » Sasha - MHUK Podcast - 01-Feb-2021 » Nick Warren - The Soundgarden presents Reykjavik's Cousin - 08-Jan-2021 » Sasha - Last Night On Earth 067 - February 2021 » Guy J - Live @ Echos Lost & Found - 19-Feb-2021 » John Digweed - Transitions 858 (Guest Outcome) - 05-Feb-2021 » Dave Seaman - Radio Therapy Broadcast - February 2021 » James Grant & Jody Wisternoff - Anjunadeep 12 CD3 (Continuous Mix) - 05-Feb-2021 » Martin Garcia - Live @ Bahrein Buenos Aires - 30-Jan-2021 » John Digweed - Transitions 857 (Guest EDone) - 29-Jan-2021 » Bicep - Triple J Mix Up Resident - 13-Feb-2021 » Above & Beyond - Deep Set Anjunadeep (4 Hours) - 28-Jan-2021 » Sven Väth - CORE mix 001 - February 2021 » SG Lewis - Radio 1s Essential Mix - 20-Feb-2021 » Carl Cox - Live @ Cabin Fever Vinyl Sessions 48 (Marco Bailey) - 14-Feb-2021 » Patrice Bäumel - Live @ The Day Before Tomorrow (Park van Brasschaat, Belgium) - 20-Feb-2021 » Pete Tong & Black Coffee - Essential Selection (Club Paradise) - 05-Feb-2021
Recent from the Forum (Be Social)» hey, lottery winners!!! post your testimonials!!! 1d 8h » post your requests here - we'll find anything! 1d 22h » Reseed AH.FM EOYC 2011 YearPacks? » uTorrent 2.2.1] Barely Any of My Seeding Torrents are Connec » DJ Sha-Man-X - Mix03 Psy Radio Mixz mystery song » Reseed request » Uploading instructions » Tribalmixes next evolution versions :wizard: » Vasami banger » Attention! Find the secret word, get a grand prize!
