feat: procesare batch video-uri + flux content-discovery integrat
Video-uri procesate (20): - Monica Ion: Povestea lui Marc #3 - Zoltan Vereș: 19 video-uri (autosabotare, motivație, EFT, stima de sine, etc.) Modificări: - Symlink-uri dashboard corectate pentru memory/kb/ - Script update_notes_index.py - fix path-uri - Job content-discovery - generează în format insight standard - Index: 76 note (33 youtube) - Flux unificat: content-discovery → insights → raport → approved-tasks
This commit is contained in:
@@ -152,7 +152,7 @@ def extract_metadata(filepath, category, subcategory=None):
|
||||
rel_path = str(filepath.relative_to(BASE_DIR))
|
||||
# Transformă memory/kb/... în notes-data/... pentru web
|
||||
if rel_path.startswith('memory/kb/'):
|
||||
rel_path = 'notes-data/' + rel_path[3:]
|
||||
rel_path = 'notes-data/' + rel_path[10:] # strip 'memory/kb/'
|
||||
|
||||
return {
|
||||
"file": rel_path,
|
||||
|
||||
Reference in New Issue
Block a user