Quote:
Originally Posted by Digital Jedi
I had a quick question for you, Geek. Does AME add any conditions where you could check for it on threadbit? Someone suggested recently a little TV icon by the thread title when a video is posted in it. But I didn't know what, if anything, to look for to set up an <if> conditional.
|
Hmm... Thats kind of a cool idea, but out of the scope of this mod. However it could easily be done by creating an add on that uses AME's hooks:
1- Add a field to the thread table (i.e. ame_count)
2- in the automediaembed_prep_text_end hook, put something along these lines:
PHP Code:
if ($flag)
{
global $threadid;
//update ame_count
}
you could then use the ame_count field in a conditional for the TV icon.
Saying that, you would then want to update during edits, deletes and moving of posts. A bit of a pain, but the best 'performance' method possible
Quote:
Originally Posted by Digital Jedi
Hrm, well, from a developer's standpoint, I would love a toggle switch to select/deselect all definitions in the Export screen. I've got a trick where I can Tab+Spacebar through the list pretty quick, but as you can imagine, with 155 definitions, my hand starts to cramp right around 50. 
|
ok
Quote:
Originally Posted by Digital Jedi
This would be entirely self-motivated, but an Add New option in the menu, rather then way down at the bottom of the page would be nice too (well, way down when you have 155+ entries. :erm
|
np
Quote:
Originally Posted by Digital Jedi
From a user's perspective, I think some folks would like a multiple delete option. I like the fact that definitions don't overwrite, but when I have too much coffee and do one of my larger definition updates, a lot of folks have asked if that could be added. Maybe a checkbox type deal.
|
Make sense
Quote:
Originally Posted by Digital Jedi
I ran into a couple of posts here on the forum that suggested that AME rebuilt ALL your media link and that if you uninstalled it, you'd end up with useless links, which is why some are using PassiVid. I was hoping you could clarify that doesn't happen (unless you manually choose to) in the description, because I think some folks are misreading.
|
AME can overwrite media links if you want. That is what the conversion tool is for, it essentially takes the plethora of [media] tags and turns them into URL tags, essentially allowing you to uninstall them. Without breaking old posts. From that point you could then run the rebuild tool to convert into AME codes if that is what you wanted, however AME doesnt do this by default, you would have to run the tool.
Quote:
Originally Posted by Digital Jedi
Other then that, hrm, I don't know. Categories maybe? A couple of people suggested a Profile Block, but, I don't know if thats outside the scope of this mod. Eh, I'm fishing. 
|
Yea, it really is outside the scope as AME is designed to scan blocks of text for userdefined URL patterns. A profile block would KNOW that it was geting a media URL and could simply display it in an object tag. In fact, that is pretty easy to do, the only messy part is adding a block as IMO it is very easy and doable, just kind of messy.
Quote:
Originally Posted by Digital Jedi
This is definitely my favorite modification and I look forward to the next update. Thanks a bunch for not forgetting us.  Will you be releasing this in the 3.7 section as well?
|
I suppose it will need to go into the 3.7 section as it won't work on 3.6 and it should infer that it works with 3.7x (thought this version does too).
I am currently working on the rebuilding of blog and group posts which is a bit long winded and will add your suggestions above.
Thanks for your continued support on this project

After looking at the current options availible, I still think AME is by far the best media embedder for customisability and performance.
nJoy