Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: Isias on May 13, 2013, 03:27:33 PM

Title: Clean jobs on joblist manually
Post by: Isias on May 13, 2013, 03:27:33 PM
I've got a joblist that does list old jobs i have added before queueing started to work again in 2.6.x. I want to delete those old (unfinished / failed) jobs.

Sadly i can't delete / set to finish / change anything considering those old queued jobs in any way with the current 2.6.4 x64 build via the GUI. Is there a way to manually delete those jobs? In other words, in which file does Avidemux store the queued jobs and can they get deleted there?

Thank you!
Title: Re: Clean jobs on joblist manually
Post by: Jan Gruuthuse on May 13, 2013, 04:03:05 PM
When running avidemux3_jobs right clik on job and select delete. Works in ubuntu 12.04.

In linux where you find ~/.avidemux6/jobs delete its content
Windows: %APPDATA%/avidemux/jobs (could be avidemux6) use windows browser, search with option in hidden and system folders for jobs if first is not working.
Title: Re: Clean jobs on joblist manually
Post by: Isias on May 14, 2013, 08:44:20 PM
Hi jan, i just have avidemux_jobs.exe, where can i obtain v3? Deleting all files in C:\Users\username\AppData\Roaming\avidemux didn't work sadly, the jobs stil show up. I did use "show hidden files".
Title: Re: Clean jobs on joblist manually
Post by: Jan Gruuthuse on May 15, 2013, 07:09:17 AM
avidemux3_ is none windows.
QuoteSelect the option Show hidden files from folder options and then search for the files using the start search box.
1. Click Start.
2. Type "search" in start search box.
3. click "Change search options for files and folders".
4. Now, Click on View tab .
5. Under View,
        a)Select the radio button labeled Show hidden files, folders, and drives
        b)Remove the checkmark from the checkbox labeled Hide extensions for known file types.
        c)Remove the checkmark from the checkbox labeled Hide protected operating system files.
6. Click on Apply and Ok.
search for a name for given job, like one of the ones you see showing up when starting avidemux_jobs.exe
Title: Re: Clean jobs on joblist manually
Post by: mit on May 15, 2013, 10:06:52 AM
Avidemux store jobs in SQL Database format, so delete file with ââ,¬Å¾sqlââ,¬Å" extension!
Title: Re: Clean jobs on joblist manually
Post by: Isias on May 15, 2013, 02:59:32 PM
Deleting jobs.sql in C:\Users\username\AppData\Roaming\avidemux fixed the issue. Thank you!