Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
b2cde614
Commit
b2cde614
authored
Jan 31, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ML: no tabs in source code.
parent
ecf896a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
31 deletions
+31
-31
modules/media_library/sql_media_library.c
modules/media_library/sql_media_library.c
+31
-31
No files found.
modules/media_library/sql_media_library.c
View file @
b2cde614
...
...
@@ -71,37 +71,37 @@ static int compare_ml_elts( const void *a, const void *b )
static
const
struct
ml_table_elt
ml_table_map
[]
=
{
{
ML_ALBUM_COVER
,
"album_cover"
},
{
ML_ALBUM_ID
,
"album_id"
},
{
ML_ALBUM
,
"album_title"
},
{
ML_COMMENT
,
"comment"
},
{
ML_COVER
,
"cover"
},
{
ML_DIRECTORY
,
"directory_id"
},
{
ML_DISC_NUMBER
,
"disc"
},
{
ML_DURATION
,
"duration"
},
{
ML_EXTRA
,
"extra"
},
{
ML_FILESIZE
,
"filesize"
},
{
ML_FIRST_PLAYED
,
"first_played"
},
{
ML_GENRE
,
"genre"
},
{
ML_ID
,
"id"
},
{
ML_IMPORT_TIME
,
"import_time"
},
{
ML_LANGUAGE
,
"language"
},
{
ML_LAST_PLAYED
,
"last_played"
},
{
ML_LAST_SKIPPED
,
"last_skipped"
},
{
ML_ORIGINAL_TITLE
,
"original_title"
},
{
ML_PEOPLE_ID
,
"people_id"
},
{
ML_PEOPLE
,
"people_name"
},
{
ML_PEOPLE_ROLE
,
"people_role"
},
{
ML_PLAYED_COUNT
,
"played_count"
},
{
ML_PREVIEW
,
"preview"
},
{
ML_SCORE
,
"score"
},
{
ML_SKIPPED_COUNT
,
"skipped_count"
},
{
ML_TITLE
,
"title"
},
{
ML_TRACK_NUMBER
,
"track"
},
{
ML_TYPE
,
"type"
},
{
ML_URI
,
"uri"
},
{
ML_VOTE
,
"vote"
},
{
ML_YEAR
,
"year"
}
{
ML_ALBUM_COVER
,
"album_cover"
},
{
ML_ALBUM_ID
,
"album_id"
},
{
ML_ALBUM
,
"album_title"
},
{
ML_COMMENT
,
"comment"
},
{
ML_COVER
,
"cover"
},
{
ML_DIRECTORY
,
"directory_id"
},
{
ML_DISC_NUMBER
,
"disc"
},
{
ML_DURATION
,
"duration"
},
{
ML_EXTRA
,
"extra"
},
{
ML_FILESIZE
,
"filesize"
},
{
ML_FIRST_PLAYED
,
"first_played"
},
{
ML_GENRE
,
"genre"
},
{
ML_ID
,
"id"
},
{
ML_IMPORT_TIME
,
"import_time"
},
{
ML_LANGUAGE
,
"language"
},
{
ML_LAST_PLAYED
,
"last_played"
},
{
ML_LAST_SKIPPED
,
"last_skipped"
},
{
ML_ORIGINAL_TITLE
,
"original_title"
},
{
ML_PEOPLE_ID
,
"people_id"
},
{
ML_PEOPLE
,
"people_name"
},
{
ML_PEOPLE_ROLE
,
"people_role"
},
{
ML_PLAYED_COUNT
,
"played_count"
},
{
ML_PREVIEW
,
"preview"
},
{
ML_SCORE
,
"score"
},
{
ML_SKIPPED_COUNT
,
"skipped_count"
},
{
ML_TITLE
,
"title"
},
{
ML_TRACK_NUMBER
,
"track"
},
{
ML_TYPE
,
"type"
},
{
ML_URI
,
"uri"
},
{
ML_VOTE
,
"vote"
},
{
ML_YEAR
,
"year"
}
};
/*****************************************************************************
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment