Regular Expressions 101

Save & Share

  • Regex Version: ver. 2
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
No Match

/
/

Test String

Code Generator

Generated Code

const regex = /\b[\. ]{2,}\b|^ | $/; // Alternative syntax using RegExp constructor // const regex = new RegExp('\\b[\\. ]{2,}\\b|^ | $', '') const str = `---------- | lun 10 nov 2014, 01.46.40, CET | Old file: House.Of.Cards.1x06.Chapter.6.ITA.BDMux.XviD-UPZ.avi | | lun 10 nov 2014, 01.46.40, CET | New File: House.Of.Cards.1x06.Chapter.6.ITA.BDMux.XviD-UPZ.avi | | lun 10 nov 2014, 01.46.40, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 01.46.40, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 01.50.58, CET | Old file: Gotham.1x02.Selina.Kyle.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | lun 10 nov 2014, 01.50.58, CET | New File: Gotham.1x02.Selina.Kyle.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | lun 10 nov 2014, 01.50.58, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 01.50.58, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 02.44.18, CET | Old file: Gotham.1x04.Arkham.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | lun 10 nov 2014, 02.44.18, CET | New File: Gotham.1x04.Arkham.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | lun 10 nov 2014, 02.44.18, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 02.44.18, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 02.49.57, CET | Old file: Gotham.1x05.Vipera.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | lun 10 nov 2014, 02.49.57, CET | New File: Gotham.1x05.Vipera.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | lun 10 nov 2014, 02.49.57, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 02.49.57, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 04.01.11, CET | Old file: Gotham.1x03.L.uomo dei palloncini.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 10 nov 2014, 04.01.11, CET | New File: Gotham.1x03.L.uomo dei palloncini.ITA.WEB-DLMux.x264-iGM.avi | | lun 10 nov 2014, 04.01.11, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 04.01.11, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 05.51.19, CET | Old file: Boardwalk.Empire.1x09.Belle.Femme.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 05.51.19, CET | New File: Boardwalk.Empire.1x09.Belle.Femme.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 05.51.19, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 05.51.19, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 06.32.34, CET | Old file: Boardwalk.Empire.1x01.Boardwalk.Empire.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 06.32.34, CET | New File: Boardwalk.Empire.1x01.Boardwalk.Empire.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 06.32.34, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 06.32.34, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 07.34.19, CET | Old file: Gotham.1x01.Le.Regole.Di.Gotham.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 10 nov 2014, 07.34.19, CET | New File: Gotham.1x01.Le.Regole.Di.Gotham.ITA.WEB-DLMux.x264-iGM.avi | | lun 10 nov 2014, 07.34.19, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 07.34.19, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 10.49.37, CET | Old file: Boardwalk.Empire.1x02.The.Ivory.Tower.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 10.49.37, CET | New File: Boardwalk.Empire.1x02.The.Ivory.Tower.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 10.49.37, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 10.49.37, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 11.44.58, CET | Old file: Boardwalk.Empire.1x05.Nights.In.Ballygran.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 11.44.58, CET | New File: Boardwalk.Empire.1x05.Nights.In.Ballygran.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 11.44.58, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 11.44.58, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 12.20.05, CET | Old file: Vespa_PX.flv | | lun 10 nov 2014, 12.20.05, CET | New File: Vespa_PX.avi | | lun 10 nov 2014, 12.20.05, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 12.20.05, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 12.20.11, CET | Old file: Vespa_SPECIAL.flv | | lun 10 nov 2014, 12.20.11, CET | New File: Vespa_SPECIAL.avi | | lun 10 nov 2014, 12.20.11, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 12.20.11, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 13.31.46, CET | Old file: Boardwalk.Empire.1x11.Paris.Green.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 13.31.46, CET | New File: Boardwalk.Empire.1x11.Paris.Green.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 13.31.46, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 13.31.46, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 13.55.01, CET | Old file: Boardwalk.Empire.1x03.Broadway.Limited.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 13.55.01, CET | New File: Boardwalk.Empire.1x03.Broadway.Limited.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 13.55.01, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 13.55.01, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 14.35.42, CET | Old file: Boardwalk.Empire.1x04.Anastasia.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 14.35.42, CET | New File: Boardwalk.Empire.1x04.Anastasia.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 14.35.42, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 14.35.42, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 17.32.05, CET | Old file: Boardwalk.Empire.1x06.Family.Limitation.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 17.32.05, CET | New File: Boardwalk.Empire.1x06.Family.Limitation.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 17.32.05, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 17.32.05, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 20.29.36, CET | Old file: Boardwalk.Empire.1x07.Home.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 20.29.36, CET | New File: Boardwalk.Empire.1x07.Home.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 20.29.36, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 20.29.36, CET | Opzione : -m | ---------- ---------- | lun 10 nov 2014, 22.19.09, CET | Old file: Boardwalk.Empire.1x08.Hold.Me.In.Paradise.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 22.19.09, CET | New File: Boardwalk.Empire.1x08.Hold.Me.In.Paradise.ITA.HDTVMux.XviD-NovaRip.avi | | lun 10 nov 2014, 22.19.09, CET | Stato : OK - Originale cancellato + Spostamento | | lun 10 nov 2014, 22.19.09, CET | Opzione : -m | ---------- ---------- | mar 11 nov 2014, 14.54.15, CET | Old file: Boardwalk.Empire.1x12.A.Return.To.Normalcy.ITA.HDTVMux.XviD-NovaRip.avi | | mar 11 nov 2014, 14.54.15, CET | New File: Boardwalk.Empire.1x12.A.Return.To.Normalcy.ITA.HDTVMux.XviD-NovaRip.avi | | mar 11 nov 2014, 14.54.15, CET | Stato : OK - Originale cancellato + Spostamento | | mar 11 nov 2014, 14.54.15, CET | Opzione : -m | ---------- ---------- | mar 11 nov 2014, 15.24.39, CET | Old file: Boardwalk.Empire.1x10.The.Emerald.City.ITA.HDTVMux.XviD-NovaRip.avi | | mar 11 nov 2014, 15.24.39, CET | New File: Boardwalk.Empire.1x10.The.Emerald.City.ITA.HDTVMux.XviD-NovaRip.avi | | mar 11 nov 2014, 15.24.39, CET | Stato : OK - Originale cancellato + Spostamento | | mar 11 nov 2014, 15.24.39, CET | Opzione : -m | ---------- ---------- | mer 12 nov 2014, 05.46.16, CET | Old file: Apes.Revolution.Il.Pianeta.Delle.Scimmie.2014.iTALiAN.MD.WEBDL.XviD-FREE.avi | | mer 12 nov 2014, 05.46.16, CET | New File: Apes.Revolution.Il.Pianeta.Delle.Scimmie.2014.iTALiAN.MD.WEBDL.XviD-FREE.avi | | mer 12 nov 2014, 05.46.16, CET | Stato : OK - Originale cancellato + Spostamento | | mer 12 nov 2014, 05.46.16, CET | Opzione : -m | ---------- ---------- | mer 12 nov 2014, 14.38.22, CET | Old file: The.Walking.Dead.5x05.Sabotaggio.DLMux.MP3.iTA.XVID-UnLEGIT.avi | | mer 12 nov 2014, 14.38.22, CET | New File: The.Walking.Dead.5x05.Sabotaggio.DLMux.MP3.iTA.XVID-UnLEGIT.avi | | mer 12 nov 2014, 14.38.22, CET | Stato : OK - Originale cancellato + Spostamento | | mer 12 nov 2014, 14.38.22, CET | Opzione : -m | ---------- ---------- | mer 12 nov 2014, 21.56.06, CET | Old file: Scandal.1x01.Sweet.Baby.iTALiAN.DLMux.XviD-DarkSideMux.avi | | mer 12 nov 2014, 21.56.06, CET | New File: Scandal.1x01.Sweet.Baby.iTALiAN.DLMux.XviD-DarkSideMux.avi | | mer 12 nov 2014, 21.56.06, CET | Stato : OK - Originale cancellato + Spostamento | | mer 12 nov 2014, 21.56.06, CET | Opzione : -m | ---------- ---------- | mer 12 nov 2014, 22.19.50, CET | Old file: Scandal.1x02.Piccoli.Scomodi.Segreti.ITA.WEB-DLMux.XviD-UPZ.avi | | mer 12 nov 2014, 22.19.50, CET | New File: Scandal.1x02.Piccoli.Scomodi.Segreti.ITA.WEB-DLMux.XviD-UPZ.avi | | mer 12 nov 2014, 22.19.50, CET | Stato : OK - Originale cancellato + Spostamento | | mer 12 nov 2014, 22.19.50, CET | Opzione : -m | ---------- ---------- | gio 13 nov 2014, 01.03.09, CET | Old file: Paulette (2013).avi | | gio 13 nov 2014, 01.03.09, CET | New File: Paulette (2013).avi | | gio 13 nov 2014, 01.03.09, CET | Stato : OK - Originale cancellato + Spostamento | | gio 13 nov 2014, 01.03.09, CET | Opzione : -m | ---------- ---------- | gio 13 nov 2014, 01.20.23, CET | Old file: Gotham.1x06.Lo.Spirito.Del.Capro.DLMux.MP3.iTA.XVID-UnLEGIT.avi | | gio 13 nov 2014, 01.20.23, CET | New File: Gotham.1x06.Lo.Spirito.Del.Capro.DLMux.MP3.iTA.XVID-UnLEGIT.avi | | gio 13 nov 2014, 01.20.23, CET | Stato : OK - Originale cancellato + Spostamento | | gio 13 nov 2014, 01.20.23, CET | Opzione : -m | ---------- ---------- | gio 13 nov 2014, 03.44.50, CET | Old file: Scandal.1x03.Furia.vendicatrice.iTALiAN.DLMux.XviD-DarkSideMux.avi | | gio 13 nov 2014, 03.44.50, CET | New File: Scandal.1x03.Furia.vendicatrice.iTALiAN.DLMux.XviD-DarkSideMux.avi | | gio 13 nov 2014, 03.44.50, CET | Stato : OK - Originale cancellato + Spostamento | | gio 13 nov 2014, 03.44.50, CET | Opzione : -m | ---------- ---------- | dom 16 nov 2014, 15.53.30, CET | Old file: House.Of.Cards.1x12.Episodio.12.ITA.BDMux.x264-NovaRip.mkv | | dom 16 nov 2014, 15.53.30, CET | New File: House.Of.Cards.1x12.Episodio.12.ITA.BDMux.x264-NovaRip.avi | | dom 16 nov 2014, 15.53.30, CET | Stato : OK - Originale cancellato + Spostamento | | dom 16 nov 2014, 15.53.30, CET | Opzione : -m | ---------- ---------- | dom 16 nov 2014, 22.17.02, CET | Old file: House.Of.Cards.1x13.Episodio.13.ITA.BDMux.x264-NovaRip.mkv | | dom 16 nov 2014, 22.17.02, CET | New File: House.Of.Cards.1x13.Episodio.13.ITA.BDMux.x264-NovaRip.avi | | dom 16 nov 2014, 22.17.02, CET | Stato : OK - Originale cancellato + Spostamento | | dom 16 nov 2014, 22.17.02, CET | Opzione : -m | ---------- ---------- | dom 16 nov 2014, 23.15.02, CET | Wait for mencoder instance 16817 16875 | ---------- | dom 16 nov 2014, 23.20.01, CET | Wait for mencoder instance 16817 16875 | ---------- | dom 16 nov 2014, 23.25.02, CET | Wait for mencoder instance 16817 16875 | ---------- | dom 16 nov 2014, 23.30.01, CET | Wait for mencoder instance 16817 16875 | ---------- | dom 16 nov 2014, 23.30.56, CET | Old file: House.Of.Cards.1x11.Episodio.11.ITA.BDMux.x264-NovaRip.mkv | | dom 16 nov 2014, 23.30.56, CET | New File: House.Of.Cards.1x11.Episodio.11.ITA.BDMux.x264-NovaRip.avi | | dom 16 nov 2014, 23.30.56, CET | Stato : OK - Originale cancellato + Spostamento | | dom 16 nov 2014, 23.30.56, CET | Opzione : -m | ---------- ---------- | dom 16 nov 2014, 23.35.01, CET | Old file: House.Of.Cards.1x08.Episodio.8.ITA.BDMux.x264-NovaRip.mkv | | dom 16 nov 2014, 23.35.01, CET | New File: House.Of.Cards.1x08.Episodio.8.ITA.BDMux.x264-NovaRip.avi | | dom 16 nov 2014, 23.35.01, CET | Stato : OK - Originale cancellato + Spostamento | | dom 16 nov 2014, 23.35.01, CET | Opzione : -m | ---------- ---------- | dom 16 nov 2014, 23.50.02, CET | Wait for mencoder instance 17185 17335 | ---------- | dom 16 nov 2014, 23.55.02, CET | Wait for mencoder instance 17185 17335 | ---------- | lun 17 nov 2014, 00.00.02, CET | Wait for mencoder instance 17185 17335 | ---------- | lun 17 nov 2014, 00.00.09, CET | Old file: House.Of.Cards.1x09.Episodio.9.ITA.BDMux.x264-NovaRip.mkv | | lun 17 nov 2014, 00.00.09, CET | New File: House.Of.Cards.1x09.Episodio.9.ITA.BDMux.x264-NovaRip.avi | | lun 17 nov 2014, 00.00.09, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 00.00.09, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 00.07.21, CET | Old file: House.Of.Cards.1x10.Chapter.10.ITA.BDMux.XviD-UPZ.avi | | lun 17 nov 2014, 00.07.21, CET | New File: House.Of.Cards.1x10.Chapter.10.ITA.BDMux.XviD-UPZ.avi | | lun 17 nov 2014, 00.07.21, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 00.07.21, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 03.11.49, CET | Old file: American.horror.story.3x04.LealtÃ.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 03.11.49, CET | New File: American.horror.story.3x04.LealtÃ.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 03.11.49, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 03.11.49, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 03.37.18, CET | Old file: American.horror.story.3x02.Resurrezione.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 03.37.18, CET | New File: American.horror.story.3x02.Resurrezione.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 03.37.19, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 03.37.19, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 05.05.03, CET | Wait for mencoder instance 21082 21323 | ---------- | lun 17 nov 2014, 05.08.18, CET | Old file: american.horror.story.3x10.le.meraviglie.di.stevie.nicks.ita.web-dlmux.x264-igm.mp4 | | lun 17 nov 2014, 05.08.18, CET | New File: american.horror.story.3x10.le.meraviglie.di.stevie.nicks.ita.web-dlmux.x264-igm.avi | | lun 17 nov 2014, 05.08.18, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 05.08.18, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 05.30.36, CET | Old file: American.Horror.Story.3x07.Cattive.Intenzioni.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 17 nov 2014, 05.30.36, CET | New File: American.Horror.Story.3x07.Cattive.Intenzioni.ITA.WEB-DLMux.x264-iGM.avi | | lun 17 nov 2014, 05.30.36, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 05.30.36, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 05.55.53, CET | Old file: American horror story.3x06.L'uomo con l'accetta.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 05.55.53, CET | New File: American horror story.3x06.L'uomo con l'accetta.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 05.55.53, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 05.55.53, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 06.30.02, CET | Wait for mencoder instance 22184 22423 | ---------- | lun 17 nov 2014, 06.35.01, CET | Wait for mencoder instance 22184 22423 | ---------- | lun 17 nov 2014, 06.35.10, CET | Old file: American.Horror.Story.3x11.Proteggere.La.Congrega.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 17 nov 2014, 06.35.10, CET | New File: American.Horror.Story.3x11.Proteggere.La.Congrega.ITA.WEB-DLMux.x264-iGM.avi | | lun 17 nov 2014, 06.35.10, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 06.35.10, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 06.45.02, CET | Wait for mencoder instance 22423 22636 | ---------- | lun 17 nov 2014, 06.48.57, CET | Old file: American.Horror.Story.3x08 L'inganno.avi | | lun 17 nov 2014, 06.48.57, CET | New File: American.Horror.Story.3x08 L'inganno.avi | | lun 17 nov 2014, 06.48.57, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 06.48.57, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 07.06.47, CET | Old file: American.Horror.Story.3x05.Al.Rogo.ITA.WEB-DLMux.x264-iGM.[tutankemule.net].mp4 | | lun 17 nov 2014, 07.06.47, CET | New File: American.Horror.Story.3x05.Al.Rogo.ITA.WEB-DLMux.x264-iGM.[tutankemule.net].avi | | lun 17 nov 2014, 07.06.47, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 07.06.47, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 07.25.01, CET | Wait for mencoder instance 23099 23169 | ---------- | lun 17 nov 2014, 07.30.01, CET | Wait for mencoder instance 23099 23169 | ---------- | lun 17 nov 2014, 07.35.01, CET | Wait for mencoder instance 23099 23169 | ---------- | lun 17 nov 2014, 07.40.01, CET | Wait for mencoder instance 23099 23169 | ---------- | lun 17 nov 2014, 07.45.01, CET | Wait for mencoder instance 23099 23169 | ---------- | lun 17 nov 2014, 07.50.01, CET | Wait for mencoder instance 23099 23169 | ---------- | lun 17 nov 2014, 07.50.41, CET | Old file: American.Horror.Story.3x09.La.Testa.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 17 nov 2014, 07.50.41, CET | New File: American.Horror.Story.3x09.La.Testa.ITA.WEB-DLMux.x264-iGM.avi | | lun 17 nov 2014, 07.50.41, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 07.50.41, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 07.51.25, CET | Old file: American.Horror.Story.3x03.I.Rimpiazzi.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 17 nov 2014, 07.51.25, CET | New File: American.Horror.Story.3x03.I.Rimpiazzi.ITA.WEB-DLMux.x264-iGM.avi | | lun 17 nov 2014, 07.51.25, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 07.51.25, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 07.51.25, CET | Old file: American.Horror.Story.3x09.La.Testa.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 17 nov 2014, 07.51.25, CET | New File: American.Horror.Story.3x09.La.Testa.ITA.WEB-DLMux.x264-iGM.avi | | lun 17 nov 2014, 07.51.25, CET | Stato : ERRORE - Originale mantenuto | | lun 17 nov 2014, 07.51.25, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 08.51.18, CET | Old file: American.horror.story.3x12.Va all'inferno.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 08.51.18, CET | New File: American.horror.story.3x12.Va all'inferno.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 08.51.18, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 08.51.18, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 11.07.55, CET | Old file: American.Horror.Story.3x13.Le.Sette.Meraviglie.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 17 nov 2014, 11.07.55, CET | New File: American.Horror.Story.3x13.Le.Sette.Meraviglie.ITA.WEB-DLMux.x264-iGM.avi | | lun 17 nov 2014, 11.07.55, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 11.07.55, CET | Opzione : -m | ---------- ---------- | lun 17 nov 2014, 23.35.05, CET | Old file: American horror story.3x01.Le streghe di New Orleans.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 23.35.05, CET | New File: American horror story.3x01.Le streghe di New Orleans.FFT.sat-HQ.ITA.avi | | lun 17 nov 2014, 23.35.05, CET | Stato : OK - Originale cancellato + Spostamento | | lun 17 nov 2014, 23.35.05, CET | Opzione : -m | ---------- ---------- | ven 21 nov 2014, 15.41.39, CET | Old file: The.Walking.Dead.5x06.Consumati.DLMux.MP3.iTA.XVID-UnLEGIT.avi | | ven 21 nov 2014, 15.41.39, CET | New File: The.Walking.Dead.5x06.Consumati.DLMux.MP3.iTA.XVID-UnLEGIT.avi | | ven 21 nov 2014, 15.41.39, CET | Stato : OK - Originale cancellato + Spostamento | | ven 21 nov 2014, 15.41.39, CET | Opzione : -m | ---------- ---------- | ven 21 nov 2014, 20.23.09, CET | Old file: 2012 - Priest.avi | | ven 21 nov 2014, 20.23.09, CET | New File: 2012 - Priest.avi | | ven 21 nov 2014, 20.23.09, CET | Stato : OK - Originale cancellato + Spostamento | | ven 21 nov 2014, 20.23.09, CET | Opzione : -m | ---------- ---------- | ven 21 nov 2014, 23.53.34, CET | Old file: Gotham.1x07.L.Ombrello.Di.Pinguino.ITA.WEB-DLMux.x264-iGM.mp4 | | ven 21 nov 2014, 23.53.34, CET | New File: Gotham.1x07.L.Ombrello.Di.Pinguino.ITA.WEB-DLMux.x264-iGM.avi | | ven 21 nov 2014, 23.53.34, CET | Stato : OK - Originale cancellato + Spostamento | | ven 21 nov 2014, 23.53.34, CET | Opzione : -m | ---------- ---------- | sab 22 nov 2014, 22.19.16, CET | Old file: Stake.Land.2010.iTALiAN.DVDRip.XviD-FTH.avi | | sab 22 nov 2014, 22.19.16, CET | New File: Stake.Land.2010.iTALiAN.DVDRip.XviD-FTH.avi | | sab 22 nov 2014, 22.19.16, CET | Stato : OK - Originale cancellato + Spostamento | | sab 22 nov 2014, 22.19.16, CET | Opzione : -m | ---------- ---------- | dom 23 nov 2014, 23.28.58, CET | Old file: Il Cacciatore delle Tenebre (2002).avi | | dom 23 nov 2014, 23.28.58, CET | New File: Il Cacciatore delle Tenebre (2002).avi | | dom 23 nov 2014, 23.28.58, CET | Stato : OK - Originale cancellato + Spostamento | | dom 23 nov 2014, 23.28.58, CET | Opzione : -m | ---------- ---------- | lun 24 nov 2014, 04.57.57, CET | Old file: Vampires.3.2005.iTALiAN.DVDRiP.XviD-LiBiTUM.avi | | lun 24 nov 2014, 04.57.57, CET | New File: Vampires.3.2005.iTALiAN.DVDRiP.XviD-LiBiTUM.avi | | lun 24 nov 2014, 04.57.57, CET | Stato : OK - Originale cancellato + Spostamento | | lun 24 nov 2014, 04.57.57, CET | Opzione : -m | ---------- ---------- | lun 24 nov 2014, 11.12.42, CET | Old file: Vampires 1, I Cacciatori Di Vampiri (1998).avi | | lun 24 nov 2014, 11.12.42, CET | New File: Vampires 1, I Cacciatori Di Vampiri (1998).avi | | lun 24 nov 2014, 11.12.42, CET | Stato : OK - Originale cancellato + Spostamento | | lun 24 nov 2014, 11.12.42, CET | Opzione : -m | ---------- ---------- | mar 25 nov 2014, 20.19.25, CET | Old file: Le 5 Leggende (2012).avi | | mar 25 nov 2014, 20.19.25, CET | New File: Le 5 Leggende (2012).avi | | mar 25 nov 2014, 20.19.25, CET | Stato : OK - Originale cancellato + Spostamento | | mar 25 nov 2014, 20.19.25, CET | Opzione : -m | ---------- ---------- | mar 25 nov 2014, 22.20.15, CET | Old file: 1x08 - La Maschera - Gotham.avi | | mar 25 nov 2014, 22.20.15, CET | New File: 1x08 - La Maschera - Gotham.avi | | mar 25 nov 2014, 22.20.15, CET | Stato : OK - Originale cancellato + Spostamento | | mar 25 nov 2014, 22.20.15, CET | Opzione : -m | ---------- ---------- | mer 26 nov 2014, 07.17.42, CET | Old file: 5x07 - Lo Scambio - The Walking Dead.avi | | mer 26 nov 2014, 07.17.42, CET | New File: 5x07 - Lo Scambio - The Walking Dead.avi | | mer 26 nov 2014, 07.17.42, CET | Stato : OK - Originale cancellato + Spostamento | | mer 26 nov 2014, 07.17.42, CET | Opzione : -m | ---------- ---------- | mar 2 dic 2014, 16.51.26, CET | Old file: 5x08 - Conclusione - The Walking Dead.mkv | | mar 2 dic 2014, 16.51.26, CET | New File: 5x08 - Conclusione - The Walking Dead.avi | | mar 2 dic 2014, 16.51.26, CET | Stato : OK - Originale cancellato + Spostamento | | mar 2 dic 2014, 16.51.26, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 13.25.02, CET | Wait for mencoder instance 23020 23083 | ---------- | ven 5 dic 2014, 13.30.01, CET | Wait for mencoder instance 23020 23083 | ---------- | ven 5 dic 2014, 13.35.02, CET | Wait for mencoder instance 23020 23083 | ---------- | ven 5 dic 2014, 13.35.23, CET | Old file: Once.Upon.A.Time.3x14.La.Torre.ITA_ENG.DLMux.XviD-Pir8.avi | | ven 5 dic 2014, 13.35.23, CET | New File: Once.Upon.A.Time.3x14.La.Torre.ITA_ENG.DLMux.XviD-Pir8.avi | | ven 5 dic 2014, 13.35.23, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 13.35.23, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 13.40.01, CET | Wait for mencoder instance 23083 23246 | ---------- | ven 5 dic 2014, 13.41.49, CET | Old file: Once Upon A Time 3x15 Menti Silenziose Ita Eng Dlmux Xvid-Pir8.avi | | ven 5 dic 2014, 13.41.49, CET | New File: Once Upon A Time 3x15 Menti Silenziose Ita Eng Dlmux Xvid-Pir8.avi | | ven 5 dic 2014, 13.41.49, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 13.41.49, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 13.45.01, CET | Wait for mencoder instance 23246 23403 | ---------- | ven 5 dic 2014, 13.50.01, CET | Wait for mencoder instance 23246 23403 | ---------- | ven 5 dic 2014, 13.55.03, CET | Wait for mencoder instance 23246 23403 | ---------- | ven 5 dic 2014, 13.58.27, CET | Old file: Once Upon A Time 3x15 Menti Silenziose Ita Eng Dlmux Xvid-Pir8.avi | | ven 5 dic 2014, 13.58.27, CET | New File: Once Upon A Time 3x15 Menti Silenziose Ita Eng Dlmux Xvid-Pir8.avi | | ven 5 dic 2014, 13.58.27, CET | Stato : ERRORE - Originale mantenuto | | ven 5 dic 2014, 13.58.27, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 14.00.01, CET | Wait for mencoder instance 23403 25664 | ---------- | ven 5 dic 2014, 14.05.02, CET | Wait for mencoder instance 23403 25664 | ---------- | ven 5 dic 2014, 14.10.01, CET | Wait for mencoder instance 23403 25664 | ---------- | ven 5 dic 2014, 14.10.09, CET | Old file: Gotham.1x09.Harvey.Dent.ITA.WEB-DLMux.x264-iGM.mp4 | | ven 5 dic 2014, 14.10.09, CET | New File: Gotham.1x09.Harvey.Dent.ITA.WEB-DLMux.x264-iGM.avi | | ven 5 dic 2014, 14.10.09, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 14.10.09, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 14.15.01, CET | Wait for mencoder instance 25664 25871 | ---------- | ven 5 dic 2014, 14.20.02, CET | Wait for mencoder instance 25664 25871 | ---------- | ven 5 dic 2014, 14.25.01, CET | Wait for mencoder instance 25664 25871 | ---------- | ven 5 dic 2014, 14.30.02, CET | Wait for mencoder instance 25664 25871 | ---------- | ven 5 dic 2014, 14.31.44, CET | Old file: Once.Upon.A.Time.3x16.Essere.Verdi.Non.E.Facile.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 14.31.44, CET | New File: Once.Upon.A.Time.3x16.Essere.Verdi.Non.E.Facile.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 14.31.44, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 14.31.44, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 14.35.02, CET | Wait for mencoder instance 25871 28057 | ---------- | ven 5 dic 2014, 14.40.01, CET | Wait for mencoder instance 25871 28057 | ---------- | ven 5 dic 2014, 14.40.06, CET | Old file: Once.Upon.A.Time.3x18.Passato.E.Presente.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 14.40.06, CET | New File: Once.Upon.A.Time.3x18.Passato.E.Presente.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 14.40.06, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 14.40.06, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 14.45.01, CET | Wait for mencoder instance 28057 28993 | ---------- | ven 5 dic 2014, 14.50.02, CET | Wait for mencoder instance 28057 28993 | ---------- | ven 5 dic 2014, 14.55.01, CET | Wait for mencoder instance 28057 28993 | ---------- | ven 5 dic 2014, 15.00.01, CET | Wait for mencoder instance 28057 28993 | ---------- | ven 5 dic 2014, 15.00.55, CET | Old file: Once.Upon.A.Time.3x18.Passato.E.Presente.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 15.00.55, CET | New File: Once.Upon.A.Time.3x18.Passato.E.Presente.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 15.00.55, CET | Stato : ERRORE - Originale mantenuto | | ven 5 dic 2014, 15.00.55, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 15.05.01, CET | Wait for mencoder instance 28993 32668 | ---------- | ven 5 dic 2014, 15.08.58, CET | Old file: Once.Upon.A.Time.3x19.Una.Cosa.Curiosa.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 15.08.58, CET | New File: Once.Upon.A.Time.3x19.Una.Cosa.Curiosa.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 15.08.58, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 15.08.58, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 15.10.01, CET | Wait for mencoder instance 1111 32668 | ---------- | ven 5 dic 2014, 15.15.02, CET | Wait for mencoder instance 1111 32668 | ---------- | ven 5 dic 2014, 15.20.02, CET | Wait for mencoder instance 1111 32668 | ---------- | ven 5 dic 2014, 15.25.02, CET | Wait for mencoder instance 1111 32668 | ---------- | ven 5 dic 2014, 15.30.01, CET | Wait for mencoder instance 1111 32668 | ---------- | ven 5 dic 2014, 15.30.01, CET | Old file: Once.Upon.A.Time.3x19.Una.Cosa.Curiosa.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 15.30.01, CET | New File: Once.Upon.A.Time.3x19.Una.Cosa.Curiosa.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 15.30.01, CET | Stato : ERRORE - Originale mantenuto | | ven 5 dic 2014, 15.30.01, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 15.35.01, CET | Wait for mencoder instance 1111 5164 | ---------- | ven 5 dic 2014, 15.39.00, CET | Old file: Once.Upon.A.Time.3x20.Kansas.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 15.39.00, CET | New File: Once.Upon.A.Time.3x20.Kansas.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 15.39.00, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 15.39.00, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 15.40.01, CET | Wait for mencoder instance 5164 6123 | ---------- | ven 5 dic 2014, 15.45.01, CET | Wait for mencoder instance 5164 6123 | ---------- | ven 5 dic 2014, 15.50.02, CET | Wait for mencoder instance 5164 6123 | ---------- | ven 5 dic 2014, 15.55.01, CET | Wait for mencoder instance 5164 6123 | ---------- | ven 5 dic 2014, 16.00.01, CET | Wait for mencoder instance 5164 6123 | ---------- | ven 5 dic 2014, 16.00.13, CET | Old file: Once.Upon.A.Time.3x20.Kansas.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 16.00.13, CET | New File: Once.Upon.A.Time.3x20.Kansas.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 16.00.13, CET | Stato : ERRORE - Originale mantenuto | | ven 5 dic 2014, 16.00.13, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 16.05.01, CET | Wait for mencoder instance 6123 9925 | ---------- | ven 5 dic 2014, 16.10.01, CET | Wait for mencoder instance 6123 9925 | ---------- | ven 5 dic 2014, 16.10.12, CET | Old file: Once.Upon.A.Time.3x21.Il.Corso.Degli.Eventi.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 16.10.12, CET | New File: Once.Upon.A.Time.3x21.Il.Corso.Degli.Eventi.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 16.10.12, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 16.10.12, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 16.15.02, CET | Wait for mencoder instance 9925 11028 | ---------- | ven 5 dic 2014, 16.20.01, CET | Wait for mencoder instance 9925 11028 | ---------- | ven 5 dic 2014, 16.25.02, CET | Wait for mencoder instance 9925 11028 | ---------- | ven 5 dic 2014, 16.30.02, CET | Wait for mencoder instance 9925 11028 | ---------- | ven 5 dic 2014, 16.31.42, CET | Old file: Once.Upon.A.Time.3x21.Il.Corso.Degli.Eventi.ITA.DLMux.x264-NovaRip.mkv | | ven 5 dic 2014, 16.31.42, CET | New File: Once.Upon.A.Time.3x21.Il.Corso.Degli.Eventi.ITA.DLMux.x264-NovaRip.avi | | ven 5 dic 2014, 16.31.42, CET | Stato : ERRORE - Originale mantenuto | | ven 5 dic 2014, 16.31.42, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 16.35.01, CET | Wait for mencoder instance 11028 14820 | ---------- | ven 5 dic 2014, 16.40.01, CET | Wait for mencoder instance 11028 14820 | ---------- | ven 5 dic 2014, 16.40.46, CET | Old file: Once Upon A Time 3x22 Nessun Posto Ee Casa Ita Dlmux x264-Novarip.mkv | | ven 5 dic 2014, 16.40.46, CET | New File: Once Upon A Time 3x22 Nessun Posto Ee Casa Ita Dlmux x264-Novarip.avi | | ven 5 dic 2014, 16.40.46, CET | Stato : OK - Originale cancellato + Spostamento | | ven 5 dic 2014, 16.40.46, CET | Opzione : -m | ---------- ---------- | ven 5 dic 2014, 16.59.37, CET | Old file: Once Upon A Time 3x22 Nessun Posto Ee Casa Ita Dlmux x264-Novarip.mkv | | ven 5 dic 2014, 16.59.37, CET | New File: Once Upon A Time 3x22 Nessun Posto Ee Casa Ita Dlmux x264-Novarip.avi | | ven 5 dic 2014, 16.59.37, CET | Stato : ERRORE - Originale mantenuto | | ven 5 dic 2014, 16.59.37, CET | Opzione : -m | ---------- ---------- | sab 13 dic 2014, 22.48.06, CET | Old file: Gotham.1x10.Lovecraft.ITA.WEB-DLMux.x264-iGM.[tutankemule.net].mp4 | | sab 13 dic 2014, 22.48.06, CET | New File: Gotham.1x10.Lovecraft.ITA.WEB-DLMux.x264-iGM.[tutankemule.net].avi | | sab 13 dic 2014, 22.48.06, CET | Stato : OK - Originale cancellato + Spostamento | | sab 13 dic 2014, 22.48.06, CET | Opzione : -m | ---------- ---------- | mar 30 dic 2014, 23.29.35, CET | Old file: The.Americans.1x01.Missione.ITA.WEB-DLMux.x264-UPZ.mp4 | | mar 30 dic 2014, 23.29.35, CET | New File: The.Americans.1x01.Missione.ITA.WEB-DLMux.x264-UPZ.avi | | mar 30 dic 2014, 23.29.35, CET | Stato : OK - Originale cancellato + Spostamento | | mar 30 dic 2014, 23.29.35, CET | Opzione : -m | ---------- ---------- | mer 31 dic 2014, 01.39.05, CET | Old file: The.Americans.1x03.Per.Un.Amico.ITA.WEB-DLMux.x264-UPZ.mp4 | | mer 31 dic 2014, 01.39.05, CET | New File: The.Americans.1x03.Per.Un.Amico.ITA.WEB-DLMux.x264-UPZ.avi | | mer 31 dic 2014, 01.39.05, CET | Stato : OK - Originale cancellato + Spostamento | | mer 31 dic 2014, 01.39.05, CET | Opzione : -m | ---------- ---------- | mer 31 dic 2014, 05.48.44, CET | Old file: The.Americans.1x10.Solo.Tu.ITA.WEB-DLMux.x264-UPZ.mp4 | | mer 31 dic 2014, 05.48.44, CET | New File: The.Americans.1x10.Solo.Tu.ITA.WEB-DLMux.x264-UPZ.avi | | mer 31 dic 2014, 05.48.44, CET | Stato : OK - Originale cancellato + Spostamento | | mer 31 dic 2014, 05.48.44, CET | Opzione : -m | ---------- ---------- | mer 31 dic 2014, 10.48.05, CET | Old file: The.Americans.1x04.Colpo.Di.Stato.ITA.WEB-DLMux.x264-UPZ.[tutankemule.net].mp4 | | mer 31 dic 2014, 10.48.05, CET | New File: The.Americans.1x04.Colpo.Di.Stato.ITA.WEB-DLMux.x264-UPZ.[tutankemule.net].avi | | mer 31 dic 2014, 10.48.05, CET | Stato : OK - Originale cancellato + Spostamento | | mer 31 dic 2014, 10.48.05, CET | Opzione : -m | ---------- ---------- | mer 31 dic 2014, 13.26.54, CET | Old file: The.Americans.1x07 Onore.E.Dovere.ITA.LD.WEBRip.x264-UPZ.[tvu.org.ru].mp4 | | mer 31 dic 2014, 13.26.54, CET | New File: The.Americans.1x07 Onore.E.Dovere.ITA.LD.WEBRip.x264-UPZ.[tvu.org.ru].avi | | mer 31 dic 2014, 13.26.54, CET | Stato : OK - Originale cancellato + Spostamento | | mer 31 dic 2014, 13.26.54, CET | Opzione : -m | ---------- ---------- | mer 31 dic 2014, 14.35.53, CET | Old file: The.Americans.1x02.L.Orologio.ITA.WEB-DLMux.x264-UPZ.mp4 | | mer 31 dic 2014, 14.35.53, CET | New File: The.Americans.1x02.L.Orologio.ITA.WEB-DLMux.x264-UPZ.avi | | mer 31 dic 2014, 14.35.53, CET | Stato : OK - Originale cancellato + Spostamento | | mer 31 dic 2014, 14.35.53, CET | Opzione : -m | ---------- ---------- | mer 31 dic 2014, 17.02.15, CET | Old file: The.Americans.1x06.Gioco.Di.Spie.ITA.WEB-DLMux.x264-UPZ.mp4 | | mer 31 dic 2014, 17.02.15, CET | New File: The.Americans.1x06.Gioco.Di.Spie.ITA.WEB-DLMux.x264-UPZ.avi | | mer 31 dic 2014, 17.02.15, CET | Stato : OK - Originale cancellato + Spostamento | | mer 31 dic 2014, 17.02.15, CET | Opzione : -m | ---------- ---------- | mer 31 dic 2014, 17.36.22, CET | Old file: The.Americans.1x05.Intercettazione.ITA.WEB-DLMux.x264-UPZ.mp4 | | mer 31 dic 2014, 17.36.22, CET | New File: The.Americans.1x05.Intercettazione.ITA.WEB-DLMux.x264-UPZ.avi | | mer 31 dic 2014, 17.36.22, CET | Stato : OK - Originale cancellato + Spostamento | | mer 31 dic 2014, 17.36.22, CET | Opzione : -m | ---------- ---------- | mer 31 dic 2014, 19.41.04, CET | Old file: The.Americans.1x09.Occhio.Per.Occhio.ITA.WEB-DLMux.x264-UPZ.mp4 | | mer 31 dic 2014, 19.41.04, CET | New File: The.Americans.1x09.Occhio.Per.Occhio.ITA.WEB-DLMux.x264-UPZ.avi | | mer 31 dic 2014, 19.41.04, CET | Stato : OK - Originale cancellato + Spostamento | | mer 31 dic 2014, 19.41.04, CET | Opzione : -m | ---------- ---------- | gio 1 gen 2015, 00.10.01, CET | Wait for mencoder instance 6378 6507 | ---------- | gio 1 gen 2015, 00.15.01, CET | Wait for mencoder instance 6378 6507 | ---------- | gio 1 gen 2015, 00.20.01, CET | Wait for mencoder instance 6378 6507 | ---------- | gio 1 gen 2015, 00.20.58, CET | Old file: The.Americans.1x08.Il.Sicario.ITA.WEB-DLMux.x264-UPZ.mp4 | | gio 1 gen 2015, 00.20.58, CET | New File: The.Americans.1x08.Il.Sicario.ITA.WEB-DLMux.x264-UPZ.avi | | gio 1 gen 2015, 00.20.58, CET | Stato : OK - Originale cancellato + Spostamento | | gio 1 gen 2015, 00.20.58, CET | Opzione : -m | ---------- ---------- | gio 1 gen 2015, 00.28.00, CET | Old file: The.Americans.1x11.Guerra.Segreta.ITA.WEB-DLMux.x264-UPZ.mp4 | | gio 1 gen 2015, 00.28.00, CET | New File: The.Americans.1x11.Guerra.Segreta.ITA.WEB-DLMux.x264-UPZ.avi | | gio 1 gen 2015, 00.28.00, CET | Stato : OK - Originale cancellato + Spostamento | | gio 1 gen 2015, 00.28.00, CET | Opzione : -m | ---------- ---------- | gio 1 gen 2015, 01.05.01, CET | Wait for mencoder instance 7134 7205 | ---------- | gio 1 gen 2015, 01.10.01, CET | Wait for mencoder instance 7134 7205 | ---------- | gio 1 gen 2015, 01.15.01, CET | Wait for mencoder instance 7134 7205 | ---------- | gio 1 gen 2015, 01.17.57, CET | Old file: The.Americans.1x12.Il.Giuramento.ITA.WEB-DLMux.x264-UPZ.mp4 | | gio 1 gen 2015, 01.17.57, CET | New File: The.Americans.1x12.Il.Giuramento.ITA.WEB-DLMux.x264-UPZ.avi | | gio 1 gen 2015, 01.17.57, CET | Stato : OK - Originale cancellato + Spostamento | | gio 1 gen 2015, 01.17.57, CET | Opzione : -m | ---------- ---------- | gio 1 gen 2015, 01.26.28, CET | Old file: The.Americans.1x13.Il.Colonnello.ITA.WEB-DLMux.x264-UPZ.mp4 | | gio 1 gen 2015, 01.26.28, CET | New File: The.Americans.1x13.Il.Colonnello.ITA.WEB-DLMux.x264-UPZ.avi | | gio 1 gen 2015, 01.26.28, CET | Stato : OK - Originale cancellato + Spostamento | | gio 1 gen 2015, 01.26.28, CET | Opzione : -m | ---------- ---------- | mar 6 gen 2015, 13.44.35, CET | Old file: Aiutami.Hope.1x04.Dite.Cheese.ITA.DLMux.XviD-NovaRip.avi | | mar 6 gen 2015, 13.44.35, CET | New File: Aiutami.Hope.1x04.Dite.Cheese.ITA.DLMux.XviD-NovaRip.avi | | mar 6 gen 2015, 13.44.35, CET | Stato : OK - Originale cancellato + Spostamento | | mar 6 gen 2015, 13.44.35, CET | Opzione : -m | ---------- ---------- | mer 7 gen 2015, 03.45.20, CET | Old file: INCONTRI RAVVICINATI DEL TERZO TIPO.avi | | mer 7 gen 2015, 03.45.20, CET | New File: INCONTRI RAVVICINATI DEL TERZO TIPO.avi | | mer 7 gen 2015, 03.45.20, CET | Stato : OK - Originale cancellato + Spostamento | | mer 7 gen 2015, 03.45.21, CET | Opzione : -m | ---------- ---------- | mer 7 gen 2015, 04.49.05, CET | Old file: Everwood - 1x01 - Dalla Città  Alla Provincia.avi | | mer 7 gen 2015, 04.49.05, CET | New File: Everwood - 1x01 - Dalla Città  Alla Provincia.avi | | mer 7 gen 2015, 04.49.05, CET | Stato : OK - Originale cancellato + Spostamento | | mer 7 gen 2015, 04.49.05, CET | Opzione : -m | ---------- ---------- | mer 7 gen 2015, 05.09.19, CET | Old file: Aiutami.Hope.1x07.Il.Raffreddore.Di.Hope.ITA.DLMux.XviD-NovaRip.avi | | mer 7 gen 2015, 05.09.19, CET | New File: Aiutami.Hope.1x07.Il.Raffreddore.Di.Hope.ITA.DLMux.XviD-NovaRip.avi | | mer 7 gen 2015, 05.09.19, CET | Stato : OK - Originale cancellato + Spostamento | | mer 7 gen 2015, 05.09.19, CET | Opzione : -m | ---------- ---------- | mer 7 gen 2015, 05.49.26, CET | Old file: Aiutami.Hope.1x05.Felice.Halloween.ITA.DLMux.XviD-NovaRip.avi | | mer 7 gen 2015, 05.49.26, CET | New File: Aiutami.Hope.1x05.Felice.Halloween.ITA.DLMux.XviD-NovaRip.avi | | mer 7 gen 2015, 05.49.26, CET | Stato : OK - Originale cancellato + Spostamento | | mer 7 gen 2015, 05.49.26, CET | Opzione : -m | ---------- ---------- | mer 7 gen 2015, 11.29.26, CET | Old file: Aiutami.Hope.1x02.Il.Compromesso.ITA.DLMux.XviD-NovaRip.avi | | mer 7 gen 2015, 11.29.26, CET | New File: Aiutami.Hope.1x02.Il.Compromesso.ITA.DLMux.XviD-NovaRip.avi | | mer 7 gen 2015, 11.29.26, CET | Stato : OK - Originale cancellato + Spostamento | | mer 7 gen 2015, 11.29.26, CET | Opzione : -m | ---------- ---------- | mer 7 gen 2015, 15.09.27, CET | Old file: Aiutami.Hope.1x01.Arriva.Hope.iTALiAN.DLmux-DarkSideMux.avi | | mer 7 gen 2015, 15.09.27, CET | New File: Aiutami.Hope.1x01.Arriva.Hope.iTALiAN.DLmux-DarkSideMux.avi | | mer 7 gen 2015, 15.09.27, CET | Stato : OK - Originale cancellato + Spostamento | | mer 7 gen 2015, 15.09.27, CET | Opzione : -m | ---------- ---------- | mer 7 gen 2015, 23.52.59, CET | Old file: Everwood - 1x02 - Visite A Domicilio.avi | | mer 7 gen 2015, 23.52.59, CET | New File: Everwood - 1x02 - Visite A Domicilio.avi | | mer 7 gen 2015, 23.52.59, CET | Stato : OK - Originale cancellato + Spostamento | | mer 7 gen 2015, 23.52.59, CET | Opzione : -m | ---------- ---------- | gio 8 gen 2015, 03.14.15, CET | Old file: Aiutami.Hope.1x03.Sogni.In.Lista.D.Attesa.ITA.DLMux.XviD-NovaRip.avi | | gio 8 gen 2015, 03.14.15, CET | New File: Aiutami.Hope.1x03.Sogni.In.Lista.D.Attesa.ITA.DLMux.XviD-NovaRip.avi | | gio 8 gen 2015, 03.14.15, CET | Stato : OK - Originale cancellato + Spostamento | | gio 8 gen 2015, 03.14.15, CET | Opzione : -m | ---------- ---------- | gio 8 gen 2015, 04.29.11, CET | Old file: Aiutami.Hope.1x08.Bollino.Blu.ITA.DLMux.XviD-NovaRip.avi | | gio 8 gen 2015, 04.29.11, CET | New File: Aiutami.Hope.1x08.Bollino.Blu.ITA.DLMux.XviD-NovaRip.avi | | gio 8 gen 2015, 04.29.11, CET | Stato : OK - Originale cancellato + Spostamento | | gio 8 gen 2015, 04.29.11, CET | Opzione : -m | ---------- ---------- | gio 8 gen 2015, 05.58.48, CET | Old file: Aiutami Hope - 1x06 - Segreti Di Famiglia.avi | | gio 8 gen 2015, 05.58.48, CET | New File: Aiutami Hope - 1x06 - Segreti Di Famiglia.avi | | gio 8 gen 2015, 05.58.48, CET | Stato : OK - Originale cancellato + Spostamento | | gio 8 gen 2015, 05.58.48, CET | Opzione : -m | ---------- ---------- | gio 8 gen 2015, 12.35.02, CET | Wait for mencoder instance 16564 16674 | ---------- | gio 8 gen 2015, 12.40.02, CET | Wait for mencoder instance 16564 16674 | ---------- | gio 8 gen 2015, 12.44.25, CET | Old file: Everwood - 1x04 - Il ponte dei baci.avi | | gio 8 gen 2015, 12.44.25, CET | New File: Everwood - 1x04 - Il ponte dei baci.avi | | gio 8 gen 2015, 12.44.25, CET | Stato : OK - Originale cancellato + Spostamento | | gio 8 gen 2015, 12.44.25, CET | Opzione : -m | ---------- ---------- | gio 8 gen 2015, 12.54.24, CET | Old file: Everwood - 1x03 - Gara di solidarietà.avi | | gio 8 gen 2015, 12.54.24, CET | New File: Everwood - 1x03 - Gara di solidarietà.avi | | gio 8 gen 2015, 12.54.24, CET | Stato : OK - Originale cancellato + Spostamento | | gio 8 gen 2015, 12.54.24, CET | Opzione : -m | ---------- ---------- | gio 8 gen 2015, 18.54.10, CET | Old file: Everwood - 1x06 - Una decisione difficile.avi | | gio 8 gen 2015, 18.54.10, CET | New File: Everwood - 1x06 - Una decisione difficile.avi | | gio 8 gen 2015, 18.54.10, CET | Stato : OK - Originale cancellato + Spostamento | | gio 8 gen 2015, 18.54.10, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 02.08.16, CET | Old file: Everwood - 1x05 - Coincidenze Religiose.avi | | ven 9 gen 2015, 02.08.16, CET | New File: Everwood - 1x05 - Coincidenze Religiose.avi | | ven 9 gen 2015, 02.08.16, CET | Stato : OK - Originale cancellato + Spostamento | | ven 9 gen 2015, 02.08.16, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 21.48.56, CET | Old file: Aiutami.Hope.1x01.Arriva.Hope.iTALiAN.DLmux-DarkSideMux.avi | | ven 9 gen 2015, 21.48.56, CET | New File: Aiutami.Hope.1x01.Arriva.Hope.iTALiAN.DLmux-DarkSideMux.avi | | ven 9 gen 2015, 21.48.56, CET | Stato : OK - Originale cancellato + Spostamento | | ven 9 gen 2015, 21.48.56, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 21.48.56, CET | Old file: Aiutami.Hope.1x02.Il.Compromesso.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | New File: Aiutami.Hope.1x02.Il.Compromesso.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | Stato : ERRORE - Originale mantenuto | | ven 9 gen 2015, 21.48.56, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 21.48.56, CET | Old file: Aiutami.Hope.1x03.Sogni.In.Lista.D.Attesa.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | New File: Aiutami.Hope.1x03.Sogni.In.Lista.D.Attesa.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | Stato : ERRORE - Originale mantenuto | | ven 9 gen 2015, 21.48.56, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 21.48.56, CET | Old file: Aiutami.Hope.1x04.Dite.Cheese.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | New File: Aiutami.Hope.1x04.Dite.Cheese.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | Stato : ERRORE - Originale mantenuto | | ven 9 gen 2015, 21.48.56, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 21.48.56, CET | Old file: Aiutami.Hope.1x05.Felice.Halloween.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | New File: Aiutami.Hope.1x05.Felice.Halloween.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | Stato : ERRORE - Originale mantenuto | | ven 9 gen 2015, 21.48.56, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 21.48.56, CET | Old file: Aiutami Hope - 1x06 - Segreti Di Famiglia.avi | | ven 9 gen 2015, 21.48.56, CET | New File: Aiutami Hope - 1x06 - Segreti Di Famiglia.avi | | ven 9 gen 2015, 21.48.56, CET | Stato : ERRORE - Originale mantenuto | | ven 9 gen 2015, 21.48.56, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 21.48.56, CET | Old file: Aiutami.Hope.1x07.Il.Raffreddore.Di.Hope.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | New File: Aiutami.Hope.1x07.Il.Raffreddore.Di.Hope.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | Stato : ERRORE - Originale mantenuto | | ven 9 gen 2015, 21.48.56, CET | Opzione : -m | ---------- ---------- | ven 9 gen 2015, 21.48.56, CET | Old file: Aiutami.Hope.1x08.Bollino.Blu.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | New File: Aiutami.Hope.1x08.Bollino.Blu.ITA.DLMux.XviD-NovaRip.avi | | ven 9 gen 2015, 21.48.56, CET | Stato : ERRORE - Originale mantenuto | | ven 9 gen 2015, 21.48.56, CET | Opzione : -m | ---------- ---------- | mar 13 gen 2015, 15.04.20, CET | Old file: Aiutami.Hope.1x11.Buon.Natale.Hope.ITA.DLMux.XviD-NovaRip.avi | | mar 13 gen 2015, 15.04.20, CET | New File: Aiutami.Hope.1x11.Buon.Natale.Hope.ITA.DLMux.XviD-NovaRip.avi | | mar 13 gen 2015, 15.04.20, CET | Stato : OK - Originale cancellato + Spostamento | | mar 13 gen 2015, 15.04.20, CET | Opzione : -m | ---------- ---------- | mar 13 gen 2015, 19.44.32, CET | Old file: Aiutami.Hope.1x09.Ecco.I.Nonni.ITA.DLMux.XviD-NovaRip.avi | | mar 13 gen 2015, 19.44.32, CET | New File: Aiutami.Hope.1x09.Ecco.I.Nonni.ITA.DLMux.XviD-NovaRip.avi | | mar 13 gen 2015, 19.44.32, CET | Stato : OK - Originale cancellato + Spostamento | | mar 13 gen 2015, 19.44.32, CET | Opzione : -m | ---------- ---------- | mer 14 gen 2015, 01.09.47, CET | Old file: Tron (1982).avi | | mer 14 gen 2015, 01.09.47, CET | New File: Tron (1982).avi | | mer 14 gen 2015, 01.09.47, CET | Stato : OK - Originale cancellato + Spostamento | | mer 14 gen 2015, 01.09.47, CET | Opzione : -m | ---------- ---------- | mer 14 gen 2015, 19.31.09, CET | Old file: Tron Legacy (2010).avi | | mer 14 gen 2015, 19.31.09, CET | New File: Tron Legacy (2010).avi | | mer 14 gen 2015, 19.31.09, CET | Stato : OK - Originale cancellato + Spostamento | | mer 14 gen 2015, 19.31.09, CET | Opzione : -m | ---------- ---------- | sab 7 feb 2015, 03.54.12, CET | Old file: Maleficent (2014).avi | | sab 7 feb 2015, 03.54.12, CET | New File: Maleficent (2014).avi | | sab 7 feb 2015, 03.54.12, CET | Stato : OK - Originale cancellato + Spostamento | | sab 7 feb 2015, 03.54.12, CET | Opzione : -m | ---------- ---------- | sab 7 feb 2015, 04.20.02, CET | Wait for mencoder instance 6019 6185 | ---------- | sab 7 feb 2015, 04.30.03, CET | Wait for mencoder instance 6019 6185 | ---------- | sab 7 feb 2015, 04.40.02, CET | Wait for mencoder instance 6019 6185 | ---------- | sab 7 feb 2015, 04.42.08, CET | Old file: A Colpo Sicuro - One Shot One Kill- Film Guerra-Italiano- Ottimo By Diavolone.avi | | sab 7 feb 2015, 04.42.08, CET | New File: A Colpo Sicuro - One Shot One Kill- Film Guerra-Italiano- Ottimo By Diavolone.avi | | sab 7 feb 2015, 04.42.08, CET | Stato : OK - Originale cancellato + Spostamento | | sab 7 feb 2015, 04.42.08, CET | Opzione : -m | ---------- ---------- | sab 7 feb 2015, 05.04.58, CET | Old file: Dragon.Trainer.2010.iTALiAN.480p.BRRip.XviD-OVER.avi | | sab 7 feb 2015, 05.04.58, CET | New File: Dragon.Trainer.2010.iTALiAN.480p.BRRip.XviD-OVER.avi | | sab 7 feb 2015, 05.04.58, CET | Stato : OK - Originale cancellato + Spostamento | | sab 7 feb 2015, 05.04.58, CET | Opzione : -m | ---------- ---------- | sab 7 feb 2015, 05.49.56, CET | Old file: Jersey.Boys.2014.iTALiAN.BDRip.XviD-TRL.avi | | sab 7 feb 2015, 05.49.56, CET | New File: Jersey.Boys.2014.iTALiAN.BDRip.XviD-TRL.avi | | sab 7 feb 2015, 05.49.56, CET | Stato : OK - Originale cancellato + Spostamento | | sab 7 feb 2015, 05.49.56, CET | Opzione : -m | ---------- ---------- | sab 7 feb 2015, 07.40.02, CET | Wait for mencoder instance 7457 7664 | ---------- | sab 7 feb 2015, 07.45.37, CET | Old file: Edge Of Tomorrow - Senza Domani (2014).avi | | sab 7 feb 2015, 07.45.37, CET | New File: Edge Of Tomorrow - Senza Domani (2014).avi | | sab 7 feb 2015, 07.45.37, CET | Stato : OK - Originale cancellato + Spostamento | | sab 7 feb 2015, 07.45.37, CET | Opzione : -m | ---------- ---------- | sab 7 feb 2015, 08.10.02, CET | Wait for mencoder instance 7664 9917 | ---------- | sab 7 feb 2015, 08.20.03, CET | Wait for mencoder instance 7664 9917 | ---------- | sab 7 feb 2015, 08.30.02, CET | Wait for mencoder instance 7664 9917 | ---------- | sab 7 feb 2015, 08.40.03, CET | Wait for mencoder instance 7664 9917 | ---------- | sab 7 feb 2015, 08.50.03, CET | Wait for mencoder instance 7664 9917 | ---------- | sab 7 feb 2015, 08.51.08, CET | Old file: Transformers 4 - LEra Dell Estinzione (2014).avi | | sab 7 feb 2015, 08.51.08, CET | New File: Transformers 4 - LEra Dell Estinzione (2014).avi | | sab 7 feb 2015, 08.51.08, CET | Stato : OK - Originale cancellato + Spostamento | | sab 7 feb 2015, 08.51.08, CET | Opzione : -m | ---------- ---------- | sab 7 feb 2015, 09.21.12, CET | Old file: Noah (2014).avi | | sab 7 feb 2015, 09.21.12, CET | New File: Noah (2014).avi | | sab 7 feb 2015, 09.21.12, CET | Stato : OK - Originale cancellato + Spostamento | | sab 7 feb 2015, 09.21.12, CET | Opzione : -m | ---------- ---------- | sab 7 feb 2015, 18.32.13, CET | Old file: Sette Anime.avi | | sab 7 feb 2015, 18.32.13, CET | New File: Sette Anime.avi | | sab 7 feb 2015, 18.32.13, CET | Stato : OK - Originale cancellato + Spostamento | | sab 7 feb 2015, 18.32.13, CET | Opzione : -m | ---------- ---------- | dom 8 feb 2015, 04.22.45, CET | Old file: Dragon Trainer 2 (2014).avi | | dom 8 feb 2015, 04.22.45, CET | New File: Dragon Trainer 2 (2014).avi | | dom 8 feb 2015, 04.22.45, CET | Stato : OK - Originale cancellato + Spostamento | | dom 8 feb 2015, 04.22.45, CET | Opzione : -m | ---------- ---------- | dom 8 feb 2015, 17.36.47, CET | Old file: Flags Of Our Fathers (2006).avi | | dom 8 feb 2015, 17.36.47, CET | New File: Flags Of Our Fathers (2006).avi | | dom 8 feb 2015, 17.36.47, CET | Stato : OK - Originale cancellato + Spostamento | | dom 8 feb 2015, 17.36.47, CET | Opzione : -m | ---------- ---------- | dom 8 feb 2015, 18.08.34, CET | Old file: Lilyhammer.1x02.Flamingo.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | dom 8 feb 2015, 18.08.34, CET | New File: Lilyhammer.1x02.Flamingo.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | dom 8 feb 2015, 18.08.34, CET | Stato : OK - Originale cancellato + Spostamento | | dom 8 feb 2015, 18.08.34, CET | Opzione : -m | ---------- ---------- | dom 8 feb 2015, 20.50.02, CET | Wait for mencoder instance 29134 29998 | ---------- | dom 8 feb 2015, 20.55.03, CET | Old file: Warm Bodies (2013).avi | | dom 8 feb 2015, 20.55.03, CET | New File: Warm Bodies (2013).avi | | dom 8 feb 2015, 20.55.04, CET | Stato : OK - Originale cancellato + Spostamento | | dom 8 feb 2015, 20.55.04, CET | Opzione : -m | ---------- ---------- | dom 8 feb 2015, 21.08.49, CET | Old file: Lilyhammer 1x01 Una Nuova Vita Ita Bdmux x264-Igm.mp4 | | dom 8 feb 2015, 21.08.49, CET | New File: Lilyhammer 1x01 Una Nuova Vita Ita Bdmux x264-Igm.avi | | dom 8 feb 2015, 21.08.49, CET | Stato : OK - Originale cancellato + Spostamento | | dom 8 feb 2015, 21.08.49, CET | Opzione : -m | ---------- ---------- | lun 9 feb 2015, 02.10.13, CET | Old file: Space Battleship Yamato (2010).avi | | lun 9 feb 2015, 02.10.13, CET | New File: Space Battleship Yamato (2010).avi | | lun 9 feb 2015, 02.10.13, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 feb 2015, 02.10.13, CET | Opzione : -m | ---------- ---------- | lun 9 feb 2015, 04.49.08, CET | Old file: Lilyhammer.1x07.Il.Babysitter.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | lun 9 feb 2015, 04.49.08, CET | New File: Lilyhammer.1x07.Il.Babysitter.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | lun 9 feb 2015, 04.49.08, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 feb 2015, 04.49.08, CET | Opzione : -m | ---------- ---------- | lun 9 feb 2015, 05.38.23, CET | Old file: Lilyhammer.1x06.Missione.Norvegia.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | lun 9 feb 2015, 05.38.23, CET | New File: Lilyhammer.1x06.Missione.Norvegia.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | lun 9 feb 2015, 05.38.23, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 feb 2015, 05.38.23, CET | Opzione : -m | ---------- ---------- | lun 9 feb 2015, 10.08.01, CET | Old file: Lilyhammer.1x04.L.Uomo.Di.Casa.ITA.BDMux.XviD-FTE.avi | | lun 9 feb 2015, 10.08.01, CET | New File: Lilyhammer.1x04.L.Uomo.Di.Casa.ITA.BDMux.XviD-FTE.avi | | lun 9 feb 2015, 10.08.01, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 feb 2015, 10.08.01, CET | Opzione : -m | ---------- ---------- | lun 9 feb 2015, 11.48.24, CET | Old file: Lilyhammer.1x03.Guantanamo.Blues.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | lun 9 feb 2015, 11.48.24, CET | New File: Lilyhammer.1x03.Guantanamo.Blues.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | lun 9 feb 2015, 11.48.24, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 feb 2015, 11.48.24, CET | Opzione : -m | ---------- ---------- | lun 9 feb 2015, 13.08.58, CET | Old file: Lilyhammer.1x05.L.Opera.D.Arte.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | lun 9 feb 2015, 13.08.58, CET | New File: Lilyhammer.1x05.L.Opera.D.Arte.ITA.BDMux.XviD-FTE.[tutankemule.net].avi | | lun 9 feb 2015, 13.08.58, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 feb 2015, 13.08.58, CET | Opzione : -m | ---------- ---------- | lun 9 feb 2015, 21.29.16, CET | Old file: Alex Cross - La Memoria Del Killer.avi | | lun 9 feb 2015, 21.29.16, CET | New File: Alex Cross - La Memoria Del Killer.avi | | lun 9 feb 2015, 21.29.16, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 feb 2015, 21.29.16, CET | Opzione : -m | ---------- ---------- | mar 10 feb 2015, 08.03.35, CET | Old file: L'apprendista Stregone (2010).mkv | | mar 10 feb 2015, 08.03.35, CET | New File: L'apprendista Stregone (2010).avi | | mar 10 feb 2015, 08.03.35, CET | Stato : OK - Originale cancellato + Spostamento | | mar 10 feb 2015, 08.03.35, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 04.50.55, CET | Old file: Almost.Human.1x01.Il.Fattore.Umano.ITA.DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 04.50.55, CET | New File: Almost.Human.1x01.Il.Fattore.Umano.ITA.DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 04.50.55, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 04.50.55, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 07.59.33, CET | Old file: Almost.Human. 1x02. Questione.Di.Pelle.avi | | mer 11 feb 2015, 07.59.33, CET | New File: Almost.Human. 1x02. Questione.Di.Pelle.avi | | mer 11 feb 2015, 07.59.33, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 07.59.33, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 15.17.28, CET | Old file: Almost.Human.1x03.Ostaggi.ITA.DLMux.x264-UBi.mp4 | | mer 11 feb 2015, 15.17.28, CET | New File: Almost.Human.1x03.Ostaggi.ITA.DLMux.x264-UBi.avi | | mer 11 feb 2015, 15.17.28, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 15.17.28, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 15.49.06, CET | Old file: Almost.Human.1x11.Cyber.Terrorismo.ITA.WEB-DLMux.FTE.avi | | mer 11 feb 2015, 15.49.06, CET | New File: Almost.Human.1x11.Cyber.Terrorismo.ITA.WEB-DLMux.FTE.avi | | mer 11 feb 2015, 15.49.06, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 15.49.06, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 16.10.02, CET | Wait for mencoder instance 22636 22708 | ---------- | mer 11 feb 2015, 16.10.34, CET | Old file: Almost.Human.1x05.Fratelli.Di.Sangue.1x05.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 16.10.34, CET | New File: Almost.Human.1x05.Fratelli.Di.Sangue.1x05.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 16.10.34, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 16.10.34, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 16.20.02, CET | Wait for mencoder instance 22708 22794 | ---------- | mer 11 feb 2015, 16.22.11, CET | Old file: Almost.Human.1x09.Anima.Sintetica.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 16.22.11, CET | New File: Almost.Human.1x09.Anima.Sintetica.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 16.22.11, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 16.22.11, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 16.30.02, CET | Wait for mencoder instance 22794 22909 | ---------- | mer 11 feb 2015, 16.33.10, CET | Old file: Almost.Human.1x09.Anima.Sintetica.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 16.33.10, CET | New File: Almost.Human.1x09.Anima.Sintetica.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 16.33.10, CET | Stato : ERRORE - Originale mantenuto | | mer 11 feb 2015, 16.33.10, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 16.40.02, CET | Wait for mencoder instance 22909 22995 | ---------- | mer 11 feb 2015, 16.50.02, CET | Wait for mencoder instance 22909 22995 | ---------- | mer 11 feb 2015, 16.51.13, CET | Old file: Almost.Human.1x06.Aritmia.ITA.DLMux.x264-UBi.mp4 | | mer 11 feb 2015, 16.51.13, CET | New File: Almost.Human.1x06.Aritmia.ITA.DLMux.x264-UBi.avi | | mer 11 feb 2015, 16.51.13, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 16.51.13, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 17.00.02, CET | Wait for mencoder instance 22995 23136 | ---------- | mer 11 feb 2015, 17.02.29, CET | Old file: Almost.Human.1x08.Il.localizzatore.ITA.DLMux.x264-UBi.mp4 | | mer 11 feb 2015, 17.02.29, CET | New File: Almost.Human.1x08.Il.localizzatore.ITA.DLMux.x264-UBi.avi | | mer 11 feb 2015, 17.02.29, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 17.02.29, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 17.19.45, CET | Old file: Almost.Human.1x08.Il.localizzatore.ITA.DLMux.x264-UBi.mp4 | | mer 11 feb 2015, 17.19.45, CET | New File: Almost.Human.1x08.Il.localizzatore.ITA.DLMux.x264-UBi.avi | | mer 11 feb 2015, 17.19.45, CET | Stato : ERRORE - Originale mantenuto | | mer 11 feb 2015, 17.19.45, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 17.30.02, CET | Wait for mencoder instance 23293 23413 | ---------- | mer 11 feb 2015, 17.31.10, CET | Old file: Almost.Human.1x12.Chirurgia.Plastica.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 17.31.10, CET | New File: Almost.Human.1x12.Chirurgia.Plastica.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 17.31.10, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 17.31.10, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 17.40.02, CET | Wait for mencoder instance 23413 23501 | ---------- | mer 11 feb 2015, 17.49.53, CET | Old file: Almost.Human.1x04.Embolia.ITA.DLMux.x264-UBi.mp4 | | mer 11 feb 2015, 17.49.53, CET | New File: Almost.Human.1x04.Embolia.ITA.DLMux.x264-UBi.avi | | mer 11 feb 2015, 17.49.53, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 17.49.53, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 17.50.02, CET | Wait for mencoder instance 23501 23617 | ---------- | mer 11 feb 2015, 18.00.01, CET | Wait for mencoder instance 23501 23617 | ---------- | mer 11 feb 2015, 18.01.33, CET | Old file: Almost.Human.1x07.Le.regole.di.Simon.ITA.DLMux.x264-UBi.mp4 | | mer 11 feb 2015, 18.01.33, CET | New File: Almost.Human.1x07.Le.regole.di.Simon.ITA.DLMux.x264-UBi.avi | | mer 11 feb 2015, 18.01.33, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 18.01.33, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 18.10.02, CET | Wait for mencoder instance 23617 23742 | ---------- | mer 11 feb 2015, 18.20.02, CET | Wait for mencoder instance 23617 23742 | ---------- | mer 11 feb 2015, 18.20.37, CET | Old file: Almost.Human.1x07.Le.regole.di.Simon.ITA.DLMux.x264-UBi.mp4 | | mer 11 feb 2015, 18.20.37, CET | New File: Almost.Human.1x07.Le.regole.di.Simon.ITA.DLMux.x264-UBi.avi | | mer 11 feb 2015, 18.20.37, CET | Stato : ERRORE - Originale mantenuto | | mer 11 feb 2015, 18.20.37, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 18.30.00, CET | Old file: Almost.Human.1x10.Percezione.ITA.DLMux.x264-UBi.mp4 | | mer 11 feb 2015, 18.30.00, CET | New File: Almost.Human.1x10.Percezione.ITA.DLMux.x264-UBi.avi | | mer 11 feb 2015, 18.30.00, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 18.30.00, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 18.49.02, CET | Old file: Almost.Human.1x13.L.Uomo.Di.Paglia.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 18.49.02, CET | New File: Almost.Human.1x13.L.Uomo.Di.Paglia.ITA.WEB-DLMux.FTE.[tutankemule.net].avi | | mer 11 feb 2015, 18.49.02, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 18.49.02, CET | Opzione : -m | ---------- ---------- | mer 11 feb 2015, 22.15.29, CET | Old file: I Guardiani Della Galassia.avi | | mer 11 feb 2015, 22.15.29, CET | New File: I Guardiani Della Galassia.avi | | mer 11 feb 2015, 22.15.29, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 feb 2015, 22.15.29, CET | Opzione : -m | ---------- ---------- | ven 13 feb 2015, 15.20.01, CET | Wait for mencoder instance 19660 22463 | ---------- | ven 13 feb 2015, 15.30.01, CET | Wait for mencoder instance 19660 22463 | ---------- | ven 13 feb 2015, 15.37.35, CET | Old file: The.Walking.Dead.5x09.Non.E.Finita.DLMux.MP3.iTA.XVID-UnLEGIT.avi | | ven 13 feb 2015, 15.37.35, CET | New File: The.Walking.Dead.5x09.Non.E.Finita.DLMux.MP3.iTA.XVID-UnLEGIT.avi | | ven 13 feb 2015, 15.37.35, CET | Stato : OK - Originale cancellato + Spostamento | | ven 13 feb 2015, 15.37.35, CET | Opzione : -m | ---------- ---------- | ven 13 feb 2015, 15.40.01, CET | Wait for mencoder instance 19660 22653 | ---------- | ven 13 feb 2015, 15.50.02, CET | Wait for mencoder instance 19660 22653 | ---------- | ven 13 feb 2015, 16.00.01, CET | Wait for mencoder instance 19660 22653 | ---------- | ven 13 feb 2015, 16.03.38, CET | Old file: Gotham.1x11.La.Tempesta.ITA.WEB-DLMux.x264-iGM.[tutankemule.net].mp4 | | ven 13 feb 2015, 16.03.38, CET | New File: Gotham.1x11.La.Tempesta.ITA.WEB-DLMux.x264-iGM.[tutankemule.net].avi | | ven 13 feb 2015, 16.03.38, CET | Stato : OK - Originale cancellato + Spostamento | | ven 13 feb 2015, 16.03.38, CET | Opzione : -m | ---------- ---------- | ven 13 feb 2015, 19.20.02, CET | Wait for mencoder instance 19660 24298 | ---------- | ven 13 feb 2015, 19.30.02, CET | Wait for mencoder instance 19660 24298 | ---------- | ven 13 feb 2015, 19.36.14, CET | Old file: Sons.Of.Anarchy.1x01.Storie.Di.Sangue.ITA.DVDRip.XviD-NovaRip.avi | | ven 13 feb 2015, 19.36.14, CET | New File: Sons.Of.Anarchy.1x01.Storie.Di.Sangue.ITA.DVDRip.XviD-NovaRip.avi | | ven 13 feb 2015, 19.36.14, CET | Stato : OK - Originale cancellato + Spostamento | | ven 13 feb 2015, 19.36.14, CET | Opzione : -m | ---------- ---------- | ven 13 feb 2015, 19.41.17, CET | Old file: Guardiani Della Galassia (2014).mkv | | ven 13 feb 2015, 19.41.17, CET | New File: Guardiani Della Galassia (2014).avi | | ven 13 feb 2015, 19.41.17, CET | Stato : OK - Originale cancellato + Spostamento | | ven 13 feb 2015, 19.41.17, CET | Opzione : -m | ---------- ---------- | ven 13 feb 2015, 23.18.19, CET | Old file: Sons.Of.Anarchy.1x03.Caccia.All.Uomo.ITA.DVDRip.XviD-NovaRip.avi | | ven 13 feb 2015, 23.18.19, CET | New File: Sons.Of.Anarchy.1x03.Caccia.All.Uomo.ITA.DVDRip.XviD-NovaRip.avi | | ven 13 feb 2015, 23.18.19, CET | Stato : OK - Originale cancellato + Spostamento | | ven 13 feb 2015, 23.18.19, CET | Opzione : -m | ---------- ---------- | sab 14 feb 2015, 04.42.05, CET | Old file: Californication.1x03.Quadri.Giusti.Cani.Sbagliati.ITA.DVDMux.XviD-NovaRip.avi | | sab 14 feb 2015, 04.42.05, CET | New File: Californication.1x03.Quadri.Giusti.Cani.Sbagliati.ITA.DVDMux.XviD-NovaRip.avi | | sab 14 feb 2015, 04.42.05, CET | Stato : OK - Originale cancellato + Spostamento | | sab 14 feb 2015, 04.42.05, CET | Opzione : -m | ---------- ---------- | sab 14 feb 2015, 04.50.01, CET | Wait for mencoder instance 1821 2168 | ---------- | sab 14 feb 2015, 05.00.02, CET | Wait for mencoder instance 1821 2168 | ---------- | sab 14 feb 2015, 05.03.14, CET | Old file: Sons.Of.Anarchy.1x02.Seeds.ITA.HDTVMux.XviD-NovaRip.avi | | sab 14 feb 2015, 05.03.14, CET | New File: Sons.Of.Anarchy.1x02.Seeds.ITA.HDTVMux.XviD-NovaRip.avi | | sab 14 feb 2015, 05.03.14, CET | Stato : OK - Originale cancellato + Spostamento | | sab 14 feb 2015, 05.03.14, CET | Opzione : -m | ---------- ---------- | sab 14 feb 2015, 05.04.58, CET | Old file: Sons.Of.Anarchy.1x02.Seeds.ITA.HDTVMux.XviD-NovaRip.avi | | sab 14 feb 2015, 05.04.58, CET | New File: Sons.Of.Anarchy.1x02.Seeds.ITA.HDTVMux.XviD-NovaRip.avi | | sab 14 feb 2015, 05.04.58, CET | Stato : ERRORE - Originale mantenuto | | sab 14 feb 2015, 05.04.58, CET | Opzione : -m | ---------- ---------- | sab 14 feb 2015, 07.41.56, CET | Old file: Californication.1x02.Invito.A.Cena.Con.Diletto.ITA.DVDMux.XviD-NovaRip.avi | | sab 14 feb 2015, 07.41.56, CET | New File: Californication.1x02.Invito.A.Cena.Con.Diletto.ITA.DVDMux.XviD-NovaRip.avi | | sab 14 feb 2015, 07.41.56, CET | Stato : OK - Originale cancellato + Spostamento | | sab 14 feb 2015, 07.41.56, CET | Opzione : -m | ---------- ---------- | sab 14 feb 2015, 08.03.28, CET | Old file: Californication.1x01.Pilota.ITA.DVDMux.XviD-NovaRip.avi | | sab 14 feb 2015, 08.03.28, CET | New File: Californication.1x01.Pilota.ITA.DVDMux.XviD-NovaRip.avi | | sab 14 feb 2015, 08.03.28, CET | Stato : OK - Originale cancellato + Spostamento | | sab 14 feb 2015, 08.03.28, CET | Opzione : -m | ---------- ---------- | ven 20 feb 2015, 00.07.43, CET | Old file: The.Walking.Dead.5x10.Loro.ITA.DLMux.x264-UBi.mkv | | ven 20 feb 2015, 00.07.43, CET | New File: The.Walking.Dead.5x10.Loro.ITA.DLMux.x264-UBi.avi | | ven 20 feb 2015, 00.07.43, CET | Stato : OK - Originale cancellato + Spostamento | | ven 20 feb 2015, 00.07.43, CET | Opzione : -m | ---------- ---------- | ven 20 feb 2015, 13.24.29, CET | Old file: Gotham.1x12.Elettroesecuzione.ITA.WEB-DLMux.x264-iGM.mp4 | | ven 20 feb 2015, 13.24.29, CET | New File: Gotham.1x12.Elettroesecuzione.ITA.WEB-DLMux.x264-iGM.avi | | ven 20 feb 2015, 13.24.29, CET | Stato : OK - Originale cancellato + Spostamento | | ven 20 feb 2015, 13.24.29, CET | Opzione : -m | ---------- ---------- | ven 27 feb 2015, 22.07.42, CET | Old file: The.Walking.Dead.5x11.La.Distanza.ITA.DLMux.x264-UBi.mkv | | ven 27 feb 2015, 22.07.42, CET | New File: The.Walking.Dead.5x11.La.Distanza.ITA.DLMux.x264-UBi.avi | | ven 27 feb 2015, 22.07.42, CET | Stato : OK - Originale cancellato + Spostamento | | ven 27 feb 2015, 22.07.42, CET | Opzione : -m | ---------- ---------- | dom 1 mar 2015, 15.25.21, CET | Old file: Gotham.1x13.Bentornato.Jim.Gordon.ITA.WEB-DLMux.x264-iGM.mp4 | | dom 1 mar 2015, 15.25.21, CET | New File: Gotham.1x13.Bentornato.Jim.Gordon.ITA.WEB-DLMux.x264-iGM.avi | | dom 1 mar 2015, 15.25.21, CET | Stato : OK - Originale cancellato + Spostamento | | dom 1 mar 2015, 15.25.21, CET | Opzione : -m | ---------- ---------- | mer 4 mar 2015, 15.36.44, CET | Old file: The.Walking.Dead.5x12.Benvenuti.ITA.DLMux.x264-UBi.mkv | | mer 4 mar 2015, 15.36.44, CET | New File: The.Walking.Dead.5x12.Benvenuti.ITA.DLMux.x264-UBi.avi | | mer 4 mar 2015, 15.36.44, CET | Stato : OK - Originale cancellato + Spostamento | | mer 4 mar 2015, 15.36.44, CET | Opzione : -m | ---------- ---------- | mer 4 mar 2015, 21.23.33, CET | Old file: Gotham.1x14.Paura.Profonda.ITA.DLMux.x264-UBi.mkv | | mer 4 mar 2015, 21.23.33, CET | New File: Gotham.1x14.Paura.Profonda.ITA.DLMux.x264-UBi.avi | | mer 4 mar 2015, 21.23.33, CET | Stato : OK - Originale cancellato + Spostamento | | mer 4 mar 2015, 21.23.33, CET | Opzione : -m | ---------- ---------- | lun 9 mar 2015, 00.34.50, CET | Old file: The.Vampire.Diaries.6x02.Voltare.Pagina.ITA.WEB-DLMux.x264-iGM.[tutankemule.net].mp4 | | lun 9 mar 2015, 00.34.50, CET | New File: The.Vampire.Diaries.6x02.Voltare.Pagina.ITA.WEB-DLMux.x264-iGM.[tutankemule.net].avi | | lun 9 mar 2015, 00.34.50, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 mar 2015, 00.34.50, CET | Opzione : -m | ---------- ---------- | lun 9 mar 2015, 01.45.44, CET | Old file: The.Vampire.Diaries.6x01.Io.Ricordero.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 9 mar 2015, 01.45.44, CET | New File: The.Vampire.Diaries.6x01.Io.Ricordero.ITA.WEB-DLMux.x264-iGM.avi | | lun 9 mar 2015, 01.45.44, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 mar 2015, 01.45.44, CET | Opzione : -m | ---------- ---------- | lun 9 mar 2015, 02.04.33, CET | Old file: The.Originals.2x01.Rinascita.ITA.DLMux.x264-NovaRip.mkv | | lun 9 mar 2015, 02.04.33, CET | New File: The.Originals.2x01.Rinascita.ITA.DLMux.x264-NovaRip.avi | | lun 9 mar 2015, 02.04.33, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 mar 2015, 02.04.33, CET | Opzione : -m | ---------- ---------- | lun 9 mar 2015, 02.24.33, CET | Old file: The.Originals.2x02.Vivi.E.Vegeti.ITA.WEB-DLMux.x264-iGM.mp4 | | lun 9 mar 2015, 02.24.33, CET | New File: The.Originals.2x02.Vivi.E.Vegeti.ITA.WEB-DLMux.x264-iGM.avi | | lun 9 mar 2015, 02.24.33, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 mar 2015, 02.24.33, CET | Opzione : -m | ---------- ---------- | lun 9 mar 2015, 15.46.38, CET | Old file: [DivX-ITA] Il Castello Errante di Howl ( DvdRIP HQ).avi | | lun 9 mar 2015, 15.46.38, CET | New File: [DivX-ITA] Il Castello Errante di Howl ( DvdRIP HQ).avi | | lun 9 mar 2015, 15.46.38, CET | Stato : OK - Originale cancellato + Spostamento | | lun 9 mar 2015, 15.46.38, CET | Opzione : -m | ---------- ---------- | mar 10 mar 2015, 23.09.04, CET | Old file: The.Walking.Dead.5x13.Dimenticare.ITA.DLMux.x264-UBi.mkv | | mar 10 mar 2015, 23.09.04, CET | New File: The.Walking.Dead.5x13.Dimenticare.ITA.DLMux.x264-UBi.avi | | mar 10 mar 2015, 23.09.04, CET | Stato : OK - Originale cancellato + Spostamento | | mar 10 mar 2015, 23.09.04, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 13.26.37, CET | Old file: Gotham.1x15.Lo.Spaventapasseri.ITA.DLMux.x264-UBi.mkv | | mer 11 mar 2015, 13.26.37, CET | New File: Gotham.1x15.Lo.Spaventapasseri.ITA.DLMux.x264-UBi.avi | | mer 11 mar 2015, 13.26.37, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 13.26.37, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 15.14.39, CET | Old file: The.Originals.1x22.La.Madre.ITA.WEB-DLMux.x264-iGM.mp4 | | mer 11 mar 2015, 15.14.39, CET | New File: The.Originals.1x22.La.Madre.ITA.WEB-DLMux.x264-iGM.avi | | mer 11 mar 2015, 15.14.39, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 15.14.39, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 16.24.57, CET | Old file: The.Originals.1x21.La.Battaglia.Di.New.Orleans.ITA.WEB-DLMux.x264-iGM.mp4 | | mer 11 mar 2015, 16.24.57, CET | New File: The.Originals.1x21.La.Battaglia.Di.New.Orleans.ITA.WEB-DLMux.x264-iGM.avi | | mer 11 mar 2015, 16.24.57, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 16.24.57, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 17.05.06, CET | Old file: The.Originals.1x05.Il.Rito.Del.Raccolto.ITA.WEB-DLMux.x264-iGM.mp4 | | mer 11 mar 2015, 17.05.06, CET | New File: The.Originals.1x05.Il.Rito.Del.Raccolto.ITA.WEB-DLMux.x264-iGM.avi | | mer 11 mar 2015, 17.05.06, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 17.05.06, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 18.02.52, CET | Old file: The.Originals.1x04.La.Ragazza.Di.New.Orleans.ITA.WEB-DLMux.x264-iGM.mp4 | | mer 11 mar 2015, 18.02.52, CET | New File: The.Originals.1x04.La.Ragazza.Di.New.Orleans.ITA.WEB-DLMux.x264-iGM.avi | | mer 11 mar 2015, 18.02.52, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 18.02.52, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 20.34.29, CET | Old file: The.Originals.1x19.L.Attentato.ITA.WEB-DLMux.x264-iGM.mp4 | | mer 11 mar 2015, 20.34.29, CET | New File: The.Originals.1x19.L.Attentato.ITA.WEB-DLMux.x264-iGM.avi | | mer 11 mar 2015, 20.34.29, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 20.34.29, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 21.13.49, CET | Old file: The.Originals.1x02.L.Arma.Segreta.ITA.WEB-DLMux.x264-iGM.mp4 | | mer 11 mar 2015, 21.13.49, CET | New File: The.Originals.1x02.L.Arma.Segreta.ITA.WEB-DLMux.x264-iGM.avi | | mer 11 mar 2015, 21.13.49, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 21.13.49, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 21.53.08, CET | Old file: The.Originals.1x01.Sempre.E.Per.Sempre.ITA.WEB-DLMux.x264-iGM.mp4 | | mer 11 mar 2015, 21.53.08, CET | New File: The.Originals.1x01.Sempre.E.Per.Sempre.ITA.WEB-DLMux.x264-iGM.avi | | mer 11 mar 2015, 21.53.08, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 21.53.08, CET | Opzione : -m | ---------- ---------- | mer 11 mar 2015, 22.14.22, CET | Old file: The.Originals.1x03.Maschio.o.femmina.ITA.DLMux.x264-UBi.mp4 | | mer 11 mar 2015, 22.14.22, CET | New File: The.Originals.1x03.Maschio.o.femmina.ITA.DLMux.x264-UBi.avi | | mer 11 mar 2015, 22.14.22, CET | Stato : OK - Originale cancellato + Spostamento | | mer 11 mar 2015, 22.14.22, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 01.54.39, CET | Old file: The.Originals.1x13.La.Mezzaluna.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 01.54.39, CET | New File: The.Originals.1x13.La.Mezzaluna.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 01.54.39, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 01.54.39, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 03.22.49, CET | Old file: The.Originals.1x06.Il.Frutto.Avvelenato.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 03.22.49, CET | New File: The.Originals.1x06.Il.Frutto.Avvelenato.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 03.22.49, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 03.22.49, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 06.13.43, CET | Old file: The.Originals.1x17.La.Luna.Su.Bourbon.Street.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 06.13.43, CET | New File: The.Originals.1x17.La.Luna.Su.Bourbon.Street.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 06.13.43, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 06.13.43, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 07.24.40, CET | Old file: The.Originals.1x14.Viaggio.All.Inferno.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 07.24.40, CET | New File: The.Originals.1x14.Viaggio.All.Inferno.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 07.24.40, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 07.24.40, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 09.24.04, CET | Old file: The.Originals.1x20.La.Scatola.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 09.24.04, CET | New File: The.Originals.1x20.La.Scatola.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 09.24.04, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 09.24.04, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 11.24.33, CET | Old file: The.Originals.1x11.La.Consacrazione.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 11.24.33, CET | New File: The.Originals.1x11.La.Consacrazione.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 11.24.33, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 11.24.33, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 14.55.03, CET | Old file: The.Originals.1x07.Il.Potere.Del.Sangue.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 14.55.03, CET | New File: The.Originals.1x07.Il.Potere.Del.Sangue.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 14.55.03, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 14.55.03, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 16.00.03, CET | Wait for mencoder instance 2621 2871 | ---------- | gio 12 mar 2015, 16.09.38, CET | Old file: The.Originals.1x15.Le.Grand.Guignol.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 16.09.38, CET | New File: The.Originals.1x15.Le.Grand.Guignol.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 16.09.38, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 16.09.38, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 16.20.02, CET | Wait for mencoder instance 2871 3290 | ---------- | gio 12 mar 2015, 16.21.12, CET | Old file: The.Originals.1x16.Addio.A.Storyville.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 16.21.12, CET | New File: The.Originals.1x16.Addio.A.Storyville.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 16.21.12, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 16.21.12, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 16.37.09, CET | Old file: The.Originals.1x09.Il.Nuovo.Re.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 16.37.09, CET | New File: The.Originals.1x09.Il.Nuovo.Re.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 16.37.09, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 16.37.09, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 16.40.02, CET | Wait for mencoder instance 3784 3859 | ---------- | gio 12 mar 2015, 16.50.03, CET | Wait for mencoder instance 3784 3859 | ---------- | gio 12 mar 2015, 17.00.03, CET | Wait for mencoder instance 3784 3859 | ---------- | gio 12 mar 2015, 17.00.48, CET | Old file: The.Originals.1x10.Le.Casket.Girls.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 17.00.48, CET | New File: The.Originals.1x10.Le.Casket.Girls.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 17.00.48, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 17.00.48, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 17.08.12, CET | Old file: The.Originals.1x18.La.Festa.Delle.Streghe.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 17.08.12, CET | New File: The.Originals.1x18.La.Festa.Delle.Streghe.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 17.08.12, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 17.08.12, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 17.20.02, CET | Wait for mencoder instance 4260 4501 | ---------- | gio 12 mar 2015, 17.30.02, CET | Wait for mencoder instance 4260 4501 | ---------- | gio 12 mar 2015, 17.31.08, CET | Old file: The.Originals.1x18.La.Festa.Delle.Streghe.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 17.31.08, CET | New File: The.Originals.1x18.La.Festa.Delle.Streghe.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 17.31.08, CET | Stato : ERRORE - Originale mantenuto | | gio 12 mar 2015, 17.31.08, CET | Opzione : -m | ---------- ---------- | gio 12 mar 2015, 17.37.54, CET | Old file: The.Originals.1x08.L.Alleanza.ITA.WEB-DLMux.x264-iGM.mp4 | | gio 12 mar 2015, 17.37.54, CET | New File: The.Originals.1x08.L.Alleanza.ITA.WEB-DLMux.x264-iGM.avi | | gio 12 mar 2015, 17.37.54, CET | Stato : OK - Originale cancellato + Spostamento | | gio 12 mar 2015, 17.37.54, CET | Opzione : -m | ---------- ---------- | sab 14 mar 2015, 00.06.58, CET | Old file: The.Americans.2x09.Aquila.Marziale.ITA.DLMux.x264-NovaRip.mkv | | sab 14 mar 2015, 00.06.58, CET | New File: The.Americans.2x09.Aquila.Marziale.ITA.DLMux.x264-NovaRip.avi | | sab 14 mar 2015, 00.06.58, CET | Stato : OK - Originale cancellato + Spostamento | | sab 14 mar 2015, 00.06.58, CET | Opzione : -m | ---------- ---------- | sab 14 mar 2015, 14.00.54, CET | Old file: The.Americans.2x11.Possibile.Tradimento.ITA.ENG.DLMux.XviD-Pir8.avi | | sab 14 mar 2015, 14.00.54, CET | New File: The.Americans.2x11.Possibile.Tradimento.ITA.ENG.DLMux.XviD-Pir8.avi | | sab 14 mar 2015, 14.00.54, CET | Stato : OK - Originale cancellato + Spostamento | | sab 14 mar 2015, 14.00.54, CET | Opzione : -m | ---------- ---------- | sab 14 mar 2015, 15.37.35, CET | Old file: The.Americans.2x10.Doppio.Gioco.ITA.DLMux.x264-NovaRip.mkv | | sab 14 mar 2015, 15.37.35, CET | New File: The.Americans.2x10.Doppio.Gioco.ITA.DLMux.x264-NovaRip.avi | | sab 14 mar 2015, 15.37.35, CET | Stato : OK - Originale cancellato + Spostamento | | sab 14 mar 2015, 15.37.35, CET | Opzione : -m | ---------- ---------- | sab 14 mar 2015, 20.29.58, CET | Old file: The.Americans.2x12.Scelte.Obbligate.ITA.ENG.DLMux.XviD-Pir8.avi | | sab 14 mar 2015, 20.29.58, CET | New File: The.Americans.2x12.Scelte.Obbligate.ITA.ENG.DLMux.XviD-Pir8.avi | | sab 14 mar 2015, 20.29.58, CET | Stato : OK - Originale cancellato + Spostamento | | sab 14 mar 2015, 20.29.58, CET | Opzione : -m | ---------- ---------- | dom 15 mar 2015, 03.15.32, CET | Old file: The.Americans.2x06.Dietro.La.Porta.Rossa.ITA.DLMux.x264-NovaRip.mkv | | dom 15 mar 2015, 03.15.32, CET | New File: The.Americans.2x06.Dietro.La.Porta.Rossa.ITA.DLMux.x264-NovaRip.avi | | dom 15 mar 2015, 03.15.32, CET | Stato : OK - Originale cancellato + Spostamento | | dom 15 mar 2015, 03.15.32, CET | Opzione : -m | ---------- ---------- | dom 15 mar 2015, 04.02.41, CET | Old file: The.Americans.2x07.ARPANET.ITA.DLMux.x264-NovaRip.mkv | | dom 15 mar 2015, 04.02.41, CET | New File: The.Americans.2x07.ARPANET.ITA.DLMux.x264-NovaRip.avi | | dom 15 mar 2015, 04.02.41, CET | Stato : OK - Originale cancellato + Spostamento | | dom 15 mar 2015, 04.02.41, CET | Opzione : -m | ---------- ---------- | dom 15 mar 2015, 06.57.11, CET | Old file: The.Americans.2x01.Compagni.ITA.DLMux.x264-NovaRip.mkv | | dom 15 mar 2015, 06.57.11, CET | New File: The.Americans.2x01.Compagni.ITA.DLMux.x264-NovaRip.avi | | dom 15 mar 2015, 06.57.11, CET | Stato : OK - Originale cancellato + Spostamento | | dom 15 mar 2015, 06.57.11, CET | Opzione : -m | ---------- ---------- | dom 15 mar 2015, 07.58.05, CET | Old file: The.Americans.2x05.L.Accordo.ITA.DLMux.x264-NovaRip.mkv | | dom 15 mar 2015, 07.58.05, CET | New File: The.Americans.2x05.L.Accordo.ITA.DLMux.x264-NovaRip.avi | | dom 15 mar 2015, 07.58.05, CET | Stato : OK - Originale cancellato + Spostamento | | dom 15 mar 2015, 07.58.05, CET | Opzione : -m | ---------- ---------- | dom 15 mar 2015, 08.47.26, CET | Old file: The.Americans.2x13.Echo.ITA.DLMux.x264-NovaRip.mkv | | dom 15 mar 2015, 08.47.26, CET | New File: The.Americans.2x13.Echo.ITA.DLMux.x264-NovaRip.avi | | dom 15 mar 2015, 08.47.26, CET | Stato : OK - Originale cancellato + Spostamento | | dom 15 mar 2015, 08.47.26, CET | Opzione : -m | ---------- ---------- | lun 16 mar 2015, 08.00.02, CET | Wait for mencoder instance 27603 27861 | ---------- | lun 16 mar 2015, 08.09.21, CET | Old file: The.Americans.2x02.Rischi.Del.Mestiere.ITA.DLMux.x264-NovaRip.mkv | | lun 16 mar 2015, 08.09.21, CET | New File: The.Americans.2x02.Rischi.Del.Mestiere.ITA.DLMux.x264-NovaRip.avi | | lun 16 mar 2015, 08.09.21, CET | Stato : OK - Originale cancellato + Spostamento | | lun 16 mar 2015, 08.09.21, CET | Opzione : -m | ---------- ---------- | lun 16 mar 2015, 08.10.02, CET | Wait for mencoder instance 14790 27861 | ---------- | lun 16 mar 2015, 08.20.02, CET | Wait for mencoder instance 14790 27861 | ---------- | lun 16 mar 2015, 08.21.00, CET | Old file: The.Americans.2x04.L.Oppio.Dei.Popoli.ITA.DLMux.x264-NovaRip.mkv | | lun 16 mar 2015, 08.21.00, CET | New File: The.Americans.2x04.L.Oppio.Dei.Popoli.ITA.DLMux.x264-NovaRip.avi | | lun 16 mar 2015, 08.21.00, CET | Stato : OK - Originale cancellato + Spostamento | | lun 16 mar 2015, 08.21.00, CET | Opzione : -m | ---------- ---------- | lun 16 mar 2015, 08.36.02, CET | Old file: The.Americans.2x04.L.Oppio.Dei.Popoli.ITA.DLMux.x264-NovaRip.mkv | | lun 16 mar 2015, 08.36.02, CET | New File: The.Americans.2x04.L.Oppio.Dei.Popoli.ITA.DLMux.x264-NovaRip.avi | | lun 16 mar 2015, 08.36.02, CET | Stato : ERRORE - Originale mantenuto | | lun 16 mar 2015, 08.36.02, CET | Opzione : -m | ---------- ---------- | lun 16 mar 2015, 10.46.27, CET | Old file: The.Americans.2x08.La.Macchina.Nuova.ITA.DLMux.x264-NovaRip.mkv | | lun 16 mar 2015, 10.46.27, CET | New File: The.Americans.2x08.La.Macchina.Nuova.ITA.DLMux.x264-NovaRip.avi | | lun 16 mar 2015, 10.46.27, CET | Stato : OK - Originale cancellato + Spostamento | | lun 16 mar 2015, 10.46.27, CET | Opzione : -m | ---------- ---------- | lun 16 mar 2015, 20.43.30, CET | Old file: The.Americans.2x03.Soli.ITA.REPACK.DLMux.x264-NovaRip.mkv | | lun 16 mar 2015, 20.43.30, CET | New File: The.Americans.2x03.Soli.ITA.REPACK.DLMux.x264-NovaRip.avi | | lun 16 mar 2015, 20.43.30, CET | Stato : OK - Originale cancellato + Spostamento | | lun 16 mar 2015, 20.43.30, CET | Opzione : -m | ---------- ---------- | mar 17 mar 2015, 21.27.02, CET | Old file: Supernatural.8x10.Frequenze.Angeliche.ITA.BDMux.x264-NovaRip.mkv | | mar 17 mar 2015, 21.27.02, CET | New File: Supernatural.8x10.Frequenze.Angeliche.ITA.BDMux.x264-NovaRip.avi | | mar 17 mar 2015, 21.27.02, CET | Stato : OK - Originale cancellato + Spostamento | | mar 17 mar 2015, 21.27.02, CET | Opzione : -m | ---------- ---------- | mar 17 mar 2015, 21.40.03, CET | Wait for mencoder instance 19288 19586 | ---------- | mar 17 mar 2015, 21.46.26, CET | Old file: supernatural 8x06 l'accoglienza del sud.avi | | mar 17 mar 2015, 21.46.26, CET | New File: supernatural 8x06 l'accoglienza del sud.avi | | mar 17 mar 2015, 21.46.26, CET | Stato : OK - Originale cancellato + Spostamento | | mar 17 mar 2015, 21.46.26, CET | Opzione : -m | ---------- ---------- | mar 17 mar 2015, 21.50.02, CET | Wait for mencoder instance 19586 20057 | ---------- | mar 17 mar 2015, 22.00.03, CET | Wait for mencoder instance 19586 20057 | ---------- | mar 17 mar 2015, 22.01.49, CET | Old file: Supernatural - 8x09 - Scontro tra Vampiri.mp4 | | mar 17 mar 2015, 22.01.49, CET | New File: Supernatural - 8x09 - Scontro tra Vampiri.avi | | mar 17 mar 2015, 22.01.49, CET | Stato : OK - Originale cancellato + Spostamento | | mar 17 mar 2015, 22.01.49, CET | Opzione : -m | ---------- ---------- | mar 17 mar 2015, 22.15.59, CET | Old file: Supernatural.8x01.Dobbiamo.Parlare.Di.Kevin.ITA.BDMux.x264-NovaRip.mkv | | mar 17 mar 2015, 22.15.59, CET | New File: Supernatural.8x01.Dobbiamo.Parlare.Di.Kevin.ITA.BDMux.x264-NovaRip.avi | | mar 17 mar 2015, 22.15.59, CET | Stato : OK - Originale cancellato + Spostamento | | mar 17 mar 2015, 22.15.59, CET | Opzione : -m | ---------- ---------- | mar 17 mar 2015, 22.33.39, CET | Old file: Supernatural.8x08.Situazioni.Molto.Animate.BDMux.MP3.iTA.XVID-UnLEGIT.avi | | mar 17 mar 2015, 22.33.39, CET | New File: Supernatural.8x08.Situazioni.Molto.Animate.BDMux.MP3.iTA.XVID-UnLEGIT.avi | | mar 17 mar 2015, 22.33.39, CET | Stato : OK - Originale cancellato + Spostamento | | mar 17 mar 2015, 22.33.39, CET | Opzione : -m | ---------- ---------- | mar 17 mar 2015, 23.34.09, CET | Old file: Supernatural.8x03.Problemi.Di.Cuore.ITA.BDMux.x264-NovaRip.mkv | | mar 17 mar 2015, 23.34.09, CET | New File: Supernatural.8x03.Problemi.Di.Cuore.ITA.BDMux.x264-NovaRip.avi | | mar 17 mar 2015, 23.34.09, CET | Stato : OK - Originale cancellato + Spostamento | | mar 17 mar 2015, 23.34.09, CET | Opzione : -m | ---------- ---------- | mer 18 mar 2015, 00.05.17, CET | Old file: Supernatural.8x02.Come.Va.Mamma.Tigre.ITA.BDMux.x264-NovaRip.mkv | | mer 18 mar 2015, 00.05.17, CET | New File: Supernatural.8x02.Come.Va.Mamma.Tigre.ITA.BDMux.x264-NovaRip.avi | | mer 18 mar 2015, 00.05.17, CET | Stato : OK - Originale cancellato + Spostamento | | mer 18 mar 2015, 00.05.17, CET | Opzione : -m | ---------- ---------- | mer 18 mar 2015, 00.30.03, CET | Wait for mencoder instance 23546 23745 | ---------- | mer 18 mar 2015, 00.40.02, CET | Wait for mencoder instance 23546 23745 | ---------- | mer 18 mar 2015, 00.42.43, CET | Old file: The.Walking.Dead.5x14.Trascorrere.ITA.DLMux.x264-UBi.mkv | | mer 18 mar 2015, 00.42.43, CET | New File: The.Walking.Dead.5x14.Trascorrere.ITA.DLMux.x264-UBi.avi | | mer 18 mar 2015, 00.42.43, CET | Stato : OK - Originale cancellato + Spostamento | | mer 18 mar 2015, 00.42.43, CET | Opzione : -m | ---------- ---------- | mer 18 mar 2015, 00.52.29, CET | Old file: Supernatural.8x04.Morsi.ITA.BDMux.x264-NovaRip.mkv | | mer 18 mar 2015, 00.52.29, CET | New File: Supernatural.8x04.Morsi.ITA.BDMux.x264-NovaRip.avi | | mer 18 mar 2015, 00.52.29, CET | Stato : OK - Originale cancellato + Spostamento | | mer 18 mar 2015, 00.52.29, CET | Opzione : -m | ---------- ---------- | mer 18 mar 2015, 01.40.03, CET | Wait for mencoder instance 24748 24904 | ---------- | mer 18 mar 2015, 01.47.28, CET | Old file: Supernatural.8x05.Fratello.Di.Sangue.ITA.BDMux.x264-NovaRip.mkv | | mer 18 mar 2015, 01.47.28, CET | New File: Supernatural.8x05.Fratello.Di.Sangue.ITA.BDMux.x264-NovaRip.avi | | mer 18 mar 2015, 01.47.28, CET | Stato : OK - Originale cancellato + Spostamento | | mer 18 mar 2015, 01.47.28, CET | Opzione : -m | ---------- ---------- | mer 18 mar 2015, 01.57.47, CET | Old file: Gotham.1x16.L.Indovino.Cieco.ITA.DLMux.x264-UBi.mkv | | mer 18 mar 2015, 01.57.47, CET | New File: Gotham.1x16.L.Indovino.Cieco.ITA.DLMux.x264-UBi.avi | | mer 18 mar 2015, 01.57.47, CET | Stato : OK - Originale cancellato + Spostamento | | mer 18 mar 2015, 01.57.47, CET | Opzione : -m | ---------- ---------- | mer 18 mar 2015, 13.15.09, CET | Old file: Supernatural.8x07.Un.Pezzettino.Di.Kevin.ITA.BDMux.x264-NovaRip.mkv | | mer 18 mar 2015, 13.15.09, CET | New File: Supernatural.8x07.Un.Pezzettino.Di.Kevin.ITA.BDMux.x264-NovaRip.avi | | mer 18 mar 2015, 13.15.09, CET | Stato : OK - Originale cancellato + Spostamento | | mer 18 mar 2015, 13.15.09, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 03.25.43, CET | Old file: Interstellar (2014).avi | | lun 23 mar 2015, 03.25.43, CET | New File: Interstellar (2014).avi | | lun 23 mar 2015, 03.25.43, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 03.25.43, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 06.48.50, CET | Old file: Vikings.1x05.L.Incursione.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 06.48.50, CET | New File: Vikings.1x05.L.Incursione.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 06.48.50, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 06.48.50, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 07.09.20, CET | Old file: Vikings.1x08.Sacrificio.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 07.09.20, CET | New File: Vikings.1x08.Sacrificio.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 07.09.20, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 07.09.20, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 07.29.15, CET | Old file: Vikings.1x06.IL.Funerale.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 07.29.15, CET | New File: Vikings.1x06.IL.Funerale.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 07.29.15, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 07.29.15, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 09.15.15, CET | Old file: Vikings.1x09.Tutto.Cambia.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 09.15.15, CET | New File: Vikings.1x09.Tutto.Cambia.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 09.15.15, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 09.15.15, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 09.58.05, CET | Old file: Vikings.1x03.Usurpato.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 09.58.05, CET | New File: Vikings.1x03.Usurpato.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 09.58.05, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 09.58.05, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 11.07.15, CET | Old file: Vikings.1x04.Il.Processo.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 11.07.15, CET | New File: Vikings.1x04.Il.Processo.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 11.07.15, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 11.07.15, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 12.00.02, CET | Wait for mencoder instance 28351 28680 | ---------- | lun 23 mar 2015, 12.10.02, CET | Wait for mencoder instance 28351 28680 | ---------- | lun 23 mar 2015, 12.20.03, CET | Wait for mencoder instance 28351 28680 | ---------- | lun 23 mar 2015, 12.23.39, CET | Old file: Vikings.1x02.L.Ira.Degli.Uomini.Del.Nord.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 12.23.39, CET | New File: Vikings.1x02.L.Ira.Degli.Uomini.Del.Nord.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 12.23.39, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 12.23.39, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 12.45.32, CET | Old file: Lo.Hobbit.La.Battaglia.Delle.Cinque.Armate.2014.iTALiAN.MD.BDRip.XviD-FREE.avi | | lun 23 mar 2015, 12.45.32, CET | New File: Lo.Hobbit.La.Battaglia.Delle.Cinque.Armate.2014.iTALiAN.MD.BDRip.XviD-FREE.avi | | lun 23 mar 2015, 12.45.32, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 12.45.32, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 13.58.36, CET | Old file: Vikings.1x01.Riti.Di.Passaggio.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 13.58.36, CET | New File: Vikings.1x01.Riti.Di.Passaggio.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 13.58.36, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 13.58.36, CET | Opzione : -m | ---------- ---------- | lun 23 mar 2015, 14.36.53, CET | Old file: Vikings.1x07.Il.Riscatto.Di.Un.Re.ITA.BDMux.x264-iGM.mp4 | | lun 23 mar 2015, 14.36.53, CET | New File: Vikings.1x07.Il.Riscatto.Di.Un.Re.ITA.BDMux.x264-iGM.avi | | lun 23 mar 2015, 14.36.53, CET | Stato : OK - Originale cancellato + Spostamento | | lun 23 mar 2015, 14.36.53, CET | Opzione : -m | ---------- ---------- | mar 24 mar 2015, 20.36.31, CET | Old file: The.Walking.Dead.5x15.Provare.ITA.DLMux.x264-UBi.mkv | | mar 24 mar 2015, 20.36.31, CET | New File: The.Walking.Dead.5x15.Provare.ITA.DLMux.x264-UBi.avi | | mar 24 mar 2015, 20.36.31, CET | Stato : OK - Originale cancellato + Spostamento | | mar 24 mar 2015, 20.36.31, CET | Opzione : -m | ---------- ---------- | mer 25 mar 2015, 13.15.52, CET | Old file: Gotham.1x17.Cappuccio.Rosso.ITA.DLMux.x264-UBi.mkv | | mer 25 mar 2015, 13.15.52, CET | New File: Gotham.1x17.Cappuccio.Rosso.ITA.DLMux.x264-UBi.avi | | mer 25 mar 2015, 13.15.52, CET | Stato : OK - Originale cancellato + Spostamento | | mer 25 mar 2015, 13.15.52, CET | Opzione : -m | ---------- ---------- | mar 31 mar 2015, 20.35.37, CEST | Old file: Vikings.2x01.Guerra.Tra.Fratelli.UNCUT.BDMux.MP3.iTA.XVID-UnLEGIT.avi | | mar 31 mar 2015, 20.35.37, CEST | New File: Vikings.2x01.Guerra.Tra.Fratelli.UNCUT.BDMux.MP3.iTA.XVID-UnLEGIT.avi | | mar 31 mar 2015, 20.35.37, CEST | Stato : OK - Originale cancellato + Spostamento | | mar 31 mar 2015, 20.35.37, CEST | Opzione : -m | ---------- ---------- | mer 1 apr 2015, 13.58.57, CEST | Old file: Lilyhammer.1x08.Festa.Nazionale.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | mer 1 apr 2015, 13.58.57, CEST | New File: Lilyhammer.1x08.Festa.Nazionale.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | mer 1 apr 2015, 13.58.57, CEST | Stato : OK - Originale cancellato + Spostamento | | mer 1 apr 2015, 13.58.57, CEST | Opzione : -m | ---------- ---------- | dom 5 apr 2015, 21.00.03, CEST | Wait for mencoder instance 10414 14183 | ---------- | dom 5 apr 2015, 21.10.02, CEST | Wait for mencoder instance 10414 14183 | ---------- | dom 5 apr 2015, 21.14.59, CEST | Old file: Gotham.1x18.Il.Fabbricante.Di.Bambole.ITA.DLMux.x264-UBi.mkv | | dom 5 apr 2015, 21.14.59, CEST | New File: Gotham.1x18.Il.Fabbricante.Di.Bambole.ITA.DLMux.x264-UBi.avi | | dom 5 apr 2015, 21.14.59, CEST | Stato : OK - Originale cancellato + Spostamento | | dom 5 apr 2015, 21.14.59, CEST | Opzione : -m | ---------- ---------- | dom 5 apr 2015, 22.30.03, CEST | Wait for mencoder instance 15929 16229 | ---------- | dom 5 apr 2015, 22.40.03, CEST | Wait for mencoder instance 16229 16454 | ---------- | dom 5 apr 2015, 22.48.07, CEST | Old file: The.Walking.Dead.5x16.Conquistare.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | dom 5 apr 2015, 22.48.07, CEST | New File: The.Walking.Dead.5x16.Conquistare.ITA.WEB-DLMux.XviD-FTE.[tutankemule.net].avi | | dom 5 apr 2015, 22.48.07, CEST | Stato : OK - Originale cancellato + Spostamento | | dom 5 apr 2015, 22.48.07, CEST | Opzione : -m | ---------- ---------- | gio 9 apr 2015, 12.59.25, CEST | Old file: 2x02 Vikings - L'Invasione.mp4 | | gio 9 apr 2015, 12.59.25, CEST | New File: 2x02 Vikings - L'Invasione.avi | | gio 9 apr 2015, 12.59.25, CEST | Stato : OK - Originale cancellato + Spostamento | | gio 9 apr 2015, 12.59.25, CEST | Opzione : -m | ---------- ---------- | gio 9 apr 2015, 14.58.26, CEST | Old file: Vikings.2x03.Treachery.ITA.DTTRip.x264-UBi.mkv | | gio 9 apr 2015, 14.58.26, CEST | New File: Vikings.2x03.Treachery.ITA.DTTRip.x264-UBi.avi | | gio 9 apr 2015, 14.58.26, CEST | Stato : OK - Originale cancellato + Spostamento | | gio 9 apr 2015, 14.58.26, CEST | Opzione : -m | ---------- ---------- | ven 10 apr 2015, 02.56.30, CEST | Old file: Spartacus.1x01.Il.Serpente.Rosso.ITA.BDMux.XviD-NovaRip.avi | | ven 10 apr 2015, 02.56.30, CEST | New File: Spartacus.1x01.Il.Serpente.Rosso.ITA.BDMux.XviD-NovaRip.avi | | ven 10 apr 2015, 02.56.30, CEST | Stato : OK - Originale cancellato + Spostamento | | ven 10 apr 2015, 02.56.30, CEST | Opzione : -m | ---------- ---------- | ven 10 apr 2015, 11.23.32, CEST | Old file: Spartacus - Sangue e Sabbia 1x02 Il giuramento.dei.gladiatori.ITA [ Versione Uncut] XviD Mp3 iTA DvbRip.avi | | ven 10 apr 2015, 11.23.32, CEST | New File: Spartacus - Sangue e Sab`; // Reset `lastIndex` if this regex is defined globally // regex.lastIndex = 0; let m; if ((m = regex.exec(str)) !== null) { // The result can be accessed through the `m`-variable. m.forEach((match, groupIndex) => { console.log(`Found match, group ${groupIndex}: ${match}`); }); }

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for JavaScript, please visit: https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Regular_Expressions