VLC-GTK 2.8.1 (Oct 3rd, 2017)

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

VLC-GTK 2.6.4

#101 Post by sc0ttman »

VLC-GTK updated to 2.6.4

See main post for download.

Changelog, 21 Feb 2013:

- added 'URL' source to Capture tab: can now capture/transcode URLs straight to chosen file format
- updated help info in main GUI
- updated tooltip info in Capture tab

These changes mean you can now convert a youtube URL straight to an mp3 file. :)

Just put the youtube URL in the URL field of the Streams tab, and then go to the Capture tab, click on the 'URL' source, choose the conversion settings, and click the Capture button --> VLC-GTK will then convert the youtube video in the URL straight to a local mp4/flv/mp3/etc file...

I used it to go through a list of youtube URLs of some good songs, and give me the mp3 file of each song :)
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

#102 Post by charlie6 »

Hi scottman,
this VLC-GTK 2.6.4 looks very attractive ...
(running pemasu's wheezy 3.5.2.5)
i installed VLC-GTK 2.6.4 + all the prerequisite stuff as on page 1this thread ...and get this
# vlc-gtk
/usr/bin/vlc-gtk: line 1031: syntax error near unexpected token `>'
/usr/bin/vlc-gtk: line 1031: ` file) $CL cvlc $C "$FILE" vlc://quit &>>"$LOGFILE" & ;;'
#
maybe it is trivial ...
(same comments with earlier versions)

BTW: the link to xdotool seems being broken
so i installed it from debian packages wheezy :
xdotool_2.20100701.2961-3_i386.deb
+
libxdo2_2.20100701.2961-3_i386.deb

note: running from console vlc or cvlc videofile.avi, i only get the souns ...but no video.
(installed: vlc_nogui-1.1.9-i486-akita.pet or vlc-1.0.5-lite-i486-dpup.pet or vlc_nogui_lua-1.1.9-i486.pet)
maybe not compatible with wheezy... :cry:
thanks for any comment
charlie

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#103 Post by sc0ttman »

note: running from console vlc or cvlc videofile.avi, i only get the sound ...but no video.
(installed: vlc_nogui-1.1.9-i486-akita.pet or vlc-1.0.5-lite-i486-dpup.pet or vlc_nogui_lua-1.1.9-i486.pet)
maybe not compatible with wheezy... :cry:
thanks for any comment
charlie
Thats what happens when you got the wrong VLC for your ffmpeg, or vice versa, etc.. You'll need to get a vlc_nogui built for wheezy, or compile it yourself.. the compile options you need are on the page where you got the vlc_nogui-1.1.9 pkg...

Just make sure you got these installed (inc DEV pets) when you compile: ffmpeg, schroedinger, libvpx, orc, x264, SDL, xcb_proto, xcb_utils ...

compiling is generally just this in the terminal:

Code: Select all

./configure blah blah
make
new2dir make install
(then follow the instuctions on screen to make a PET file)
charlie6 wrote:Hi scottman,
this VLC-GTK 2.6.4 looks very attractive ...
(running pemasu's wheezy 3.5.2.5)
i installed VLC-GTK 2.6.4 + all the prerequisite stuff as on page 1this thread ...and get this
# vlc-gtk
/usr/bin/vlc-gtk: line 1031: syntax error near unexpected token `>'
/usr/bin/vlc-gtk: line 1031: ` file) $CL cvlc $C "$FILE" vlc://quit &>>"$LOGFILE" & ;;'
#
maybe it is trivial ...
(same comments with earlier versions)
What shell are you using? It should be bash, the script is set to use BASH.. I have BASH 4.1 .. There should be no errors, the code is OK..

I know you have a broken VLC, that wont show video, but the errors *should* only affect logging to the logfile... Can you get VLC-GTK to load up at all with that error? Or even get as far as playing (the audio of) a file via the VLC-GTK interface?

Or does vlc-gtk just exit immediately with that error, and not load up at all?

Do you have a log file set in VLC-GTK (you should by default)? Or is that field blank in the GUI when you get these errors?

To get rid of the errors, you could simply look in the run_vlc() func, and remove all

Code: Select all

 &>>"$LOGFILE" 
in the func.. this will disable logging, but most people wont ever look at the log file anyway...
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

VLC-GTK 2.6.5

#104 Post by sc0ttman »

VLC-GTK updated to 2.6.5

Now features basic on screen controls for audio only files/playlists (see screenshot).
Previously VLC-GTK had no interface at all for controlling audio only playback!

You can now use VLC-GTK to load up your m3u audio playlists/album folders/etc,
click play, then select files individually using the on screen controls..

See main post for download.

