8 Commits

Author SHA1 Message Date
restyled-io[bot]
6b9f902da9
Restyle Remove global lists and read everything from the database. (#78) 2022-07-07 08:46:06 +03:00
geoffrey45
e01edbce30 rename find_tracks_inside_path_regex -> get_dir_t_count 2022-07-07 08:40:11 +03:00
geoffrey45
c8e4529e3c escape special chars in count_documents regex
- thanks github copilot ❤️
2022-07-07 08:37:02 +03:00
restyled-io[bot]
e77f2b9f2b
Restyle Remove global lists and read everything from the database. (#71) 2022-07-06 17:41:01 +03:00
geoffrey45
3cd0527962 use count_documents to get folder count
- map filenames with db data
2022-06-21 16:24:27 +03:00
geoffrey45
030ab8a379 refactor most things to use the database directly 2022-06-13 14:45:18 +03:00
geoffrey45
892a090ed5 import pymongo at db/mongobd/tracks.py 2022-06-04 11:00:12 +03:00
Mungai Geoffrey
4302fea0b7
Move MongoDB classes into a seperate db module (#62)
* move album class into mongodb dir

* inherit AlbumMethods at DB Initialization level

* move album -> db/mongodb

* move mongodb classes into separate package
2022-06-04 10:57:36 +03:00