<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hydrogenaudio.org/index.php?action=history&amp;feed=atom&amp;title=Foobar2000%3ADevelopment%3AStoring_Configuration</id>
	<title>Foobar2000:Development:Storing Configuration - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hydrogenaudio.org/index.php?action=history&amp;feed=atom&amp;title=Foobar2000%3ADevelopment%3AStoring_Configuration"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Development:Storing_Configuration&amp;action=history"/>
	<updated>2026-05-04T21:47:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Development:Storing_Configuration&amp;diff=35769&amp;oldid=prev</id>
		<title>DEATH: Created page with &quot;Category:Foobar2000 Development  == Storing configuration ==  In order to create your entries in the foobar2000 configuration files, you must instantiate some objects that...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Development:Storing_Configuration&amp;diff=35769&amp;oldid=prev"/>
		<updated>2022-06-22T12:21:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:Foobar2000_Development&quot; title=&quot;Category:Foobar2000 Development&quot;&gt;Category:Foobar2000 Development&lt;/a&gt;  == Storing configuration ==  In order to create your entries in the foobar2000 configuration files, you must instantiate some objects that...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Foobar2000 Development]]&lt;br /&gt;
&lt;br /&gt;
== Storing configuration ==&lt;br /&gt;
&lt;br /&gt;
In order to create your entries in the foobar2000 configuration files, you must instantiate some objects that derive from &amp;lt;code&amp;gt;cfg_var&amp;lt;/code&amp;gt; class. Those can be either predefined classes (&amp;lt;code&amp;gt;cfg_int&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;cfg_string&amp;lt;/code&amp;gt;, etc) or your own classes implementing relevant methods.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;code&amp;gt;cfg_var&amp;lt;/code&amp;gt; instance has a GUID assigned, to identify its configuration file entry. The GUID is passed to its constructor (which implementations must take care of, typically by providing a constructor that takes a GUID and forwards it to &amp;lt;code&amp;gt;cfg_var&amp;lt;/code&amp;gt; constructor).&lt;br /&gt;
&lt;br /&gt;
Note that &amp;lt;code&amp;gt;cfg_var&amp;lt;/code&amp;gt; objects can only be instantiated statically (either directly as static objects, or as members of other static objects).&lt;br /&gt;
&lt;br /&gt;
It is encouraged to create your own configuration files in foobar2000 profile for more complex data to allow easy import / export / backup.&lt;/div&gt;</summary>
		<author><name>DEATH</name></author>
	</entry>
</feed>