Your comments
When i try with arcBuilder to create "Convergence" https://comicvine.gamespot.com/convergence/4045-58251/
i have this "Convergence" https://comicvine.gamespot.com/convergence/4045-56426/
What i do to fix that ?
Yes i asked before. But i try manually to create the arclist.csv. Because i dont have a manual for launch the script correctly.
When i launch ./arcBuilder.sh -p /volume1/Bibliotheque/Comics i have
Publisher:null
EOF
EOF
EOF........etc............
i try too
./arcBuilder.sh 'darkseid war'
Publisher:DC Comics
EOF
EOF
EOF........etc............
Sorry, it's for ComiXology theme with Ubooquity 2.1
add s to https
rawDesc=`curl -s "https://comicvine.gamespot.com/api/issues/api_key="$apikey"&field_list=description&format=json&filter=issue_number:1,volume:"${url[4]##*-} | $my_dir/jq '.results[0].description'`
description=`echo "${rawDesc#\"}" | awk -F'<h4>List of covers' '{print $1}' | sed -e 's/<[^>]*>//g' -e 's/"$//' -e 's/[”“]/\"/g' | sed 's/[\]//g'` pubinfo=`curl -s "https://comicvine.gamespot.com/api/volume/"4050-${url[4]##*-}"/?api_key="$apikey"&field_list=name,start_year,publisher,image&format=json"`
For google bot detect i change google.com for google.es
But i have the same
Downloading comic data
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
Building comic page
Comic:
Date:
Usage: ./imageGet.sh -c 'Comic Name' [-d 'Comic Year'] [-r 'Which result to save']
my cvinfo as the following url
https://comicvine.gamespot.com/daredevil/4050-86343/
What is wrong ?
I try this :
./imageGet.sh -c 'Daredevil' -d '2015'
My result is :
Comic: Daredevil
Date: 2015
Searching for Comixology page
HTTP Response: 302
Google bot detection triggered, try again later.
and when i try
./PageBuilder.sh /volume1/Comics/Marvel/Daredevil/"Daredevil V2015"/cvinfo
I have,
Downloading comic data
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
parse error: Invalid numeric literal at line 1, column 10
Building comic page
Comic:
Date:
Usage: ./imageGet.sh -c 'Comic Name' [-d 'Comic Year'] [-r 'Which result to save']
my cvinfo as the following url
https://comicvine.gamespot.com/daredevil/4050-86343/
What is wrong ?
After 1 week i try to use idget. How i do to use idget ?
"./iget.sh /volume1/Comics/Marvel/Daredevil" is correct ?
@Ryan Brain, if you found for ComicRack reply please....
I undertand. But i think many (or not) people use ComicRack to use with Ubooquity with Comic Vine. But Comic Vine add #1, #2. I dont have the choice.
Customer support service by UserEcho
i change
getInitial=`curl -s "https://comicvine.gamespot.com/api/story_arcs/?api_key="$apikey"&format=json&field_list=id,name,deck,publisher,image&filter=name:"${webquery}`
for
getInitial=`curl -s "https://comicvine.gamespot.com/api/story_arcs/?api_key="$apikey"&format=json&field_list=id,name,deck,publisher,image&filter=id:"${webquery}`
for Convergence url https://comicvine.gamespot.com/convergence/4045-58251/
the id is 58251
for Civil War II with name we have "Road to Civil War II", with id we have the url https://comicvine.gamespot.com/civil-war-ii/4045-58879/ and id is 58879
If anybody can change the arcBuilder with an id option.............