<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Ideas &#187; Forum: Media - Recent Topics</title>
		<link>https://wordpress.org/ideas/forum/media</link>
		<description>WordPress Ideas &#187; Forum: Media - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Fri, 09 Jun 2017 13:16:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="https://wordpress.org/ideas/rss/forum/media/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Rami Yushuvaev on "Built in tags (or categories) for media files."</title>
			<link>https://wordpress.org/ideas/topic/built-in-tags-or-categories-for-media-files#post-18847</link>
			<pubDate>Tue, 01 Mar 2011 00:19:36 +0000</pubDate>
			<dc:creator>Rami Yushuvaev</dc:creator>
			<guid isPermaLink="false">18847@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Built in tags (or categories) for media files.
</p>]]></description>
					</item>
		<item>
			<title>Jason on "No Auto-Multiple Size Of Images"</title>
			<link>https://wordpress.org/ideas/topic/no-auto-multiple-size-of-images#post-31656</link>
			<pubDate>Tue, 28 Mar 2017 06:17:09 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">31656@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>This is really annoying when images get resized in different sizes on its own and also increases overall site load.</p>
<p>This should be fixed. </p>
<p>Thanks! :)
</p>]]></description>
					</item>
		<item>
			<title>Daniel on "delete unused image sizes"</title>
			<link>https://wordpress.org/ideas/topic/delete-unused-image-sizes#post-24916</link>
			<pubDate>Mon, 03 Jun 2013 23:54:32 +0000</pubDate>
			<dc:creator>Daniel</dc:creator>
			<guid isPermaLink="false">24916@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>After switching between themes, I've got image files that are no longer used (eg: penguins-60x60.jpg) hanging around in wp-content/uploads. It would be nice if there was an option in the media settings to delete all image files with a size that is no longer used. Then, backing up my site would take less time.
</p>]]></description>
					</item>
		<item>
			<title>Pancho Perez on "archive-attachment.php"</title>
			<link>https://wordpress.org/ideas/topic/archive-attachmentphp#post-25211</link>
			<pubDate>Sat, 17 Aug 2013 19:07:21 +0000</pubDate>
			<dc:creator>Pancho Perez</dc:creator>
			<guid isPermaLink="false">25211@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Now is the thirdth project I need ot create a Template to list all files uploaded to the Media Library, to found a solution I have to serach and try to much. </p>
<p>Why we don´t have an option to use archive-attachment.php as we have attachment.php for single attachments?</p>
<p>Then it could be easy to filter the files using <code>post_mime_type</code>.</p>
<p>Other could be filtered the attachments if they are inside a post or not.</p>
<p>I know also need to create a new url like wordpress/attachment or /attachments.</p>
<p>Then make a gallery image or a download files archive page could be very very easy :)
</p>]]></description>
					</item>
		<item>
			<title>Aryenne on "Replace Uploaded Files and Organize Media"</title>
			<link>https://wordpress.org/ideas/topic/replace-uploaded-files-and-organize-media#post-29506</link>
			<pubDate>Wed, 06 Jan 2016 22:57:28 +0000</pubDate>
			<dc:creator>Aryenne</dc:creator>
			<guid isPermaLink="false">29506@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>The power of WordPress is amazing, but I don't understand how two very basic concepts aren't part of the media library.</p>
<p>First, how is there no option to replace an uploaded file? Seriously? I either have to delete my file from the library and upload the new version, or replace it through FTP access. This is a very basic necessity for website management.</p>
<p>Secondly, there really needs to be a way to organize media. I personally prefer the idea of folders. I like it looking uncluttered. With this, there should also be the ability to customize the slug, just like with pages.<br />
Categories or tags would work well, too. And, please, give me the ability to have images displayed how I prefer. Right now, it's newest to oldest. Can't I have them display alphabetically? Or even group them by their categories or tags?</p>
<p>Plugins options are nice, but these seem like they should be part of the core experience of WordPress.
</p>]]></description>
					</item>
		<item>
			<title>wilcosky on "Cure for the common upload HTTP Error"</title>
			<link>https://wordpress.org/ideas/topic/cure-for-the-common-upload-http-error#post-31856</link>
			<pubDate>Fri, 19 May 2017 01:41:10 +0000</pubDate>
			<dc:creator>wilcosky</dc:creator>
			<guid isPermaLink="false">31856@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Almost every WordPress user has experienced the frustrating HTTP Error when uploading an image. There are many pieces of advice out there about how to solve it. Add code to the .htaccess, contact your web host, increase memory, increase max allowed file size, etc. </p>
