Форуми / Cotonti / Extensions / [Beta Release] MediaLibrary2 Gallery

12345...10>>>

beta release of the medilib gallery

Elgan
#1 15.05.2009 23:05
Medialibrary is foremost a gallery. It supports images and videos of types supported by Cotonti. it's an update and conversion of a seditio plugin that was private. I was planning to keep this private too and sell for a small ammount. however thinking hard, Tho the im not rich and put alot of time into it. I support open source and thought. With all the galleries coming out. Might as well release it. With a free for free licence it could be imrpoved. So ive included a flv player i found and a lightbox, and swfupload demonstration. Ffmpeg could also be added depdning on your server. It's only a beta. For testing as i can only test on my system.

There is no real current readme for this beta as it is, a beta. It's simple to install. Follow the instructions for a default setup through cotontis plugin installation page.

Things are subject to change, sql, skin paths as the skin paths were created for an early sed adn did not have the liberty of a tpl folder at the time.

Features:
    Intergration with the engine.
    All link through one function to create thumbnails. Editable for improved thumbs.
    Comments intergration.
    Ratings intergration
    File stats
    Extra fields for files. Which can be specific in edit, upload, view, and categories. So allows you to add any details you want for files.
    Flv player,
    Ffmpeg compatable with settable transcoding and thumbnail creation.
    Many options and config system.
    Categories and sub categories system
    Files can be displayed as a list view or gallery view. With many options.
    Folders can be displayed as a list view or gallery view. With many options. With an icon or latest image.
    Uses engine functions to create thumbnails and intergration with cotonti.
    Total sud_url use.
    Meta title, descriptions and keywords. FOr categories and files , default metas can be set for search engine and website recognition.
    Skinnable with all tpls, even for index and details tags.
    Tags for display on index and in user profiles.
    Limited use of javascript. With use of jquery.
    Set options, limits for users to create comments, Such as time limits and comment to upload ratio limits.
    skinnable SWFupload plugin.

Pages
    Image Gallery
    Video Gallery
    POTD With sub post of the week, post of the month and year. By best rated.
    Latest pages, Shows latest uploaded files from a date.
    favourites page, Shows users favourited Files
    Statistics shows Gallery stats.
    Search with pagination,
    My media page, SHows users own files, And mfile managment.

My Media
    Water mark upload
    Upload with flash multie upload optional
    Favourites page shows your favourites with managment.
    Subscriptionspage shows your subscriptions with managment.
    bin, shows your deleted files with managment.
    Config shows your configurable settings.

Admin
    Groups system. Set group specific settings such as use of the multiple uploader, space allowance, Rights.
    Rights per category and group.
    Categories System, Manage, move categories and files. Create unlimited and organized sub folders.
    Edit Extra fields.
    Tools -> Delete all thumbnails for recreation. Incase you add new thumbnail filters.
    Validation system, Per category files can be set to validate or need validation. Files take a new css class.
    Report system Per category can report files. Files take a new css class.
    Administration config system.

Demo Website: Feel free to register.
Logins:
Admin User: admin
Password: password

User: user
Password: password

Images:













http://www.ffmpeg.org/
http://swfupload.org/
Download Beta

TODO:
Things on my mind to add as i was uploading.
    Percentage bars in my media for space
    Pics in profile


Note:
The downgade of the comments sytem to the engine system from medlib system (forum like) was because i wanted it to be more intergrated. Using the comments style over the website and or any hooks and edits tot he comment ssytem. I think in the future when Cotonti updates the comments. To more forum like, it would of been a waste making them forum like in medlib.

ANy other questions ill answer here. Rather than a readme

Відредаговано: Elgan (16.05.2009 00:14, 14 років тому)
Lombi
#2 15.05.2009 23:38
This is an amazing plugin, been using it since version one, and I love it.

Here are some demos:

http://www.lombergar.com/
http://www.artcone.com/
http://gallery.arcusband.com/
http://gallery.anavrin.net/
http://gallery.siswing.com/
<a href="http://www.domenlo.com">Surreal Art</a>
GHengeveld
#3 15.05.2009 23:44
Very interesting, I'll have a look at it asap. I'm considering integration with the updated PFS system I'm writing.
Elgan
#4 15.05.2009 23:50
# Koradhil : Very interesting, I'll have a look at it asap. I'm considering integration with the updated PFS system I'm writing.

That sounds v.interesting to me. As i was thinking about PFS. As many users upload a pic to their. but then again to the gallery, or just one.

Was also thinking of a bbcode or something.

