Skip to content

Commit

Permalink
added to docs the info that start and end in meta_gen should be a dat…
Browse files Browse the repository at this point in the history
…e only
  • Loading branch information
cparcerisas committed Jan 20, 2025
1 parent fca38f5 commit a618809
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pbp-doc/docs/pbp-meta-gen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ The data must be stored in a public cloud storage bucket; private buckets are no
NRS11_191024T022220Z.d100.x.wav
```

!!! note start and end date
The start and end date should be a datetime.date, not a datetime.datetime.
It can be given as a string or as a datetime object.
If the user gives a datetime it should be at 00:00:00.
Otherwise pbp will raise an error.


## Generate JSONs with audio metadata from NRS flac files for a date range

Expand Down

0 comments on commit a618809

Please sign in to comment.