Resizing Cover Art in right hand view area
Resizing Cover Art in right hand view area
Hey all! I was wondering if there was a way to resize the box art within the frontend in the far right column? ECC seems to lock the viewing area to 320x240 and I'd like to make the view area bigger. I know in some frontends that stretching the window expands the art...Anyone know if this is possible? Thanks a lot!
- Phoenix
- ECC Developer 2006-2016
- Posts: 9058
- Joined: 27 Aug 2006, 01:17
- Location: Deventer, The Netherlands
- Contact:
Re: Resizing Cover Art in right hand view area
Hi Logan5,
I will look into this...
I will look into this...
Sebastiaan Ebeltjes | ECC Developer 2006-2016 | ECC Forum Admin | Phoenix Interactive WebMaster
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
Re: Resizing Cover Art in right hand view area
Awesome, thanks Phoenix!
Re: Resizing Cover Art in right hand view area
Hi Phoenix, any chance of this being implemented? I'd love to use ECC as my main frontend but I need large sized artwork to display. If there is anyway to implement manual resizing of the images of those displayed to the right side of the frontend I'd be a happy guy 

- Phoenix
- ECC Developer 2006-2016
- Posts: 9058
- Joined: 27 Aug 2006, 01:17
- Location: Deventer, The Netherlands
- Contact:
Re: Resizing Cover Art in right hand view area
Hi Logan5,
I looked in to this, it's not that simple!, PHP-GTK know's only a "frame"work where only 1 frame "left side" can be moved with the mouse, i tried to change the GUI several times....but failed, it's too complicated and i think it's impossible todo this in the GUI...
BUT...i will look into this to find the proper setting for the "right side" menu, so you can adjust this manually for yourself
I looked in to this, it's not that simple!, PHP-GTK know's only a "frame"work where only 1 frame "left side" can be moved with the mouse, i tried to change the GUI several times....but failed, it's too complicated and i think it's impossible todo this in the GUI...
BUT...i will look into this to find the proper setting for the "right side" menu, so you can adjust this manually for yourself

Sebastiaan Ebeltjes | ECC Developer 2006-2016 | ECC Forum Admin | Phoenix Interactive WebMaster
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
- Phoenix
- ECC Developer 2006-2016
- Posts: 9058
- Joined: 27 Aug 2006, 01:17
- Location: Deventer, The Netherlands
- Contact:
Re: Resizing Cover Art in right hand view area
Ok, here is the DO-IT-YOUR-SELF make my left side bigger! (for v1.13)
Please note that when updating ECC your "own edited" files may be overwritten!!, so please DISABLE ECC-UPDATE!!
1. Open the GLADE GUI editor (from top menu in ECC)
2. Open the file "ecc-system\gui\gui.glade"
3. Go to here and enter for example 500 in width for the right side: 4. Save GUI
5. Open "ecc-system\ecc.php" goto line 8762 (use notepad++ if nessesary to see the linecount)
6. Change the 240 in to 500, like here: 7. Save the PHP file.
8. Run ECC, TADA! :-"

Please note that when updating ECC your "own edited" files may be overwritten!!, so please DISABLE ECC-UPDATE!!

1. Open the GLADE GUI editor (from top menu in ECC)
2. Open the file "ecc-system\gui\gui.glade"
3. Go to here and enter for example 500 in width for the right side: 4. Save GUI
5. Open "ecc-system\ecc.php" goto line 8762 (use notepad++ if nessesary to see the linecount)
6. Change the 240 in to 500, like here: 7. Save the PHP file.
8. Run ECC, TADA! :-"
Sebastiaan Ebeltjes | ECC Developer 2006-2016 | ECC Forum Admin | Phoenix Interactive WebMaster
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
Re: Resizing Cover Art in right hand view area
First let me say thank you Phoenix for fulfilling my request!
I got through the tutorial fine until the last part. Where you said "line 8762" in notepad++ I only have "8663" lines. I have something similar at 8532 (public function mainImageListViewUpdate())
I tried editing that line to 500 from 240 but the image is still the same size. Thanks a lot for your help and time!!!
BTW, I'm using the v1.13 build:02 (2012.9.10) upd00539
I got through the tutorial fine until the last part. Where you said "line 8762" in notepad++ I only have "8663" lines. I have something similar at 8532 (public function mainImageListViewUpdate())
I tried editing that line to 500 from 240 but the image is still the same size. Thanks a lot for your help and time!!!
BTW, I'm using the v1.13 build:02 (2012.9.10) upd00539
- Phoenix
- ECC Developer 2006-2016
- Posts: 9058
- Joined: 27 Aug 2006, 01:17
- Location: Deventer, The Netherlands
- Contact:
Re: Resizing Cover Art in right hand view area
Hi Logan5,
i will look into this when i am back from my small vacation :-)
i will look into this when i am back from my small vacation :-)
Sebastiaan Ebeltjes | ECC Developer 2006-2016 | ECC Forum Admin | Phoenix Interactive WebMaster
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
Re: Resizing Cover Art in right hand view area
Hi logan5,
i just tried it like Phoenix said.
It works ok for me. Using latest update 0539, and as text editor i used "total edit"
I found the line 8762. (ecc.php last line is 8893 for me...)
So, i changed the view to 640
Here's the final :
i just tried it like Phoenix said.
It works ok for me. Using latest update 0539, and as text editor i used "total edit"
I found the line 8762. (ecc.php last line is 8893 for me...)
So, i changed the view to 640

Here's the final :
imagepacks:
Done: Vic20, N64, Philips VG-5000 G7000 G7400, SordM5, Amstrad GX4000, Enterprise 64/128
Progress: Atari 8bit, Dosbox, Exelvision EXL 100
Vicman's eCC-Clips on You Tube
Done: Vic20, N64, Philips VG-5000 G7000 G7400, SordM5, Amstrad GX4000, Enterprise 64/128
Progress: Atari 8bit, Dosbox, Exelvision EXL 100
Vicman's eCC-Clips on You Tube
- Phoenix
- ECC Developer 2006-2016
- Posts: 9058
- Joined: 27 Aug 2006, 01:17
- Location: Deventer, The Netherlands
- Contact:
Re: Resizing Cover Art in right hand view area
Thanks Vicman for testing this!
@Logan,
Maybe there could be a problem with eccUpdate?? wich is not updating files
...so my idea is if you want to:
1. install a fresh ECC v1.13 somewhere else on your computer
2. update this installation to update 00539
3. check ecc.php again
Let me know if there aren't enough lines!
Ps. if you adjusted this inside the function like we did...it should work....strange...
@Logan,
Maybe there could be a problem with eccUpdate?? wich is not updating files

1. install a fresh ECC v1.13 somewhere else on your computer
2. update this installation to update 00539
3. check ecc.php again
Let me know if there aren't enough lines!

Ps. if you adjusted this inside the function like we did...it should work....strange...
Sebastiaan Ebeltjes | ECC Developer 2006-2016 | ECC Forum Admin | Phoenix Interactive WebMaster
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
[- ECC programs -]
eccUpdate, eccScriptSystem, GtkThemeSelect, DatFileUpdater (DFU), ImagePackCenter (IPC), eccDiagnostics, 3dGallery, iccImageInject
eccKameleonCode, eccCreateStartmenuShotcut, eccThirdPartyConfig (TPC), EmuMoviesDownloader (EMD), eccVideoPlayer
MobyGamesImporter (MGI), ECC Amiga GetGemusConfig.
Who is online
Users browsing this forum: No registered users and 2 guests