Changelog, 23 Feb 2013:

- updated OSC: basic on screen controls for all audio file(s) playback
- fixed detection, of local playlist files or stream playlists
- fixed immediate exit in OSC, if no VLC pid from vlc-gtk
- fixed reset rcfile from command line playback
- fixed ignore rcfile from command line playback
- fixed WORKDIR.. again.. think its done now...
- faster loadup of on screen controls
Attachments
image-1.png
basic on screen controls for audio playlists and files
(79.6 KiB) Downloaded 1336 times
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

Re: VLC-GTK 2.6.5

#105 Post by technosaurus »

good work again. Its not something I personally care about, but it may be more visually appealing to show the dirname separately from the files. It could also be useful for sorting the songs by title when they are in different directories (I think gtkdialog4 can do this internally now). or for scrunching overly long directory paths

in gtkdialog form that would be something like
Directory | Audio File
`dirname $x` | `basename $x`
...

where x is a full path to an audio file
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

Re: VLC-GTK 2.6.5

#106 Post by sc0ttman »

technosaurus wrote:good work again. Its not something I personally care about, but it may be more visually appealing to show the dirname separately from the files. It could also be useful for sorting the songs by title when they are in different directories (I think gtkdialog4 can do this internally now). or for scrunching overly long directory paths

in gtkdialog form that would be something like
Directory | Audio File
`dirname $x` | `basename $x`
...

where x is a full path to an audio file
Thanks techno, I will try to do something like this at some point, just making sure the changes are all fixed and double checked at the moment.. I loaded up pmusic 2.8.x see have a l look what I might be able to do.. Decided to leave it as is for now, until I make it all work nice as poss.. At the moment, when the above audio playlist gui is visible, the osc controls for new videos loaded wont show up.. i updated help for now to reflect this.. also, only 1 audio playlist is ever used, so you cant run two audio files/playlists at the same time (not including downloads,converting,etc) - kinda make sense to me!..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#107 Post by sc0ttman »

VLC-GTK updated to 2.6.6

Bugfix release. See main post for download.

Changelog, 24 Feb 2013:

- fixed: update audio playlist on by default
- fixed: update audio playlist when loading newly captured/converted file
- fixed: update audio playlist only after disc found
- fixed: stream playback/download wont affect current audio playlist
- fixed OSC: faster window finding and resizing, renamed audio playlist title
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#108 Post by vovchik »

Dear sc0ttman,

In order to get the new version to run in Lucid (and bash version 3.2.29(2)), I had to change:

Code: Select all

&>>
to

Code: Select all

& >>
Now works fine.

With thanks and kind regards,
vovchik

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#109 Post by sc0ttman »

vovchik wrote:Dear sc0ttman,

In order to get the new version to run in Lucid (and bash version 3.2.29(2)), I had to change:

Code: Select all

&>>
to

Code: Select all

& >>
Now works fine.

With thanks and kind regards,
vovchik
Thanks! I'll try it out and upload a fixed 2.6.7 in a bit..

EDIT: Nope, can't just replace it... I remember now - on my system (bash4) that change will force all vlc commands to launch in the background, breaking all playback control (stop, next, prev, etc wont work) .. The new audio playlist for example will just load up mp3s on top of each other.. and none can be stopped using vlc-gtk...

vovchik, Can you confirm that after your changes, you can click on an audio file (in the new audio playlist GUI) and it'll kill playing the last one, and ONLY THEN start playing the new file.. ?

EDIT2: If I change &>> to just >>, then everything works, except logging to the vlc-gtk logfile!
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#110 Post by vovchik »

Dear sc0ttman,

I can't get anything to play via that gui :( Will experiment further to see what is happening. Obviously, my solution was not optimal :(

With kind regards,
vovchik

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#111 Post by sc0ttman »

vovchik wrote:Dear sc0ttman,

I can't get anything to play via that gui :( Will experiment further to see what is happening. Obviously, my solution was not optimal :(

With kind regards,
vovchik
Try &> instead of &>> ... you should have *most* of the logfile created fine, and it should otherwise work as expected (if it works)..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#112 Post by keniv »

Hi scOttman

I am trying your new 2.6.6 version in puppy 528. Can get video files to play but thats all. Is the &>> mentioned above in /usr/bin/vlc_gtk? If so can you give me a line number in geany and I'll make the change you recommend and see if it works here.

Regards,

Ken.

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#113 Post by sc0ttman »

keniv wrote:Hi scOttman

I am trying your new 2.6.6 version in puppy 528. Can get video files to play but thats all. Is the &>> mentioned above in /usr/bin/vlc_gtk? If so can you give me a line number in geany and I'll make the change you recommend and see if it works here.