Medlib does use folders atm, I'll have to try and get on more servers to check it out. Being a plugin, i tried to keep everything seperate so it can be removed.
Lombi
#5 16.05.2009 01:32
@Elgan: remember that you already did a bbcode for me (posting live galleries in pages), so you dont need to do this twice.
<a href="http://www.domenlo.com">Surreal Art</a>

Відредаговано: Lombi (16.05.2009 01:32, 14 років тому)
GHengeveld
#6 16.05.2009 04:23
Why doesn't the medialibrary use the regular pfs system, or even the datas/users folder?
Also I noticed your english isn't that good, despite the fact that you live in the UK.

Відредаговано: Koradhil (16.05.2009 04:29, 14 років тому)
fedai
#7 16.05.2009 04:37
SQL Error:
CREATE TABLE IF NOT EXISTS `ml_subscriptions` (
  `user_id` int(11) NOT NULL,
  `file_id` int(11) NOT NULL
) ENGINE=InnoDB;
and

CREATE TABLE IF NOT EXISTS `ml_favourites` (
  `user_id` int(11) NOT NULL,
  `file_id` int(11) NOT NULL
) ENGINE=InnoDB;
the error
"peace in the homeland, peace in the world" K.ATATÜRK

personal blog:
http://www.sametbal.net
Kingsley
#8 16.05.2009 04:42
@ Elgan.

Thank you for this plugin.. two clicks and working proper. Unlike Fedai I didn't had any probs with installing the sql tables.. will test it and let you know it when/if I stumble upon bugs.
zboy812
#9 16.05.2009 05:01
Very nice! Thank you for the contribution Elgan! I am going to try it now! :-D
robofreak111
#10 16.05.2009 06:48
Wow, excellent plugin! Thank you very much!
Elgan
#11 16.05.2009 08:21
# fedai : SQL Error:
CREATE TABLE IF NOT EXISTS `ml_subscriptions` (
  `user_id` int(11) NOT NULL,
  `file_id` int(11) NOT NULL
) ENGINE=InnoDB;
and

CREATE TABLE IF NOT EXISTS `ml_favourites` (
  `user_id` int(11) NOT NULL,
  `file_id` int(11) NOT NULL
) ENGINE=InnoDB;
the error

what was the error?


# Koradhil : Why doesn't the medialibrary use the regular pfs system, or even the datas/users folder?
Also I noticed your english isn't that good, despite the fact that you live in the UK.

because i wanted it to be separate. As a plugin. SO it can be uninstalled etc. I wanted it seprate for more control plus. I wanted the option for users to be able to go "nah and delete"

being english, Like many. My english is actually better than msot. if u lyk i can tlk lyk most pplz do rnd here. I do have a study in advanced english however. I rebel. I jsut dont spend time watching what i type. mostly it's quick to test. So sorry about the lang file. I will go through it at some point, It got a bit disorganised too.

GOt any quick examples of typos etc, would be lovely.

Відредаговано: Elgan (16.05.2009 08:44, 14 років тому)
Lombi
#12 16.05.2009 08:42
# Koradhil : Why doesn't the medialibrary use the regular pfs system, or even the datas/users folder?

You're kidding right?

This plugin was in version one what PFS was supposed to be from the very beginning. An actual gallery system that isnt something that escaped from the 1990s. And in version two it's packing everything from video encoding to all tweaks that we've been adding in the two years of using this plugin.

The PFS is so limited it hurts. It cant be compared to this by a longshot.

I'm actually not glad that the beta doesnt contain our comment system improvements since Elgan wanted to wait for the new comment system so he could implement it then.

Also this was the first plugin to implement the much later integrated plugin-changing-metas feature now integrated into the cotonti core.
<a href="http://www.domenlo.com">Surreal Art</a>
Kingsley
#13 16.05.2009 08:43
If I upload a jpg, according to the plugin the file is uploaded, but I can't find it back anywhere; not im my media, nor in the validation queue..
Lombi
#14 16.05.2009 08:47
# Kingsley : If I upload a jpg, according to the plugin the file is uploaded, but I can't find it back anywhere; not im my media, nor in the validation queue..

Is your folder there and is it 777? It should create it by itself but it might not.
<a href="http://www.domenlo.com">Surreal Art</a>
Elgan
#15 16.05.2009 08:58
# Lombi : Is your folder there and is it 777? It should create it by itself but it might not.

indeed. Check the bin. A broken file is automatically placed in the bin. it sounds likely it was not found by the gallerya nd placed directly into the bin.

Check what lombi said. Hes probably right.

12345...10>>>