Foobar2000:Components/SQL Tree (foo uie sql tree): Difference between revisions
(New Component page) |
mNo edit summary |
||
Line 25: | Line 25: | ||
The underlying database engine is SQLite provided by foo_sqlite, which is also a prerequisite for using this component, and with the exception of a few restrictions for building the tree queries the whole functionality of SQLite is supported. | The underlying database engine is SQLite provided by foo_sqlite, which is also a prerequisite for using this component, and with the exception of a few restrictions for building the tree queries the whole functionality of SQLite is supported. | ||
==Prerequisites== | ==Prerequisites== | ||
ColumnsUI 2.0.0+ (if not using with Default UI) | * ColumnsUI 2.0.0+ (if not using with Default UI) | ||
SQLite Utilities 3.0.0+ | * SQLite Utilities 3.0.0+ | ||
==Links== | ==Links== | ||
* {{foobar2000|https://www.foobar2000.org/components/view/foo_uie_sql_tree|SQL Tree}} | * {{foobar2000|https://www.foobar2000.org/components/view/foo_uie_sql_tree|SQL Tree}} | ||
* {{ha|https://hydrogenaud.io/index.php/topic,90978.0.html}} | * {{ha|https://hydrogenaud.io/index.php/topic,90978.0.html}} |
Revision as of 18:34, 2 May 2023
SQL Tree | |
---|---|
foo_uie_sql_tree | |
Developer(s) | fbuser |
Release information | |
Initial release | September 25, 2011; 13 years ago |
Stable release | 4.0.3 (May 1, 2023) |
foobar2000 compatibility | |
Minimum version | 2.0 |
UI module(s) | Columns UI, Default UI |
Additional information | |
Use | |
View all components |
Description
foo_uie_sql_tree is a foobar2000 component for viewing the media library in a tree structure using SQL queries. The component provides a panel for ColumnsUI or DefaultUI, which is a prerequisite for using this component. The underlying database engine is SQLite provided by foo_sqlite, which is also a prerequisite for using this component, and with the exception of a few restrictions for building the tree queries the whole functionality of SQLite is supported.
Prerequisites
- ColumnsUI 2.0.0+ (if not using with Default UI)
- SQLite Utilities 3.0.0+
Links
- SQL Tree on foobar2000.org
- Discussion topic on hydrogenaudio