Regards,

Ken.
Just open /usr/bin/vlc-gtk in geany, hit Ctrl+H, replace &>> with ... err.. well.... not sure yet.. I'm currently trying to resolve this: http://murga-linux.com/puppy/viewtopic.php?t=84572 ...

Although actually, if video is playing fine for you (with on screen controls gui?), then changing &>> might not make a difference to audio playback.. may be another damn bug... im gonna have to boot up lucid or slacko or whatever and see...

------------------------------------------------
EDIT: I've booted Lucid 528 to test this...

I didn't change &>> , I just left it alone... I'm guessing the problems comes from using different VLC versions/builds than myself..

VLC-GTK 2.6.6 works more or less fine with VLC_Plus_Extras-1.1.5-i386.pet in Lucid... But this is almost pointless, as this package is only 5.6mb and has full interface and stuff - so no need for VLC-GTK..


After a few changes, I had vlc-gtk working with VLC from the Lucid repo, although on first install, VLC would not accept any shortkeys (Ctrl-Q, etc) , in either VLC-GTK or its proper Qt interface... I also tested another VLC from the repo, and had some dep issues, but after that.. more or less a success like the other..

... but in short, VLC is weird - it behaves a little different with each version/compile... some will play files from a dir in order, others wont, etc... vlc-gtk cant accommodate every quirk.. The best thing is to compile a vlc_nogui yourself..

But I will release another version soon, which I have had working on Lucid, with a link to the VLC package it works with..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

VLC-GTK 2.6.7

#114 Post by sc0ttman »

VLC-GTK updated to 2.6.7

Major bugfix release. See main post for download.

All users should definitely go for 2.6.7.

Hopefully I won't *need* to update/fix anything for a while..

This has been tested on Lucid 528 and Wary 5141.. There are no decent vlc_nogui packages for these pups, so I had to test most features using VLC_Plus_Extras-1.1.5-i386.pet.. Though I also tested *some* stuff with other versions.. In short, as long as you have a working VLC installed, VLC-GTK *should* now work for you ...

Changelog, 26 Feb 2013:

- fixed: fixed file logging (the &>> redirection errors in bash3)
- fixed: find the installed gtkdialog
- fixed: non-root users create playlist file
- fixed: re-added changes from 2.6.3, better support for low resolutions
- fixed: OSC, filter out all non audio files in audio playlist creation
- fixed: open m3u file, remove blank/empty lines
- fixed: OSC, find window id of vlc 1.0.6, and of SDL playback windows
- fixed: added all required vlc png icons to the pet package

Please let me know if I actually fixed anything at all!
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#115 Post by keniv »

Hi scOtman

Thanks for your help with this. I have installed vlc-gtk 2.6.7. I can play video files and dvds. However I cant get any of the streams to work. I do have rtmpdump-2.4-i486 installed. I am using vlc 1.0.6 lucid. This has its own gui but I thought as yours looked quite lite it might be better. I ran vlc-gtk in a terminal then selected nasa tv1 which usually works OK here. I have attached the output which I hope helps.

Regards,

Ken.
Attachments
vlc-gtk1.jpg
(53.65 KiB) Downloaded 831 times

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#116 Post by sc0ttman »

keniv wrote:I have installed vlc-gtk 2.6.7. I can play video files and dvds. However I cant get any of the streams to work. I do have rtmpdump-2.4-i486 installed. I am using vlc 1.0.6 lucid... I ran vlc-gtk in a terminal then selected nasa tv1 which usually works OK here
I think the NASA URL needs to be updated, it doesn't work for me either..

If none of them work, I guess its rtmpdump - but I played BBC World News, AlJazeera, RTNews, and others on Lucid 528 yesterday without problems.. Can't remember which VLC package I was using at the time, but i was using the rtmpdump from this thread..

The list of streams, if you wanna edit it, is in the file '/root/.vlc-gtk/vlc-gtk-faves' ..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#117 Post by keniv »

Hi scOttman

Thanks again for your reply. I cannot get any of the streams I have tried to work including the ones you suggest. The version of rtmpdump I am using I got from your previous thread on streamplayer 0.2. The link to rtmpdump from the first post on this thread takes me to the same version of rtmpdump as I am using. I have just tried the three streams you suggested in streamplayer and all three worked. I presume this means the version of rtmpdump I have installed is working. It is using vlc so I am assuming that my version of vlc is working with my version of rtmpdump. However, I don't know enough about this to know if this is a reasonable assumption. Based on the above I can't see any reason why the streams won't work.

Regards,

Ken.

Edit. I noticed that the output of streamplayer was set to xvideo and so I changed the output of vlc-gtk to the same but it made no difference.

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#118 Post by sc0ttman »