<p>Sometimes there's only one solution, that I've found, will solve the issue. That solution is to add the following code by Mike Schroder to your functions file (ideally child theme functions file). </p>
<p>This code makes WordPress default to the GD image editor. I'm not an expert, maybe it's not as good as the way WordPress normally uploads and edits images. But, I do know that without the following code, I will almost always get a HTTP Error when uploading a large image. However, after adding this code, the problem is gone. No matter how big of an image I upload (within reason). This isn't the first time this code has saved me. There must be something to it. </p>
<p>So, my idea is, why not set WordPress up this way by default? Or, at least have a setting one can click that automatically switches to this GD image editor. </p>
<p>The code I'm talking about:</p>
<p>function ms_image_editor_default_to_gd( $editors ) {<br />
	$gd_editor = 'WP_Image_Editor_GD';<br />
	$editors = array_diff( $editors, array( $gd_editor ) );<br />
	array_unshift( $editors, $gd_editor );<br />
	return $editors;<br />
}<br />
add_filter( 'wp_image_editors', 'ms_image_editor_default_to_gd' );</p>
<p>If this is a poor solution, then there must be another way. Some way to fix/change the way WordPress uploads images and creates thumbnails. The current way is buggy and many people have the same or similar issues. Media uploads are extremely important for any CMS or blogging platform. It's time for all the WordPress gurus to put their heads together and solve this. A quick Google search will prove this is a big issue.
</p>]]></description>
					</item>
		<item>
			<title>daiveed on "add audio upload feature to WordPress for android"</title>
			<link>https://wordpress.org/ideas/topic/add-audio-upload-feature-to-wordpress-for-android#post-26626</link>
			<pubDate>Sat, 24 May 2014 20:21:05 +0000</pubDate>
			<dc:creator>daiveed</dc:creator>
			<guid isPermaLink="false">26626@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Why is there no audio upload feature for wordpress for android, I feel it is going to be a huge boost for android users since blackberry users already have this feature, if there is any reason why this feature cannot be added the wordpress community should be made aware
</p>]]></description>
					</item>
		<item>
			<title>drohne on "Image Optimizer without Plugin"</title>
			<link>https://wordpress.org/ideas/topic/image-optimizer-without-plugin#post-31831</link>
			<pubDate>Wed, 10 May 2017 12:00:24 +0000</pubDate>
			<dc:creator>drohne</dc:creator>
			<guid isPermaLink="false">31831@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Hey,<br />
Is it possible to integrate an automatic interface which optimize Pictures when uploading images? This would have beneficial effects on the pages speed. It will be great if this will be possible one day. There are some Plugins but they didn`t work so well.
</p>]]></description>
					</item>
		<item>
			<title>boxsackkaufen on "Wordpress Video Platform"</title>
			<link>https://wordpress.org/ideas/topic/wordpress-video-platform#post-31772</link>
			<pubDate>Mon, 24 Apr 2017 10:55:57 +0000</pubDate>
			<dc:creator>boxsackkaufen</dc:creator>
			<guid isPermaLink="false">31772@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Wordpress could add an own offical Video-Platform for their users, so there would be no need to upload extern videos to vimeo etc. Instead you would be able to share and show your videos on all websites without wasting space.
</p>]]></description>
					</item>
		<item>
			<title>easytradingsignals on "Ability to Categorize Images"</title>
			<link>https://wordpress.org/ideas/topic/ability-to-categorize-images#post-31037</link>
			<pubDate>Mon, 21 Nov 2016 01:12:53 +0000</pubDate>
			<dc:creator>easytradingsignals</dc:creator>
			<guid isPermaLink="false">31037@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>With the Media Library as it stands currently, you can only filter on dates, which is not very effective. If you could easily select a certain category of image, that would make things a lot more efficient.</p>
<p>I've built up quite a large collection of images, some of which I can re-use and others that are once-off.</p>
<p>It would be great to be able to assign images to categories, not just as re-usable or not, but more specifically what type of image, i.e. office pictures, cat photos, etc.</p>
<p>Currently I either scroll through hundreds of images, or upload a duplicate type image where it would have been better to simply use an existing image.
</p>]]></description>
					</item>

	</channel>
</rss>
