Search Criteria
Package Details: kodi-standalone-service 1.135-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kodi-standalone-service.git (read-only, click to copy) |
---|---|
Package Base: | kodi-standalone-service |
Description: | Systemd services to run kodi in stand-alone mode without a DE |
Upstream URL: | https://github.com/graysky2/kodi-standalone-service |
Licenses: | MIT |
Replaces: | kodi-standalone-gbm-service, kodi-standalone-wayland-service, kodi-standalone-x11-service |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 64 |
Popularity: | 0.019728 |
First Submitted: | 2014-11-05 20:25 (UTC) |
Last Updated: | 2022-05-05 18:13 (UTC) |
Dependencies (6)
- kodi (kodi-stable-git, kodi-git)
- polkit (polkit-no-script-git, polkit-consolekit, polkit-git)
- cage (optional) – for kodi-wayland.service
- xorg-server (xorg-server-notty, xf86-input-evdev-git-surfacepen3, xf86-input-evdev-git, xorg-server-sd_notify, xorg-server-noudev, xorg-server-dev, xorg-server1.19-git, xorg-server-rootless-nosystemd-minimal-git, xorg-server-rootless-nosystemd-minimal, xorg-server-git, xorg-server-bug865) (optional) – for kodi-x11.service
- xorg-xinit (xorg-xinit-posix, xorg-xinit-git) (optional) – for kodi-x11.service
- xorg-xwayland (xorg-xwayland-rootless-nosystemd-minimal-git, xorg-xwayland-git, xorg-xwayland-hidpi-git) (optional) – for kodi-wayland.service
Latest Comments
graysky commented on 2021-08-15 18:20 (UTC) (edited on 2021-08-16 11:33 (UTC) by graysky)
@wooptoo - Are you using the latest version? This was fixed weeks ago: https://github.com/graysky2/kodi-standalone-service/commit/33dc37310fea769e5eedbc2615850c93961b44e1
Also, the ExecStop is needed or else kodi does not exit cleanly/you lose data. See commit msg: https://github.com/graysky2/kodi-standalone-service/commit/34515c33387381c996c1760619d8554628910321
wooptoo commented on 2021-08-15 15:32 (UTC) (edited on 2021-08-15 15:34 (UTC) by wooptoo)
The
kodi-x11.service
now fails since it can't find the kodi-x11 binary. Replacing the ExecStart directive with the following fixed it:Also the ExecStop line is not necessary since systemd kills all processed owned by the kodi user.
Complete file here https://gist.github.com/radupotop/5ed69a4fc0a06c9341a2cabd82639ee8
francoism90 commented on 2021-08-04 13:05 (UTC)
@graysky Turns out I'm an idiot.. changing the target (https://wiki.archlinux.org/title/Systemd#Targets) to
graphical.target
fixed the issue. :)graysky commented on 2021-07-19 14:12 (UTC)
Fixed in 1.132-2, thanks.
ghen commented on 2021-07-19 14:10 (UTC)
kodi-standalone-service-v1.132.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!
The current download file has a different checksum: b2sums=('29b0ace7b1519f25cf616f6c7aab2534aee2b3af92e702bb4bcaca054d4a1bb606b27c6a030edc6006b05464350eb67ad29de2693a088d0aac4881049e0c33a7')
francoism90 commented on 2021-07-17 08:24 (UTC)
@graysky Thanks for your reply. :)
I don't know to be honest, will try to find out.
Maybe it's not fscrypt, the only other thing I could think about is apparmor. I have enabled logging in Kodi, will report back if this shows something useful.
graysky commented on 2021-07-15 17:55 (UTC)
I have no experience with fscrypt. Does the service need to add something in the
After=
to capture your decrypted stuff?francoism90 commented on 2021-07-14 06:46 (UTC)
@graysky When starting
kodi-*.service
(any variant), it mostly doesn't start for me - it also doesn't work on boot. It seems to be caused byfscrypt
(ext4), startingkodi
manually works, however it simple freezes.I have done changes to the PAM modules: https://wiki.archlinux.org/title/Fscrypt#PAM_module
Could this be the cause? Other things I could try?
Many thanks. :)
gkun commented on 2021-05-09 23:14 (UTC)
@graysky Thank you! I cleared yay's cache and everything worked.
graysky commented on 2021-05-09 12:08 (UTC)
@gkun - The checksum works for me. If you're caching your source somewhere manually delete it and try again?
gkun commented on 2021-05-09 10:18 (UTC)
Did anyone run into update issues with the newest version? For me it will not pass the b2sums validity check:
==> Validating source files with b2sums... kodi-standalone-service-v1.129.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! error downloading sources: kodi-standalone-service
khvalera commented on 2021-03-22 16:54 (UTC)
@graysky - I already saw that the kodi-rpi package was compiled in armlinux, it already has files, a conflict occurs.
graysky commented on 2021-03-21 22:22 (UTC)
I added it since some users built on Arch ARM and caused them problems. Are you experiencing an issue with it?
ghen commented on 2021-03-21 21:09 (UTC)
That's not really relevant. It doesn't make sense to "build" separate i686, x86_64, and soon maybe x86_64-v3 versions of this non-binary package.
graysky commented on 2021-03-21 20:58 (UTC)
khvalera commented on 2021-03-21 20:23 (UTC)
why is the architecture
x86_64
specified and notany
?francoism90 commented on 2021-03-02 07:50 (UTC)
Do you guys run
kodi-wayland
orkodi-x11
as standalone? I'm thinking of moving to Wayland as standalone.graysky commented on 2020-12-14 20:37 (UTC)
@ghen - the issue we are running into here is complex for kodi-x11 due to systemd and/or my lack of mastery of all its myriad nuances. For one, we are starting xorg-server and then starting kodi within in one step which led to a bit of confusion and discussion to get it to both start and stop properly[1,2].
Beyond that, differences in
systemctl stop kodi-x11
andsystemctl reboot
caused me to make the most recent change removing thePAMName=
so I could get the entire thing under the system.slice and out of the user.slice[3].I am open to suggestions to limit the kodi user to just the physical keyboard.
ghen commented on 2020-12-14 20:19 (UTC)
Thanks. Not sure it's a good idea to give kodi unrestricted access to all input devices though? (even if the user switches to another tty?)
graysky commented on 2020-12-14 19:58 (UTC) (edited on 2020-12-14 20:02 (UTC) by graysky)
@ghen - I think kodi may need to be in the input group now that the PAMName= directive is removed. EDIT: yep, I will fix and update. Thank you for the report.
ghen commented on 2020-12-14 18:51 (UTC)
I'm seeing the following in Xorg.log for all input devices, from power button to keyboard and mouse:
(EE) xf86OpenSerial: Cannot open device /dev/input/event4 Permission denied.
ghen commented on 2020-12-14 18:37 (UTC)
Hmm, with this version, keyboard entry to kodi does not work anymore. Could it be that kodi no longer owns the tty?
graysky commented on 2020-12-14 16:18 (UTC)
@ghen - My bad, fixed in 1.117-2 thanks for pointing it out.
ghen commented on 2020-12-14 15:36 (UTC)
1.117-1 fails to build:
install -Dm0644 "$srcdir/polkit.rules" "$pkgdir/usr/share/polkit-1/rules.d/10-kodi.rules"
. There is no file polkit.rules, should be 10-kodi.rules?fattoony commented on 2020-11-08 20:18 (UTC)
@graysky I can confirm v1.116 has corrected the issue. Thanks!
graysky commented on 2020-11-08 13:45 (UTC)
@fattoony - Thanks for reporting. v1.116 should fix it.
fattoony commented on 2020-11-07 22:23 (UTC)
Hi, I have a problem since version 1.111 that I am unable to restart kodi using kodi's built-in function "RestartApp". Kodi quits fine but it does not restart, I must then systemctl start kodi.
1.109 was the last working version.
anatolik commented on 2020-10-13 23:09 (UTC)
@graysky thank you, it helps.
anatolik commented on 2020-10-13 23:09 (UTC)
@graysky thank you, it helps.
graysky commented on 2020-10-12 15:45 (UTC)
@anatolik - delete your source cache and try again. Current sum matches github tarball.
anatolik commented on 2020-10-12 15:35 (UTC)
ghen commented on 2020-09-14 20:09 (UTC)
1.105 tested and working fine!
graysky commented on 2020-09-14 19:56 (UTC)
You're welcome, thanks for the suggestion. Please try the formal v1.105 and report back.
ghen commented on 2020-09-14 19:53 (UTC)
Thanks!
graysky commented on 2020-09-14 19:46 (UTC) (edited on 2020-09-14 19:52 (UTC) by graysky)
Hmmm... I just pushed 1.105 but perhaps I can ship a commented
/etc/conf.d/kodi-standalone
containing a few you mentioned plus some commented text. That might be helpful for folks.EDIT1: maybe the wiki is a better place. EDIT2: https://wiki.archlinux.org/index.php?title=Kodi&type=revision&diff=635414&oldid=615693
ghen commented on 2020-09-14 19:42 (UTC) (edited on 2020-09-14 19:47 (UTC) by ghen)
Unfortunately not, it seems rather scattered.
I found KODI_DATA in /usr/bin/kodi itself (overridable), others can be found here and there on the Kodi wiki (or Arch wiki) discussing specific issues and workarounds, like KODI_AE_SINK, KODI_GL_INTERFACE, ...
Also several non-Kodi-specific variables can have effect on Kodi as well, like SDL_VIDEO_FULLSCREEN_HEAD (for multiscreen use), or LIBVA_DRIVER_NAME, VAAPI_MPEG4_ENABLED and others related to X11 direct rendering.
graysky commented on 2020-09-14 19:36 (UTC)
@ghen - Right, I am saying it might be nice to link to kodi-specific vars.
graysky commented on 2020-09-14 19:31 (UTC)
@ghen - Are you aware of a list of common environment variables kodi uses? Might be nice to provide some documentation.
ghen commented on 2020-09-14 19:27 (UTC)
Thanks! Maybe name it
kodi-standalone
rather thankodi
, because it will be specific to the standalone invocation - running kodi directly will not involve this file.graysky commented on 2020-09-14 19:24 (UTC)
@ghen - I'm thinking
/etc/conf.d/kodi
might be a more standard option. I'll go ahead and make the addition.ghen commented on 2020-09-14 19:12 (UTC)
I verified with
KODI_DATA=/tmp/kodifoo
and it fired up a "new"/empty kodi instance. ;-) This allows me to move my kodi installation out of /var/lib/kodi without using symlinks.graysky commented on 2020-09-14 19:08 (UTC) (edited on 2020-09-14 19:09 (UTC) by graysky)
@ghen - Have you verified that your proposed modification works? Is the contents of your
/etc/default/kodi
simply KODI_AE_SINK=ALSA? I would need to read up to verify that the file that the user would edit is working as expected?ghen commented on 2020-09-14 18:18 (UTC)
Some low-level aspects of Kodi's behaviour (mostly hardware/driver workarounds, but also global paths like KODI_DATA or CRASHLOG_DIR) can be controlled through environment variables, it would be nice if the systemd unit could include an EnvironmentFile to put such settings in, rather than having to override the unit with individual Environment= flags, or worse, editing the /usr/bin/kodi-standalone script as suggested in https://wiki.archlinux.org/index.php/Kodi#Using_ALSA
Just add to each .service file something like:
EnvironmentFile=-/etc/default/kodi
(The leading dash implies the file is not required, so no need to supply a default empty file.)
Not sure if /etc/default/, /etc/conf.d/ or even /etc/sysconfig/ is preferred...
graysky commented on 2020-09-08 15:06 (UTC)
@jimbob - that is a mistake
jimbob commented on 2020-09-08 13:30 (UTC)
The wiki specifically says to use the standalone service if you want to start kodi with an ir remote button press and you can quit/exit Kodi manually, so I don't really follow your argument.
graysky commented on 2020-09-08 13:24 (UTC)
jimbob - The goal of this service is 24/7 standalone. check the wiki for other options. Remember, you are using systemd to start kodi. That is a decision a root level user makes. See my previous comments regarding this.
jimbob commented on 2020-09-08 10:44 (UTC) (edited on 2020-09-08 10:46 (UTC) by jimbob)
I don't want to have Kodi running 24 hours a day. Ideally I would like to start it with a remote control key press and have it automatically exit after an hour or so of inactivity. Thanks.
This reply looks useful.
graysky commented on 2020-09-08 10:34 (UTC)
@jimbob - My bad, yes, I am referring to options under the "Power Options." I only have two under Settings>System>Shutdown functions as well. I am not sure how to modify this without further study.
What is your use case? You want the system (root user) to enable the service via systemctl but you want the unprivileged user (kodi) to be able to stop it dropping back to the TTY/login screen?
jimbob commented on 2020-09-07 22:32 (UTC) (edited on 2020-09-07 22:45 (UTC) by jimbob)
No I only have Shutdown and Suspend. The Kodi wiki says Quit, but Exit, Quit and
systemctl stop
surely all do the same thing. I was wondering if the missing options were a deliberate design choice for the standalone service so as not to logout leaving the device in a potentially unusable state. Looking at the options you've listed I wonder if you're talking about the general power menu, whereas I am talking about the Power Saving -> Shutdown function menu?graysky commented on 2020-09-07 21:36 (UTC)
You should have 5 options, exit, power off system, custom shutdown timer, suspend, and reboot. There is not an option to quit. You do that on the terminal via a call to
systemctl
like any other service.jimbob commented on 2020-09-07 20:45 (UTC)
In Settings -> System -> Power Saving -> Shutdown function I only have Shutdown and Suspend, ie, no Quit. Is this expected?
graysky commented on 2020-08-27 09:07 (UTC)
@zynex - As ghen pointed out, that can lead to a loop. Plus, if the user selected "exit" from the GUI, it would force a restart of kodi.
ghen commented on 2020-08-27 08:35 (UTC)
That's not very nice when kodi fails to start for some reason, causing a loop.
zynex commented on 2020-08-27 04:31 (UTC)
Just a thought, but shouldn't the systemd service have Restart=always instead of Restart=on-abort? Sometimes you want to restart kodi without restarting the computer itself. Quitting Kodi won't restart the app if you have "on-abort".
Renfield commented on 2020-06-30 22:59 (UTC)
I have added "-s 0" to the Xorg options directly in the kodi.service file and it seems to be working now.
Renfield commented on 2020-06-30 22:24 (UTC)
First off, I discovered that I did not have xset installed. I have installed it and I see that it is in /usr/bin/xset.
Now, I have tried using both a .xprofile and a .xinitrc file in /var/lib/kodi. I have also tried with giving the full path to xset. Nothing so far has worked, and after some time the TV declares that there is no signal. If I hit a key or wiggle a mouse then the video comes back.
graysky commented on 2020-06-30 19:59 (UTC)
@Renfield - The kodi user has a home dir, you mentioned it,
/var/lib/kodi/
Renfield commented on 2020-06-30 19:46 (UTC)
How do I prevent the TV from losing the HDMI signal after about five minutes unless I press a keyboard key? I thought perhaps adding the following lines to /var/lib/kodi/.xprofile would do it:
xset -dpms xset s off
But it did not. Since the kodi user does not have a home directory, where would Xorg look for such configuration?
blinx commented on 2020-05-26 21:50 (UTC)
@elParaguayo nice to find another paraguayo around here!
elParaguayo commented on 2020-05-02 18:49 (UTC) (edited on 2020-05-03 17:27 (UTC) by elParaguayo)
uid=974(kodi) gid=974(kodi) groups=974(kodi),995(audio),990(optical),987(uucp),986(video)
Happy to send comments on the github issues page instead of filling up comments here.
Yes - on x86_64. This is in VirtualBox (I wanted to check whether Arch could work for my HTPC) but I had the same issue on my laptop.
EDIT: I wonder if this is dbus related... I'll post an issue on your github page.
graysky commented on 2020-05-02 18:43 (UTC) (edited on 2020-05-02 18:49 (UTC) by graysky)
@elParaguayo - You are on x86_64 not ARM right? What is the output of
id kodi
?elParaguayo commented on 2020-05-02 17:58 (UTC) (edited on 2020-05-02 18:24 (UTC) by elParaguayo)
I'm having issues exiting the program. I've enabled the service so it boots into Kodi but selecting Exit, Powerdown, Suspend etc just causes Kodi to hang. I need to switch to another terminal and login in order to reboot.
When running Kodi as a normal user from a graphical environment, this doesn't happen. Is this a permissions issue for the kodi user? There were some comments on the kodi forum (for the Arm package) about needing a polkit file. Don't think there's one here - I tried creating one manually with no change, but I could have got it wrong!
graysky commented on 2020-02-02 19:54 (UTC)
@ghen - Good idea, https://github.com/graysky2/kodi-standalone-service/commit/74abcce02a98f51a56fa4ab52d56432007c60575
ghen commented on 2020-02-02 18:39 (UTC)
Hi, could you add StandardOutput=journal to the unit file, to avoid it to inherit from StandardInput=tty and print xinit output on the screen? (which no other unit does) This allows to get a https://wiki.archlinux.org/index.php/Silent_boot :)
graysky commented on 2020-01-12 11:47 (UTC)
@asm0dey - If you want to override the package provided files, place your own in
/etc/sysusers.d/
... seeman sysusers.d
asm0dey commented on 2020-01-11 22:07 (UTC)
@graysky I mean mark
.conf
and.service
files as backup, pleasegraysky commented on 2020-01-08 23:53 (UTC)
Arch ARM is not Arch. They are not the same platform and within Arch ARM there are different platforms. Arch ARM kodi packages ship with their own
kodi.service
that works on it.stuartiannaylor commented on 2020-01-08 21:17 (UTC) (edited on 2020-01-08 22:44 (UTC) by stuartiannaylor)
Thats a shame then as need a common install across platforms. I will go back to creating my own service prob then, just noticed you in the Arch Linux Arm forum in the kodi section so was wondering if that was your intent.
The update works fine though but for some strange reason fails on first reboot then works :)
graysky commented on 2020-01-08 19:28 (UTC)
This package is NOT for any Arch ARM kodi. x86_64 only!
stuartiannaylor commented on 2020-01-08 19:02 (UTC)
I will give it a go the install is trashed at the moment with windows as it turned out to be lack of signal on a dvb.
I did do a fresh install of just xorg normal kodi and the startx worked for me but will try yours again. Prob be a couple of days as playing with the Pi4. Are you trying the same with Pi4? as interested?
graysky commented on 2020-01-08 13:27 (UTC)
@stuart - I updated to 1.98-1 a few min ago. Try this:
Reboot, then build/install 1.98. Does it work as intended?
stuartiannaylor commented on 2020-01-08 12:24 (UTC) (edited on 2020-01-08 12:28 (UTC) by stuartiannaylor)
Nope Graysky apols as haven't played with Arch for over a year and its like starting anew so just getting up to speed. I am not sure what it is maybe its my EFI arch install but even with a pacman -U it just hands at reached graphical target. 2 days ago it just installed no problem think that was without a EFI boot part but only difference.
Anyone done a fresh install in the last day or so?
Also did the /etc/X11/Xwrapper.config which should contain the following:
needs_root_rights = yes
stuartiannaylor commented on 2020-01-08 12:18 (UTC)
Just me doing makepkg -si which is my usual also the likes of yay does the same. I will let it fail and then just do pacman -U
graysky commented on 2020-01-08 12:05 (UTC)
@asm0dey - I don't understand your request. @stuartiannaylor - Try 1.97-2 but you shouldn't need both installed at the same time. You're either running kodi-x11 or kodi-gbm.
stuartiannaylor commented on 2020-01-08 11:28 (UTC)
:: kodi-standalone-service and kodi-standalone-gbm-service are in conflict
Seems 20.01.01 something has changed as makepkg -si just produces the above x86_64?
asm0dey commented on 2020-01-08 07:47 (UTC)
Could you please mark all
.service
files as config? I'm running kodi from another and every upgrade breaks this servicewebdawg commented on 2019-05-20 21:26 (UTC)
I just posted something in the forum: https://bbs.archlinux.org/viewtopic.php?pid=1846750#p1846750
I am just trying to understand what the deal is with this package, and why we are doing some of the things we are doing.
graysky commented on 2019-05-13 23:34 (UTC)
@achilleas.k - thank you for the suggestion.
achilleas.k commented on 2019-05-13 23:29 (UTC)
Awesome. Thanks @graysky!
graysky commented on 2019-05-13 23:23 (UTC)
@achilleas.k - Let me read the man page for usermod based on your suggestion. Thanks.
achilleas.k commented on 2019-05-13 21:30 (UTC)
Newer versions of the post_upgrade() hook in the readme.install file have been messing with my Kodi user permissions.
Since 1.95-1, the line
usermod -g kodi -G audio,input,network,optical,video kodi
has been removing the kodi user from manually assigned groups that I keep to give access to media directories. Wouldn't it be friendlier to custom setups like mine to useusermod -g kodi -aG audio,input,network,optical,video kodi
?Thanks.
SpaceAgeHero commented on 2019-03-15 18:58 (UTC)
Yes I can also confirm this issue. Gladly it can be fixed by enabling the "dim" screensaver add-on in KODI settings ...
hillbicks commented on 2019-03-01 08:25 (UTC)
Anyone else having problems with the display turning off after 10 minutes? I already made a thread here https://bbs.archlinux.org/viewtopic.php?pid=1834258#p1834258
graysky commented on 2018-06-10 12:58 (UTC)
@Ranjak - Please see your BBS thread and comment there (ie confirm that no changes are needed to this package).
Ranjak commented on 2018-05-27 17:17 (UTC)
@ajdunevent You're not alone, I opened a thread here : https://bbs.archlinux.org/viewtopic.php?pid=1787945#p1787945
Also, I'm on nvidia (dedicated desktop), which seems to hint that this isn't a vendor-specific problem since you're on intel apparently.
Maybe you could post your failing xorg log (it should be in /var/lib/kodi/.local/share/xorg) on the thread I linked above.
ajdunevent commented on 2018-05-23 00:36 (UTC) (edited on 2018-05-23 00:37 (UTC) by ajdunevent)
The upgrade to xorg 1.20 seems to have broken this for me. I rolled back the following packages:
xorg-server-1.19.6-2-x86_64<br> xorg-server-common-1.19.6-2-x86_64<br> xorg-server-devel-1.19.6-2-x86_64<br> xf86-video-intel-1\:2.99.917+829+gd7dfab62-1-x86_64
Hope I'm not the only one facing this issue. Let me know if there is anything more useful I can provide to help.
graysky commented on 2018-04-14 17:59 (UTC)
@rpcameron - There is no documentation advising ARM users to install it. 1) arch='x86_64' not arm-x 2) comments on line 7 and 8 of the PKGBUILD itself 3) warning on the kodi wiki page https://wiki.archlinux.org/index.php/Kodi#Kodi-standalone-service
Not sure why you posted...
rpcameron commented on 2018-04-14 17:04 (UTC)
@graysky - Most of the platform-specific builds of Kodi for ARM (such as kodi-rbp) already include a service file, so this package is unnecessary on ARM generally.
graysky commented on 2018-03-28 17:45 (UTC)
@khvalera - This package causes problems with Arch ARM... best to at least discourage those users away from it.
khvalera commented on 2018-03-28 09:44 (UTC)
replace arch = ('x86_64' 'i686') with arch = ('any')
mr_nuub commented on 2018-02-15 06:41 (UTC)
Sorry, it was my fault. xkbcomp does not know about de_nodeadkeys and does NOT load the layout if the variant is wrong - it just loads the default english layout. Using only "localectl set-x11-keymap de" or using the right variant will solve this issue.
graysky commented on 2018-02-10 22:30 (UTC)
I never tried changing the default layout... is there a setting at a deeper level in the system for this?
graysky commented on 2018-02-10 22:30 (UTC)
I never tried changing the default layout... is there a setting at a deeper level in the system for this?
mr_nuub commented on 2018-02-10 20:58 (UTC)
How do I set the keyboard laout? I used "localectl set-x11-keymap de pc105 de_nodeadkeys" to set it to german, but it is still english. I also switched over to the kodi user and displayed the current configuration with "DISPLAY=:0 setxkbmap -print -verbose 10". Everything says "de". Even the file "/etc/X11/xorg.conf.d/00-keyboard.conf" point to "de". But in kodi it's english. What else should I try?
kuch3n commented on 2017-04-09 08:05 (UTC)
graysky commented on 2017-03-11 09:49 (UTC)
Hell-G commented on 2017-03-11 08:49 (UTC)
graysky commented on 2017-03-10 22:33 (UTC)
Hell-G commented on 2017-03-10 22:24 (UTC)
redbaron commented on 2017-03-10 19:38 (UTC)
graysky commented on 2017-03-10 19:35 (UTC)
Hell-G commented on 2017-03-10 16:22 (UTC)
graysky commented on 2017-03-04 14:19 (UTC)
graysky commented on 2017-03-04 14:17 (UTC)
redbaron commented on 2017-03-04 10:34 (UTC)
graysky commented on 2017-03-04 09:33 (UTC)
redbaron commented on 2017-03-03 21:20 (UTC) (edited on 2017-03-03 21:23 (UTC) by redbaron)
graysky commented on 2017-03-03 21:06 (UTC)
redbaron commented on 2017-03-03 19:16 (UTC)
graysky commented on 2017-02-21 23:15 (UTC)
invik commented on 2017-02-21 22:46 (UTC)
graysky commented on 2017-02-21 22:09 (UTC)
invik commented on 2017-02-21 22:03 (UTC)
gsstratton commented on 2017-02-07 21:03 (UTC)
graysky commented on 2017-02-07 20:08 (UTC)
graysky commented on 2017-02-07 20:08 (UTC)
gsstratton commented on 2017-02-07 19:32 (UTC)
Hell-G commented on 2017-01-12 20:24 (UTC)
francoism90 commented on 2017-01-12 19:24 (UTC)
graysky commented on 2017-01-12 19:13 (UTC)
francoism90 commented on 2017-01-12 11:50 (UTC)
Hell-G commented on 2017-01-12 10:54 (UTC)
francoism90 commented on 2017-01-12 10:29 (UTC)
Hell-G commented on 2017-01-12 09:37 (UTC)
graysky commented on 2016-09-17 15:29 (UTC) (edited on 2016-09-17 15:30 (UTC) by graysky)
ncoder-2 commented on 2016-09-17 15:21 (UTC)
graysky commented on 2016-09-11 01:25 (UTC)
zofiel commented on 2016-09-10 09:09 (UTC)
graysky commented on 2016-09-08 19:49 (UTC)
graysky commented on 2016-09-08 19:17 (UTC)
zofiel commented on 2016-09-08 11:34 (UTC)
graysky commented on 2016-06-21 00:35 (UTC)
bananabrain commented on 2016-06-20 23:48 (UTC)
Tetz commented on 2016-06-10 04:19 (UTC)
CandyAngel commented on 2016-04-06 22:24 (UTC)
graysky commented on 2016-04-05 19:03 (UTC)
CandyAngel commented on 2016-04-04 22:31 (UTC)
graysky commented on 2016-02-01 20:33 (UTC)
graysky commented on 2016-01-17 13:54 (UTC)
Kalq commented on 2016-01-16 22:18 (UTC)
graysky commented on 2016-01-02 19:12 (UTC)
sebstar commented on 2016-01-02 17:07 (UTC)
tetris11 commented on 2015-12-17 15:40 (UTC) (edited on 2015-12-17 15:41 (UTC) by tetris11)
graysky commented on 2015-12-17 12:33 (UTC)
tetris11 commented on 2015-12-17 12:26 (UTC)
graysky commented on 2015-11-21 12:53 (UTC)
hendry commented on 2015-11-21 10:51 (UTC)
graysky commented on 2015-10-18 19:49 (UTC)
bananabrain commented on 2015-10-18 18:47 (UTC)
graysky commented on 2015-09-21 21:44 (UTC)
graysky commented on 2015-09-21 10:31 (UTC)
OlafLostViking commented on 2015-09-21 09:42 (UTC)
graysky commented on 2015-09-20 17:43 (UTC)
bananabrain commented on 2015-09-15 22:22 (UTC)
graysky commented on 2015-06-04 17:38 (UTC)
bjo commented on 2015-06-04 10:01 (UTC)
gonciarz commented on 2015-04-25 08:54 (UTC)
maggie commented on 2015-04-01 19:31 (UTC)
graysky commented on 2015-04-01 08:45 (UTC)
graysky commented on 2015-03-24 18:53 (UTC)
graysky commented on 2015-03-15 19:44 (UTC)
Kalq commented on 2015-03-15 18:25 (UTC)
graysky commented on 2015-03-15 17:55 (UTC)
Kalq commented on 2015-03-15 17:12 (UTC)
bjo commented on 2015-03-13 22:04 (UTC)
bjo commented on 2015-03-13 21:42 (UTC)
graysky commented on 2015-03-13 21:38 (UTC)
bjo commented on 2015-03-13 21:36 (UTC)
graysky commented on 2015-02-19 20:06 (UTC)
thealchemist commented on 2015-02-19 10:56 (UTC)
thealchemist commented on 2015-02-19 10:54 (UTC)
graysky commented on 2015-02-19 10:42 (UTC)
graysky commented on 2015-02-18 20:37 (UTC)
thealchemist commented on 2015-02-18 15:51 (UTC)
graysky commented on 2015-01-20 23:50 (UTC)
BcTpe4HbIu commented on 2015-01-20 23:29 (UTC)
graysky commented on 2015-01-11 15:04 (UTC)
rsalvador commented on 2015-01-11 14:29 (UTC)
graysky commented on 2015-01-04 20:29 (UTC)
graysky commented on 2015-01-04 00:30 (UTC)
graysky commented on 2015-01-03 15:10 (UTC)
graysky commented on 2014-11-22 08:44 (UTC)
jswagner commented on 2014-11-22 04:21 (UTC)
graysky commented on 2014-11-15 10:21 (UTC)
jswagner commented on 2014-11-15 07:46 (UTC)