[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
SMPlayer Support Forum • View topic - [PATCH] Removing files using playlist
Page 1 of 2

[PATCH] Removing files using playlist

PostPosted: Mon Dec 09, 2013 12:41 pm
by capt.d.

Re: [PATCH] Removing files using playlist

PostPosted: Fri Apr 11, 2014 5:37 am
by rhill
I can't tell you how long I've wanted this feature. I've been using this patch for a couple of months now and it works great. Thanks.
Now, if you could make this work without having to open the playlist it'd be perfect. :D

One small bug: src/playlist.cpp calls unlink() so you'll need to #include <unistd.h>. Otherwise it'll fail to build on >= GCC 4.7.

Re: [PATCH] Removing files using playlist

PostPosted: Sun Apr 27, 2014 9:03 am
by capt.d.

Re: [PATCH] Removing files using playlist

PostPosted: Tue May 06, 2014 7:23 am
by rhill
Thanks, that's great. I tweaked it to play the next file after deleting (the first patch did this but it would skip over one). I'll put it up here so people don't have to cut and paste:

http://dev.gentoo.org/~rhill/pkgs/smpla ... lete.patch

Re: [PATCH] Removing files using playlist

PostPosted: Wed May 07, 2014 6:52 pm
by capt.d.
Aloha
You're welcome. Do you think somebody else is using those patches? I don't ;)

---
Live long and prosper.
capt.d.

Re: [PATCH] Removing files using playlist

PostPosted: Wed Jan 28, 2015 5:56 pm
by holly14
Thanks. you could make this work without having to open the playlist it'd be perfect. :D

Re: [PATCH] Removing files using playlist

PostPosted: Thu Jan 29, 2015 12:26 am
by rhill
The one I linked to does just that.

PATCH Removing files using playlist

PostPosted: Fri Mar 13, 2015 12:16 pm
by HaroldBaics
Its been almost 18 months since I posted this patch, which seems to me essential for encoding software, and you dont have included it.
Why ?

Re: [PATCH] Removing files using playlist

PostPosted: Fri Mar 13, 2015 11:54 pm
by rvm
I've just added the patch with some modifications (svn r6779).

Re: [PATCH] Removing files using playlist

PostPosted: Sat Mar 14, 2015 8:53 am
by rhill
Woohoo! Thanks.