ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit c1aa3a5588a7df832adf47be570e86d1a05ac6dd
parent 83d3b5fd244124fe4273446aeaad17ce823f3c87
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Fri, 16 Jun 2023 06:47:25 -0700

Add an update to the root command TODO entry

Diffstat:
MTODO | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -21,3 +21,21 @@ alter an item's contents (such as to update a relative path) because it isn't suppost to know anything about what's stored in each item, it's just suppost to pass it on to the player. + + UPDATE: Opon further reflection, I think it may be fair to treat + items to which files exist at the item's path as file items in + normal usage. The issue is if your doing something different than + playing music or the like. In the end though, I think the command + can look like this: + + root [newroot [refile]] + + so that + + root /var/music refile + + would update existing files with the new root and + + root /var/music + + would simply chdir(2) without modifying paths.