keniv wrote:Hi scOttman

Thanks again for your reply. I cannot get any of the streams I have tried to work including the ones you suggest. The version of rtmpdump I am using I got from your previous thread on streamplayer 0.2. The link to rtmpdump from the first post on this thread takes me to the same version of rtmpdump as I am using. I have just tried the three streams you suggested in streamplayer and all three worked. I presume this means the version of rtmpdump I have installed is working. It is using vlc so I am assuming that my version of vlc is working with my version of rtmpdump. However, I don't know enough about this to know if this is a reasonable assumption. Based on the above I can't see any reason why the streams won't work.

Regards,

Ken.

Edit. I noticed that the output of streamplayer was set to xvideo and so I changed the output of vlc-gtk to the same but it made no difference.
Well, the logfile *should* be working for you, so check that first.. By default it is /tmp/vlc-gtk_log_root, go to the 'Expert' tab to open it..

Also, you can click the 'Debugger' checkbox, and copy and paste the (edited) command that pops up into a terminal...



Last resorts, if you're feeling painfully helpful.. Are you using Xorg or Xvesa? Xorg I assume.. And if so, which Xorg module? The generic 'vesa' module? If so, it could be VLC-GTK is forcing you to use the X11 video output, even if you select xvideo..

Comment out all this stuff, lines 110-122:

Code: Select all

#BK default video output needs to be adjusted...
if [ -e ${HOME}/.config/vlc/vlcrc ];then
	touch ${HOME}/.config/vlc/vlcrc
	DEFVIDOUT='xv'
	[ "`readlink $(which X)`" = "Xvesa" ] && DEFVIDOUT="x11" # 2.3.3
	[ -f /etc/X11/xorg.conf ] && [ "`grep 'card0driver' /etc/X11/xorg.conf | grep '"vesa"'`" != "" ] && DEFVIDOUT="x11"
	sed -i -e '/^vout=/d' ${HOME}/.config/vlc/vlcrc
	if [ $VLCVERSION -ge 11 ];then #ex: 1.1.5
	 echo "vout=xcb_${DEFVIDOUT}" >> ${HOME}/.config/vlc/vlcrc
	else
	 echo "vout=${DEFVIDOUT}" >> ${HOME}/.config/vlc/vlcrc
	fi
fi
Lines 1258-1260 - just comment it all out as well...

Code: Select all

	#131012 replace xvideo with x11 if using vesa xorg module, or xvesa server
	[ "`readlink $(which X)`" = "Xvesa" ] && C="${C/xv/x11}"
	[ -f /etc/X11/xorg.conf ] && [ "`grep 'card0driver' /etc/X11/xorg.conf | grep '"vesa"'`" != "" ] && C="${C/xv/x11}"
Then VLC-GTK will not override your vout settings...

OR... Even more drastic:

In the function run_vlc () , line 1060, change all

cvlc $C

to just

cvlc

This will remove all options set by VLC-GTK and just run the file/stream in vlc with default options...

(The execute func, on line 1187 is the place where all options are put into the $C variable... if you feel like digging further!!)
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#119 Post by keniv »

Hi scOttman

Thanks for all of the suggestions for things I can try. I don't have much time just now but I have tried the vlc -gtk_log. I have attached its output. I had to do this in two parts. Again I do not know enough to know what this means but from what I can see it seems to be a problem with vlc. I have also tried the debugger and again I have attached it's output in two parts. I am using xorg_high-1.1-lucid driver which was suggested as the "best" when I first installed Puppy 528. I have not had any obvious trouble with it. I will try the rest of you suggestions later and report back later. Thanks again for taking the time to help with this.

Regards,

Ken.
Attachments
debbuger2.jpg
(3.98 KiB) Downloaded 786 times
debbuger1.jpg
(6.81 KiB) Downloaded 781 times
vlc-gtk_log2.jpg
(16.5 KiB) Downloaded 935 times
vlc-gtk_log1.jpg
(132.78 KiB) Downloaded 790 times

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#120 Post by sc0ttman »

VLC-GTK updated to 2.6.8

Bugfix release. See main post for download.

Changelog, 27 Feb 2013:

- fixed stream playback for older vlcs and vlc2.x (with --network-caching)
- fixed other options for older vlcs: --fmpeg-fast, --spu..
- fixed OSC - will now resize and center the video window and controls.. again!
- fixed: quieter terminal output for osc, hide some pointless msgs

keniv, this should fix your problem with streams, older VLCs (and your vlc 1.06) dont support the `--network-caching` option.. VLC-GTK will now use --rtmp-caching for older VLCs..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

Post Reply