Can you download an old version of the cutlist editor?

Moderators: Gully, peteru

Post Reply
maverick#1
Apprentice
Posts: 88
Joined: Sun Jul 26, 2009 00:59

Can you download an old version of the cutlist editor?

Post by maverick#1 » Wed Sep 15, 2021 22:30

I installed firmware 19.3 on both my T3 and U4 a long time ago but have never been happy with the version of the "cutlist editor" plugin that is included with that firmware. It deletes the bookmarks between cuts, which is really frustrating with some of the recordings I make. For example, when I record rage, I often want to cut out individual songs to separate files. With the cutlist editor that came with FW 17.5, I would bookmark the start & end of all the songs I liked, select "remove before this position" at the start of the song and "remove after this position" at the end of the song, save the edit with a unique name, delete the cuts and move to the next set of bookmarks and repeat. I can't do this with the 19.3 version because it deletes all of the bookmarks in the areas that are cut out.

I tried going online to see if I could download an older version to my U4 via the Download plugins option in Setup but the cutlist editor wasn't listed. I'm guessing that it doesn't show plugins that are already installed but it looked like all of the plugins listed were the FW 19.3 versions anyway.

Does anyone know if there is an easy way to get and install the cutlist editor from the 17.5 firmware?
Beyonwiz U4 (FW 19.3, Build 20211010)
Beyonwiz V2 (FW 19.3, Build 20211010)
Beyonwiz T3 (FW 19.3, Build 20191106) [No longer used - power supply cap problem]
Beyonwiz DP-P2 (FW DPP2-01.07.350)
Beyonwiz DP-Lite i (FW DPLite-01.07.350)

User avatar
adoxa
Wizard
Posts: 1490
Joined: Thu Feb 23, 2017 22:58
Location: CQ
Contact:

Re: Can you download an old version of the cutlist editor?

Post by adoxa » Thu Sep 16, 2021 00:14

I could add "preserve bookmarks in cuts" to the menu (which would then become "remove bookmarks in cuts").

Paul_oz53
Wizard
Posts: 2791
Joined: Sat Jun 13, 2009 02:34
Location: Melbourne

Re: Can you download an old version of the cutlist editor?

Post by Paul_oz53 » Thu Sep 16, 2021 01:20

adoxa wrote:
Thu Sep 16, 2021 00:14
I could add "preserve bookmarks in cuts" to the menu (which would then become "remove bookmarks in cuts").

That's a great idea! :idea: :idea:
__________________________________
Paul
Beyonwiz T4, 2 x U4: FW - 19.3 20211010
Samsung QA85Q80BAWXXY 4K TV
Samsung QA65Q80TAWXXY 4K TV
Samsung HW Q800BXY soundbar
OverlayHD 1.70, IceTV, Foxtel IQ4
2 x Win7 PCs, 2 x Win10 PCs
Denon AVR -X2400H

User avatar
adoxa
Wizard
Posts: 1490
Joined: Thu Feb 23, 2017 22:58
Location: CQ
Contact:

Re: Can you download an old version of the cutlist editor?

Post by adoxa » Thu Sep 16, 2021 13:03

Install this, restart and you'll have the new option. It will automatically uninstall itself prior to an upgrade (there might be a conflict with epg-hide-hl, if you're using that, too); you will need to reinstall manually.
Attachments
enigma2-plugin-extensions-cutlisteditor-update_1_all.ipk
(13.84 KiB) Downloaded 52 times

maverick#1
Apprentice
Posts: 88
Joined: Sun Jul 26, 2009 00:59

Re: Can you download an old version of the cutlist editor?

Post by maverick#1 » Sun Sep 19, 2021 20:31

Thanks adoxa. I installed the plugin update and, after selecting "preserve bookmarks in cuts" in the menu, it fixed the issue with the bookmarks being deleted in areas that are cut out. I particularly liked that you didn't need to select this each time you opened the cutlist editor (it remembers whether you want to preserve or delete bookmarks in cuts).

Unfortunately the new plugin has created other problems. Now, as soon as I select "start cut here", the PVR crashes. It happens every time I select that option on both my U4 and T3. I have included the CutListEditor sections of 2 of the crash logs below in case this might help trace where the problem might be.

Code: Select all

{1052}<   349.661> [SCREENNAME]  ['CutListEditor_summary', 'SimpleSummary']
{1052}<   349.662> [SCREENNAME]  CutListEditor
{1052}<   349.664> Traceback (most recent call last):
{1052}<   349.664>   File "/usr/lib/enigma2/python/mytest.py", line 242, in processDelay
{1052}<   349.665>     callback(*retval)
{1052}<   349.665>   File "/usr/lib/enigma2/python/Plugins/Extensions/CutListEditor/ui.py", line 472, in menuCallback
{1052}<   349.665> AttributeError: 'ePositionGauge' object has no attribute 'setCutMark'
{1052}<   349.665> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session instance at 0xb1c8cfa8>>,()) failed)

Code: Select all

{907}<  3729.088> [ActionMap] calling setOut (CutListEditorActions)
{907}<  3729.088> [eDVBServicePlay] pause
{907}<  3729.088> Traceback (most recent call last):
{907}<  3729.088>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 60, in action
{907}<  3729.088>   File "/usr/lib/enigma2/python/Plugins/Extensions/CutListEditor/ui.py", line 312, in setOut
{907}<  3729.089>   File "/usr/lib/enigma2/python/Plugins/Extensions/CutListEditor/ui.py", line 472, in menuCallback
{907}<  3729.089> AttributeError: 'ePositionGauge' object has no attribute 'setCutMark'
{907}<  3729.089> [ePyObject] (CallObject(<bound method HelpableActionMap.action of <Components.ActionMap.HelpableActionMap instance at 0xaf0c9be8>>,('CutListEditorActions', 'setOut')) failed)
Any help anyone can provide would be greatly appreciated.
Beyonwiz U4 (FW 19.3, Build 20211010)
Beyonwiz V2 (FW 19.3, Build 20211010)
Beyonwiz T3 (FW 19.3, Build 20191106) [No longer used - power supply cap problem]
Beyonwiz DP-P2 (FW DPP2-01.07.350)
Beyonwiz DP-Lite i (FW DPLite-01.07.350)

User avatar
adoxa
Wizard
Posts: 1490
Joined: Thu Feb 23, 2017 22:58
Location: CQ
Contact:

Re: Can you download an old version of the cutlist editor?

Post by adoxa » Sun Sep 19, 2021 20:41

maverick#1 wrote:
Sun Sep 19, 2021 20:31
Now, as soon as I select "start cut here", the PVR crashes.
Your firmware is too old, install the latest.

maverick#1
Apprentice
Posts: 88
Joined: Sun Jul 26, 2009 00:59

Re: Can you download an old version of the cutlist editor?

Post by maverick#1 » Mon Sep 20, 2021 18:33

adoxa wrote:
Sun Sep 19, 2021 20:41
Your firmware is too old, install the latest.

Thanks but I don't want to install a release candidate firmware. I always wait until the firmware has been an official public release for a few months before updating (unless I am having a serious issue with the currently installed firmware). I'll just delete the plugin and download the FW 19.3 version again.

Thanks for your help.
Beyonwiz U4 (FW 19.3, Build 20211010)
Beyonwiz V2 (FW 19.3, Build 20211010)
Beyonwiz T3 (FW 19.3, Build 20191106) [No longer used - power supply cap problem]
Beyonwiz DP-P2 (FW DPP2-01.07.350)
Beyonwiz DP-Lite i (FW DPLite-01.07.350)

User avatar
MrQuade
Uber Wizard
Posts: 11844
Joined: Sun Jun 24, 2007 13:40
Location: Perth

Re: Can you download an old version of the cutlist editor?

Post by MrQuade » Mon Sep 20, 2021 22:01

maverick#1 wrote:
Mon Sep 20, 2021 18:33
Thanks but I don't want to install a release candidate firmware. I always wait until the firmware has been an official public release for a few months before updating
There is no point in waiting that long. This version has been released in more or less it's current state (only minor changes) for a couple of months already.

This release candidate is just about to go live, so if you install it now, you don't even need to run the "beta feed" script. You will be fully to to date on what will become the official release.

Overall you will be in a much better place :)
Logitech Harmony Ultimate+Elite RCs
Beyonwiz T2/3/U4/V2, DP-S1 PVRs
Denon AVR-X3400h, LG OLED65C7T TV
QNAP TS-410 NAS, Centos File Server (Hosted under KVM)
Ubiquiti UniFi Managed LAN/WLAN, Draytek Vigor130/Asus RT-AC86U Internet
Pixel 4,5&6, iPad 3 Mobile Devices

prl
Wizard God
Posts: 32709
Joined: Tue Sep 04, 2007 13:49
Location: Canberra; Black Mountain Tower transmitters

Re: Can you download an old version of the cutlist editor?

Post by prl » Tue Sep 21, 2021 09:40

maverick#1 wrote:
Mon Sep 20, 2021 18:33
adoxa wrote:
Sun Sep 19, 2021 20:41
Your firmware is too old, install the latest.

Thanks but I don't want to install a release candidate firmware. ... unless I am having a serious issue with the currently installed firmware

Aren't you having "a serious issue with the currently installed firmware"?
maverick#1 wrote:
Mon Sep 20, 2021 18:33
download the FW 19.3 version again

By the way, "19.3" is not a firmware version. It's the version number of the build environment used to build the firmware and there are many firmware releases that have been built using that environment. Specifically, both the current official release, 201901106, and the current release candidate, 20210901, are "version 19.3".
Peter
T4 HDMI
U4, T4, T3, T2, V2 test/development machines
Sony BDV-9200W HT system
LG OLED55C9PTA 55" OLED TV

maverick#1
Apprentice
Posts: 88
Joined: Sun Jul 26, 2009 00:59

Re: Can you download an old version of the cutlist editor?

Post by maverick#1 » Tue Sep 21, 2021 19:24

prl wrote:
Tue Sep 21, 2021 09:40
Aren't you having "a serious issue with the currently installed firmware"?

I'd classify it more as a minor issue with a plugin, not a major issue with the firmware I have installed (19.3, Build 20191106). I've had no major issues with this firmware and I'm an "if it ain't broke, don't fix it" sort of person, so I'm happy to stick with the firmware I've got installed at the moment.

maverick#1 wrote:
Mon Sep 20, 2021 18:33
I'll just delete the plugin and download the FW 19.3 version again.

I think I could have phrased this better. When I said I'd install the FW 19.3 version, I meant that I would delete the updated cutlist editor plugin, then download the version of the plugin available via the Download plugins option in Setup. I thought this would be the version of the plugin that was bundled with firmware 19.3, Build 20191106 as it is listed in Download plugins as something like "cutlist editor (19.3)". So I meant "I'll just delete the updated plugin and download the version of the cutlist editor plugin that was bundled with FW 19.3 version again."
Beyonwiz U4 (FW 19.3, Build 20211010)
Beyonwiz V2 (FW 19.3, Build 20211010)
Beyonwiz T3 (FW 19.3, Build 20191106) [No longer used - power supply cap problem]
Beyonwiz DP-P2 (FW DPP2-01.07.350)
Beyonwiz DP-Lite i (FW DPLite-01.07.350)

Post Reply

Return to “Plugins”